1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/cortexm_common
Ian Martin 22b5de86a5 add mpu_stack_guard pseudomodule (just Cortex-M for now)
triggers an exception during stack overflow,
but at a cost of 32-63 bytes of RAM per thread.
2016-10-24 12:40:44 -04:00
..
include cpu/cortexm_common: add Memory Protection Unit (MPU) driver 2016-10-19 11:12:36 -04:00
ldscripts cpu: cortex_common: Add entry point to tell gdb where to start 2016-07-23 13:27:47 +02:00
atomic_arch.c all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
cortexm_init.c cpu/cortex-m: Enable STKALIGN to make the Cortex-M keep the stack 8 byte aligned on 4 byte aligned stack pointers 2016-04-07 00:27:26 +02:00
irq_arch.c cpu/cortexm_common: add used attributes for LTO 2015-09-30 15:56:38 +02:00
Makefile cpu: cortexm_common: compile thread_arch.c without LTO 2016-08-29 13:30:17 +02:00
Makefile.include
mpu.c cpu/cortexm_common: add Memory Protection Unit (MPU) driver 2016-10-19 11:12:36 -04:00
panic.c cortexm_common: print trapped interrupt from ipsr 2016-04-20 11:41:13 +02:00
reboot_arch.c core: header cleanup 2016-02-28 22:46:28 +01:00
thread_arch.c cpu: cortexm_common: explicitly define isr_pendsv and isr_svc 2016-08-29 13:30:17 +02:00
vectors_cortexm.c add mpu_stack_guard pseudomodule (just Cortex-M for now) 2016-10-24 12:40:44 -04:00