1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cortexm_common
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
..
include cpu: drop cpu_init() from public headers 2021-10-18 17:31:26 +02:00
ldscripts cpu/cortexm_common: extend flashpage API 2021-10-19 22:33:15 +02:00
periph periph/flashpage: fix wrong doxygen group 2021-11-15 17:25:59 +01:00
cortexm_common.config treewide: change Kconfig prefix for module symbols 2020-08-31 09:57:28 +02:00
cortexm_init.c cortexm: initialise fpu early 2021-04-29 13:19:47 +02:00
Kconfig cpu/cortexm: Use DEVELHELP to add stack guard 2021-09-08 12:40:30 +02:00
Makefile cpu/cortexm_common: Drop LTO workaround for Cortex M thread_arch.c 2020-07-15 10:37:15 +02:00
Makefile.dep cpu: make newlib_nano a DEFAULT_MODULE 2021-05-04 12:12:36 +02:00
Makefile.features makefiles/kconfig: use two lists for boards and CPUs default configs 2021-12-13 12:33:21 +01:00
Makefile.include cpu/cortexm_common: always add jlink as supported programmer 2021-02-24 13:27:04 +01:00
mpu.c cpu/cortexm_common: add support for Cortex-M33 2020-10-06 17:11:26 +02:00
panic.c cpu*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
thread_arch.c cpu/cortexm_common: Suppress cppcheck errors 2021-11-25 13:08:51 +01:00
vectors_cortexm.c cpu/cortexm_common: make CI happy 2021-11-16 21:52:55 +01:00