We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59aa5e commit fbaab7dCopy full SHA for fbaab7d
configs/internal_flash_no_rot.json
@@ -143,6 +143,14 @@
143
"target.restrict_size" : "0x10000",
144
"mbed-bootloader.bootloader-size" : "(64*1024)",
145
"update-client.storage-page" : 1
146
+ },
147
+ "UHURU_RAVEN": {
148
+ "target.components_remove" : ["SPIF"],
149
+ "mbed-bootloader.bootloader-size" : "(32*1024)",
150
+ "kvstore-size" : "(2*32*1024)",
151
+ "update-client.application-details" : "(MBED_ROM_START + MBED_BOOTLOADER_SIZE + KVSTORE_SIZE)",
152
+ "update-client.storage-address" : "(MBED_ROM_START + MBED_BOOTLOADER_FLASH_BANK_SIZE)",
153
+ "mbed-bootloader.max-application-size" : "((1024-32-64)*1024)"
154
}
155
156
0 commit comments