Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some stm32_fsdev optimizations #2178

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Commits on Jul 24, 2023

  1. Some opimizations

    Rocky04 authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7df8546 View commit details
    Browse the repository at this point in the history
  2. Update dcd_stm32_fsdev.c

    Suspend only when there is no remote wakeup
    Rocky04 authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ef15db6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Fixing whitespace issues

    Rocky04 authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e5365e3 View commit details
    Browse the repository at this point in the history
  2. IAR volatile order nonsense

    Rocky04 authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    872e0fc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update dcd_stm32_fsdev.c

    false whitespace
    Rocky04 authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    17d9bd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Obsolete suppression of unused parameter

    - Removing a suppression about an unused parameter because it's used now
    Rocky04 authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7e0ba84 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Proper port passthrough

    - Pass the port parameter down to called functions in the interrupt handler instead of using a const port
    - Consistent code style in the interrupt handler
    Rocky04 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4173053 View commit details
    Browse the repository at this point in the history
  2. Fixing bug

    - Forgot the inversion when manually copying the code over :-(
    Rocky04 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e0c7a88 View commit details
    Browse the repository at this point in the history