1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/efm32/periph
Bas Stottelaar 1105f60a23 cpu/efm32: make series defines explicit
The EFM32 uses the provided _SILICON_LABS_32B_SERIES_0 and
_SILICON_LABS_32B_SERIES_1 definitions to enable or disable certain
code. With the introduction of new MCUs, there is also the
_SILICON_LABS_32B_SERIES_2 definition.

This PR ensures that the defines are explicit, and that #else
statements don't target the wrong series.
2020-07-08 21:54:57 +02:00
..
adc.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
cpuid.c cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
dac.c cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
flashpage.c cpu/efm32: add flashpage_raw 2019-08-05 17:24:26 +02:00
gpio.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
hwrng.c cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
i2c.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
Makefile cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
pm.c cpu: efm32: correct power modes 2018-04-04 21:29:20 +02:00
pwm.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
rtc_series0.c cpu/efm32: fix typos 2019-11-23 22:39:36 +01:00
rtc_series1.c cpu/efm32/periph/rtc_series1: normalize time 2020-01-22 10:03:49 +01:00
rtt_series0.c cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
rtt_series1.c cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
spi.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
timer.c cpu: efm32: add support for 32-bit timers 2019-01-07 18:49:21 +01:00
uart.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00