Skip to content

Commit 8766a2d

Browse files
author
Chris Trowbridge
committed
Make suggested configuration changes
1 parent c24682c commit 8766a2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mbed_app.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,20 +152,20 @@
152152
"target.app_offset" : "0xB400",
153153
"target.components_remove" : ["QSPIF"],
154154
"target.components_add" : ["FLASHIAP"],
155-
"update-client.bootloader-details" : "0x9884",
155+
"target.restrict_size" : "0x‭ECC00",
156+
"update-client.bootloader-details" : "0x952C",
156157
"update-client.application-details" : "0xB000",
157158
"update-client.storage-address" : "(2*1024*1024)",
158159
"update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)",
159160
"update-client.firmware-header-version" : "2",
160-
"mbed-cloud-client.external-sst-support" : 1,
161161
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP_BLOCKDEVICE",
162-
"storage_filesystem.internal_base_address" : "((1024*1024) - 2*(4*1024))",
163-
"storage_filesystem.rbp_internal_size" : "(8*1024)",
162+
"storage_filesystem.internal_base_address" : "((1024*1024) - (32*1024))",
163+
"storage_filesystem.rbp_internal_size" : "(32*1024)",
164164
"storage.storage_type" : "FILESYSTEM",
165165
"storage_filesystem.filesystem" : "LITTLE",
166166
"storage_filesystem.blockdevice" : "SPIF",
167167
"storage_filesystem.external_base_address" : "(0x0)",
168-
"storage_filesystem.external_size" : "(1024*1024*4)",
168+
"storage_filesystem.external_size" : "(1024*1024*1)",
169169
"platform.default-serial-baud-rate" : 115200,
170170
"drivers.uart-serial-rxbuf-size" : 1024,
171171
"drivers.uart-serial-txbuf-size" : 1024,

0 commit comments

Comments
 (0)