1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/efm32
smlng 2de4b3011b periph_common: add as dependency to periph drivers
Rational: the periph_common module is required by (most) other periph drivers
and also during startup of the CPU/MCU to run periph_init. The latter is only
required if other periph drivers are used, hence periph_common should be a
depency of periph_* modules and *not* of the CPU/MCU. This PR fixes that
by making periph_common a depency of periph_* and removing the explicit
include in the CPU/MCU implementation.
2019-06-03 13:44:10 +02:00
..
families cpu: efm32: update vendor headers 2018-12-30 23:35:57 +01:00
include cpu: efm32: adapt to new i2c interface. 2018-07-25 12:01:40 +02:00
periph efm32/i2c: make sure 16-bit register access is done in big endian 2019-05-29 11:29:11 +02:00
cpu.c cpu: efm32: add support for no DC-DC converter 2018-09-17 19:31:22 +02:00
doc.txt cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
efm32-features.mk cpu: efm32: add support for non-standard UART modes. 2018-06-04 18:16:41 +02:00
efm32-info.mk cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
Makefile cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
Makefile.dep cpu: efm32_common + ef32mg1p: replace with generalized efm32 cpu 2017-12-19 20:04:37 +01:00
Makefile.features cpu: efm32: add support for non-standard UART modes. 2018-06-04 18:16:41 +02:00
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00