mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
Before this change, if one tried to build a Cortex-M0+ target that had an MPU, compilation would fail due to missing 'SCB_SHCSR_MEMFAULTENA_Msk' in SCB structure. Cortex-M0+ is a ARMv6-M arch (unlike most other targets that have MPU support). ARMv6-M has more limited support for fault conditions, see ARMv6-M Architecture Reference Manual, D3.6.2. |
||
|---|---|---|
| .. | ||
| include | ||
| ldscripts | ||
| periph | ||
| cortexm_init.c | ||
| irq_arch.c | ||
| Makefile | ||
| Makefile.features | ||
| Makefile.include | ||
| mpu.c | ||
| panic.c | ||
| thread_arch.c | ||
| vectors_cortexm.c | ||