Skip to content
Permalink
57dff04c39
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
55 lines (55 sloc) 1.65 KB
{
"external_flash": [
{
"model": "S25HS256T",
"mode": "XIP"
}
],
"boot_and_upgrade":
{
"bootloader": {
"address": {
"description": "Address of the bootloader",
"value": "0x10000000"
},
"size": {
"description": "Size of the bootloader",
"value": "0x18000"
},
"scratch_address": {
"description": "Address of the scratch area",
"value": "0x18440000"
},
"scratch_size": {
"description": "Size of the scratch area",
"value": "0x80000"
},
"status_address": {
"description": "Address of the swap status partition",
"value": "0x10018000"
},
"status_size": {
"description": "Size of the swap status partition",
"value": "0x3c00"
}
},
"application_1": {
"address": {
"description": "Address of the application primary slot",
"value": "0x18000000"
},
"size": {
"description": "Size of the application primary slot",
"value": "0x00140200"
},
"upgrade_address": {
"description": "Address of the application secondary slot",
"value": "0x18180000"
},
"upgrade_size": {
"description": "Size of the application secondary slot",
"value": "0x00140200"
}
}
}
}