Skip to content

Commit 091d491

Browse files
authored
Assume no softdevice for nrf52 (ARMmbed#133)
1 parent 7ef77bf commit 091d491

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/nrf52_internal_flash_fake_rot.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"minimal-printf.console-output" : "SWO",
3333
"target.app_offset" : "0x74000",
3434
"update-client.application-details" : "(508*1024)",
35-
"application-start-address" : "(152*1024)",
36-
"max-application-size" : "(156*1024)",
37-
"update-client.storage-address" : "(308*1024)",
38-
"update-client.storage-size" : "(156*1024)",
35+
"application-start-address" : "(4*1024)",
36+
"max-application-size" : "(232*1024)",
37+
"update-client.storage-address" : "(236*1024)",
38+
"update-client.storage-size" : "(228*1024)",
3939
"update-client.storage-locations" : 1,
4040
"update-client.storage-page" : 4,
4141
"target.extra_labels_remove" : ["SOFTDEVICE_S132_FULL", "SOFTDEVICE_COMMON"],

0 commit comments

Comments
 (0)