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
dac.c
flashpage.c
gpio.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
hwrng.c
i2c.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
Makefile
pm.c
pwm.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
rtc_series0.c
rtc_series1.c cpu/efm32/periph/rtc_series1: normalize time 2020-01-22 10:03:49 +01:00
rtt_series0.c
rtt_series1.c
spi.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00
timer.c
uart.c cpu/efm32: make series defines explicit 2020-07-08 21:54:57 +02:00