Skip to content

Commit

Permalink
Add Renesas GR-MANGO
Browse files Browse the repository at this point in the history
  • Loading branch information
toyowata authored and Seppo Takalo committed Aug 26, 2020
1 parent 738a116 commit d02afab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions TESTS/smoke/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Following table is parsed automatically by build scripts, so follow the format E
|NUCLEO_F411RE|../../BUILD/mbed_app/NUCLEO_F411RE/GCC_ARM/mbed-bootloader.bin|0x8000|0x8400|0x40000|0x40070|
|NUCLEO_F429ZI|../../BUILD/mbed_app/NUCLEO_F429ZI/GCC_ARM/mbed-bootloader.bin|0x8000|0x8400|0x100000|0x100070|
|DISCO_F769NI|../../BUILD/mbed_app/DISCO_F769NI/GCC_ARM/mbed-bootloader.bin|0x40000|0x40400|0x100000|0x100070|
|GR_MANGO|../../BUILD/GR_MANGO/GCC_ARM/mbed-bootloader.bin|0x10000|0x10400|0x800000|0x800070|


## Finding the values
Expand Down
7 changes: 7 additions & 0 deletions configs/internal_flash_no_rot.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@
"mbed-bootloader.bootloader-size" : "(64*1024)",
"update-client.storage-page" : 1
},
"GR_MANGO": {
"target.bootloader_supported" : true,
"kvstore-size" : "(2*24*1024)",
"target.restrict_size" : "0x10000",
"mbed-bootloader.bootloader-size" : "(64*1024)",
"update-client.storage-page" : 1
},
"UHURU_RAVEN": {
"target.components_remove" : ["SPIF"],
"mbed-bootloader.bootloader-size" : "(32*1024)",
Expand Down

0 comments on commit d02afab

Please sign in to comment.