mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Note that 128K at the beginning of MRAM is reserved for future bootloaders. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"DEVICE": {
|
|
"disabled" : false,
|
|
"binary": "app-device-config.json",
|
|
"version" : "0.5.00",
|
|
"signed": false
|
|
},
|
|
"HP_APP": {
|
|
"disabled" : false,
|
|
"binary": "M55_HP/firmware.bin",
|
|
"mramAddress": "0x80020000",
|
|
"version": "1.0.0",
|
|
"cpu_id": "M55_HP",
|
|
"flags": ["boot"],
|
|
"signed": false
|
|
}
|
|
}
|