File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
TARGET_ARM_FM/TARGET_FVP_MPS2/TARGET_FVP_MPS2_M0P/device Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ typedef enum IRQn {
98
98
99
99
/* -------- Configuration of the Cortex-M0+ Processor and Core Peripherals ------ */
100
100
#define __CM0PLUS_REV 0x0000 /* Core revision r0p0 */
101
- #define __MPU_PRESENT 1 /* MPU present or not */
101
+ #define __MPU_PRESENT 0 /* MPU present or not */
102
102
#define __VTOR_PRESENT 1 /* VTOR present or not */
103
103
#define __NVIC_PRIO_BITS 2 /* Number of Bits used for Priority Levels */
104
104
#define __Vendor_SysTickConfig 0 /* Set to 1 if different SysTick Config is used */
Original file line number Diff line number Diff line change 8070
8070
"FVP_MPS2_M0P" : {
8071
8071
"inherits" : [" FVP_MPS2" ],
8072
8072
"core" : " Cortex-M0+" ,
8073
- "macros_add" : [" CMSDK_CM0plus" ],
8074
- "device_has_add" : [" MPU" ]
8073
+ "macros_add" : [" CMSDK_CM0plus" ]
8075
8074
},
8076
8075
"FVP_MPS2_M3" : {
8077
8076
"inherits" : [" FVP_MPS2" ],
You can’t perform that action at this time.
0 commit comments