1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/msp430_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 cpu/msp430: increase default stacksize for gnrc_ipv6 thread 2018-09-26 11:06:05 +02:00
periph
cpu.c
irq.c
Makefile
Makefile.features
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00
malloc.c cpu/msp430_common: add real malloc/free functions 2019-04-03 09:21:03 +02:00
msp430-main.c Merge pull request #10944 from gschorcht/cpu/msp430_common_heap_real 2019-04-12 10:59:00 +02:00
mspgcc-supplement.c
startup.c cpu/msp430_common: set top of heap for sbrk 2019-03-13 13:30:56 +01:00