1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430fxyz
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/msp430fxyz: Add missing #include 2019-03-21 16:49:03 +01:00
periph msp430fxyz: Disable GPIO ISRs when periph_gpio_irq is not selected 2018-08-29 08:53:20 +02:00
Makefile cpu: moved msp430-common to msp430_common 2017-01-13 13:33:32 +01:00
Makefile.features cpu: msp430: reorganize Makefile.features 2017-11-02 12:59:45 +01:00
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00
msp430_stdio.c boards/cpu/drivers/sys: use generic stdio_ if 2018-08-22 10:54:25 +02:00