1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc2538
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
..
include cpu/cc2538: Add periph_uart_mode implementation 2019-05-15 09:26:56 +02:00
ldscripts cc2538: Adjust ldscript memory segment attributes 2018-05-09 06:41:57 +02:00
periph cpu/cc2538: Add periph_uart_mode implementation 2019-05-15 09:26:56 +02:00
radio netdev: remove layer2 netstats from netdev drivers 2019-02-01 11:25:27 +02:00
cpu.c drivers/periph&cpu: add and use common periph_init() 2017-01-25 16:46:46 +01:00
doc.txt cpu/cc2538: doxgen fixes 2016-01-27 09:55:24 +01:00
Makefile makefile: indentation cleanup 2017-09-22 12:00:47 +02:00
Makefile.features cpu/cc2538: Add periph_uart_mode implementation 2019-05-15 09:26:56 +02:00
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00
vectors.c cpu/cortexm: Remove leftover _estack declarations 2017-11-10 15:38:14 +01:00