1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf5x_common
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 nrfmin: remove long address support 2019-01-16 14:59:28 +01:00
periph cpu/nrf52840: fix UART DMA when data is in ROM 2019-03-13 13:05:36 +01:00
radio cpu/nrf5x/radio/nrfmin: apply errata workaround 2019-05-15 14:49:42 +02:00
clock.c cpu/nrf5x: unified clock initialization code 2017-04-05 18:07:23 +02:00
doc.txt cpu/nrf5x_common: Give Doxygen group a name 2016-03-14 23:09:49 +01:00
Makefile cpu/nrf5x: added nrfble radio driver 2018-04-06 11:18:53 +02:00
Makefile.features cpu/nrf5x_common: add temperature periph driver 2019-03-08 21:14:21 +01:00
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00