-
Notifications
You must be signed in to change notification settings - Fork 2k
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
bors
merged 10 commits into
RIOT-OS:master
from
gschorcht:drivers/usbdev_synopsys_dwc2_efm32
Dec 19, 2022
Merged
drivers/usbdev_synopsys_dwc2: add EFM32 support #18756
bors
merged 10 commits into
RIOT-OS:master
from
gschorcht:drivers/usbdev_synopsys_dwc2_efm32
Dec 19, 2022
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6146a3e - Browse repository at this point
Copy the full SHA 6146a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d233f1 - Browse repository at this point
Copy the full SHA 6d233f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab71b1 - Browse repository at this point
Copy the full SHA 6ab71b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9afc97 - Browse repository at this point
Copy the full SHA a9afc97View commit details -
Configuration menu - View commit details
-
Copy full SHA for f085a87 - Browse repository at this point
Copy the full SHA f085a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7651e68 - Browse repository at this point
Copy the full SHA 7651e68View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7e6e37 - Browse repository at this point
Copy the full SHA c7e6e37View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dd6c46e - Browse repository at this point
Copy the full SHA dd6c46eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f47dc1 - Browse repository at this point
Copy the full SHA 4f47dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6bae0b - Browse repository at this point
Copy the full SHA c6bae0bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.