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

drivers/usbdev_synopsys_dwc2: add EFM32 support #18756

Merged
merged 10 commits into from
Dec 19, 2022

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    6146a3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d233f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab71b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9afc97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f085a87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7651e68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7e6e37 View commit details
    Browse the repository at this point in the history
  8. cpu/efm32: fix PM configuration

    `cpu/cortexm_common/include/cpu.h` has to be included in `cpu/efm32/periph_cpu.h` so that `PROVIDES_PM_SET_LOWEST` is defined if only `periph_cpu.h` is included. Otherwise `pm_set_lowest` is defined multiple times if the `pm_layered` module is not used. `PROVIDES_PM_OFF` has to be defined in case `pm_layered` is not used, e.g. in riotboot.
    gschorcht committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    dd6c46e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f47dc1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6bae0b View commit details
    Browse the repository at this point in the history