1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/lpc23xx
Leandro Lanzieri df7ce1c647
makefiles/kconfig: use two lists for boards and CPUs default configs
This introduces KCONFIG_BOARD_CONFIG and KCONFIG_CPU_CONFIG variable for
boards and CPUs (including common directories) to add default
configuration files to be merged. The current approach, as it uses
Makefile.features, would include boards first, not allowing them to
override CPU configurations.
2021-12-13 12:33:21 +01:00
..
doc
include cpu/lpc23xx: fix doxygen grouping warnings 2021-09-11 12:45:15 +02:00
ldscripts cpu/lpc23xx: extend flashpage API 2021-10-25 15:07:37 +02:00
mci cpu/lpc23xx: model Kconfig 2021-12-01 10:14:34 +01:00
periph cpu/periph/i2c: update implementations to new I2C API 2021-11-29 06:35:25 +01:00
tools
asmfunc.s
clocks.c
cpu.c
Kconfig cpu/lpc23xx: model Kconfig 2021-12-01 10:14:34 +01:00
lpc23xx.config cpu/lpc23xx: model Kconfig 2021-12-01 10:14:34 +01:00
Makefile
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.features makefiles/kconfig: use two lists for boards and CPUs default configs 2021-12-13 12:33:21 +01:00
Makefile.include
startup.s