mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10795 from jamesbeyond/fm_m0p_no_mpu
FastModel: trun off MPU for FVP_MPS2_M0Ppull/10907/head
commit
4bd1d15d01
|
@ -98,7 +98,7 @@ typedef enum IRQn {
|
||||||
|
|
||||||
/* -------- Configuration of the Cortex-M0+ Processor and Core Peripherals ------ */
|
/* -------- Configuration of the Cortex-M0+ Processor and Core Peripherals ------ */
|
||||||
#define __CM0PLUS_REV 0x0000 /* Core revision r0p0 */
|
#define __CM0PLUS_REV 0x0000 /* Core revision r0p0 */
|
||||||
#define __MPU_PRESENT 1 /* MPU present or not */
|
#define __MPU_PRESENT 0 /* MPU present or not */
|
||||||
#define __VTOR_PRESENT 1 /* VTOR present or not */
|
#define __VTOR_PRESENT 1 /* VTOR present or not */
|
||||||
#define __NVIC_PRIO_BITS 2 /* Number of Bits used for Priority Levels */
|
#define __NVIC_PRIO_BITS 2 /* Number of Bits used for Priority Levels */
|
||||||
#define __Vendor_SysTickConfig 0 /* Set to 1 if different SysTick Config is used */
|
#define __Vendor_SysTickConfig 0 /* Set to 1 if different SysTick Config is used */
|
||||||
|
|
|
@ -8070,8 +8070,7 @@
|
||||||
"FVP_MPS2_M0P": {
|
"FVP_MPS2_M0P": {
|
||||||
"inherits": ["FVP_MPS2"],
|
"inherits": ["FVP_MPS2"],
|
||||||
"core": "Cortex-M0+",
|
"core": "Cortex-M0+",
|
||||||
"macros_add": ["CMSDK_CM0plus"],
|
"macros_add": ["CMSDK_CM0plus"]
|
||||||
"device_has_add": ["MPU"]
|
|
||||||
},
|
},
|
||||||
"FVP_MPS2_M3": {
|
"FVP_MPS2_M3": {
|
||||||
"inherits": ["FVP_MPS2"],
|
"inherits": ["FVP_MPS2"],
|
||||||
|
|
Loading…
Reference in New Issue