1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/efm32/include
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 cpu/efm32: coretemp.h: add missing stdint.h include 2020-11-25 17:52:34 +01:00
vendor cpu/efm32: add support for Synopsys USB OTG FS IP core 2022-12-07 16:34:34 +01:00
cpu_conf.h efm32: Adapt to flashpage/flashpage_pagewise API 2020-11-11 23:16:39 +01:00
gpio_ll_arch.h cpu/efm32: Document what is and is not implemented 2022-05-03 19:32:08 +02:00
periph_cpu.h cpu/efm32: fix PM configuration 2022-12-07 16:38:51 +01:00