1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00
RIOT/cpu/cortexm_common
Marian Buschsieweke faa3727b1f
cpu/cortexm_common: Make cpu.h IWYU clean
There is clearly no reason `cpu.h` should `#include <stdio.h>`.

Also add an export pragma to `cpu_conf.h`, as portable code is
expected to include `cpu.h` (which exists across MCU families in RIOT),
and not `cpu_conf.h` (which only exists for some MCU families).
2024-11-27 11:57:20 +01:00
..
include cpu/cortexm_common: Make cpu.h IWYU clean 2024-11-27 11:57:20 +01:00
ldscripts Revert "cpu/cortexm_common: extend flashpage API" 2024-04-04 17:57:40 +02:00
periph Revert "cpu/cortexm_common: extend flashpage API" 2024-04-04 17:57:40 +02:00
cortexm_init.c cortexm: initialise fpu early 2021-04-29 13:19:47 +02:00
Kconfig *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01: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/cortexm_common: use cmsis package instead of internal vendor headers 2023-05-14 21:08:27 +02:00
Makefile.features cpu/cortexm: fix spelling mistake 2024-10-16 16:04:10 +02:00
Makefile.include cpu/cortexm_common: use cmsis package instead of internal vendor headers 2023-05-14 21:08:27 +02:00
mpu.c cpu/cortexm_common: add support for Cortex-M33 2020-10-06 17:11:26 +02:00
panic.c core/panic: don't use LOG_ functions in panic handler 2024-07-17 16:18:19 +02:00
thread_arch.c cpu/cortexm: add stack limit support for CM33 2024-05-06 17:14:49 +02:00
vectors_cortexm.c cpu/cortexm_common: print last active thread on stack corruption 2024-05-29 18:27:27 +02:00