Skip to content

Commit fbaab7d

Browse files
toyowataSeppo Takalo
authored andcommitted
Add Uhuru Raven config
1 parent d59aa5e commit fbaab7d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/internal_flash_no_rot.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@
143143
"target.restrict_size" : "0x10000",
144144
"mbed-bootloader.bootloader-size" : "(64*1024)",
145145
"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)"
146154
}
147155
}
148156
}

0 commit comments

Comments
 (0)