Skip to content

Commit 574f9fa

Browse files
committed
nRF52840: Set mpu-rom-end to 0x1fffffff
So we have at least one test platform exercising the special case of mpu-rom-end being 0x1fffffff, set that for nRF52840.
1 parent 0233033 commit 574f9fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6678,6 +6678,9 @@
66786678
"value": 0
66796679
}
66806680
},
6681+
"overrides": {
6682+
"mpu-rom-end": "0x1fffffff"
6683+
},
66816684
"OUTPUT_EXT": "hex",
66826685
"is_disk_virtual": true,
66836686
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],

0 commit comments

Comments
 (0)