1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/cpu/efm32
Gunar Schorcht dd6c46e289 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.
2022-12-07 16:38:51 +01:00
..
drivers drivers/saul: use const qualifier for data to write 2022-05-23 08:35:27 +02:00
families cpu/efm32: include periph_conf.h for system-related methods 2022-10-27 15:22:58 +02:00
include cpu/efm32: fix PM configuration 2022-12-07 16:38:51 +01:00
periph cpu/efm32: enable usbdev_synopsys_dwc2 driver as periph_usbdev 2022-12-07 16:34:34 +01:00
cpu.c cpu/efm32: setup EM4 mode for series 2 CPUs 2022-10-24 23:16:38 +02:00
doc.txt cpu/efm32: add support for efm32hg family 2021-01-06 23:44:53 +01:00
efm32-features.mk cpu/efm32: remove exports 2020-02-11 22:46:53 +01:00
efm32-info.mk cpu/efm32/efm32-info: use efm32-info instead of cpus.txt 2020-02-12 12:55:59 +01:00
efm32.config cpu/efm32: model Kconfig 2021-11-18 09:03:06 +01:00
Kconfig cpu/efm32: provide periph_uart_modecfg feature for every board 2022-11-21 23:20:19 +01:00
Makefile cpu/efm32: add efr32zg23 family 2022-10-24 23:16:39 +02:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/efm32: enable usbdev_synopsys_dwc2 driver as periph_usbdev 2022-12-07 16:34:34 +01:00
Makefile.features cpu/efm32: provide periph_uart_modecfg feature for every board 2022-11-21 23:20:19 +01:00
Makefile.include cpu/efm32: add support for Synopsys USB OTG FS IP core 2022-12-07 16:34:34 +01:00