Skip to content

Commit fb965b3

Browse files
authored
Merge pull request ARMmbed#89 from linlingao/disable_mpu
Disable MPU for now
2 parents 23ef94c + 72a7cdb commit fb965b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7613,8 +7613,9 @@
76137613
},
76147614
"CC3220SF": {
76157615
"inherits": ["CC32XX"],
7616+
"macros": ["MBED_MPU_CUSTOM"],
76167617
"components": ["SD"],
7617-
"device_has": ["USTICKER", "SERIAL", "SERIAL_FC", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "INTERRUPTIN", "SPI", "ANALOGIN", "FLASH", "TRNG", "MPU"],
7618+
"device_has": ["USTICKER", "SERIAL", "SERIAL_FC", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "INTERRUPTIN", "SPI", "ANALOGIN", "FLASH", "TRNG"],
76187619
"core": "Cortex-M4",
76197620
"bootloader_supported": true,
76207621
"device_name": "CC3220SF"

0 commit comments

Comments
 (0)