RIOT/cpu/cortexm_common
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
..
2019-11-23 22:39:36 +01:00
2017-11-16 14:40:16 +01:00
2020-01-11 13:37:20 +01:00
2018-06-11 19:12:02 +02:00