1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/core
Sören Tempel 59676a1f5e Make sure the mpu_noexec_ram regions has the lowest priority
From the ARMv7-M ARM section B3.5.3:

	Where there is an overlap between two regions, the register with
	the highest region number takes priority.

We want to make sure the mpu_noexec_ram region has the lowest
priority to allow the mpu_stack_guard region to overwrite the first N
bytes of it.

This change fixes using mpu_noexec_ram and mpu_stack_guard together.
2020-03-10 11:16:22 +01:00
..
include core/panic: add PANIC_EXPECT_FAIL 2020-02-24 10:48:43 +01:00
assert.c
atomic_c11.c
atomic_sync.c
bitarithm.c
clist.c
cond.c
doc.txt
init.c core: turn kernel_init.c into core_init submodule 2020-01-31 13:52:13 +01:00
lifo.c
Makefile core: turn panic.c into a submodule 2020-01-31 13:55:26 +01:00
mbox.c
msg.c
mutex.c
panic.c
priority_queue.c
ringbuffer.c core/ringbuffer: compensate 'ringbuffer_remove' underflow error 2020-01-07 12:56:17 +01:00
rmutex.c core: fix typos 2019-11-23 22:39:38 +01:00
sched.c Make sure the mpu_noexec_ram regions has the lowest priority 2020-03-10 11:16:22 +01:00
thread_flags.c
thread.c core/thread.c: new function for zombie state 2019-12-11 16:48:31 +01:00