openmv/tools/alif/build/config/app-cpu-stubs.json
2024-08-28 20:06:14 +02:00

35 lines
864 B
JSON
Executable File

{
"DEVICE": {
"disabled" : false,
"binary": "app-device-config.json",
"version" : "0.5.00",
"signed": true
},
"A32_APP": {
"disabled": false,
"binary": "a32_stub_0.bin",
"version" : "1.0.0",
"signed": true,
"loadAddress": "0x02000000",
"cpu_id": "A32_0",
"flags": ["load","boot"]
},
"HP_APP": {
"disabled": false,
"binary": "m55_stub_hp.bin",
"version" : "1.0.0",
"signed": true,
"loadAddress": "0x50000000",
"cpu_id": "M55_HP",
"flags": ["load","boot"]
},
"HE_APP": {
"disabled": false,
"binary": "m55_stub_he.bin",
"version" : "1.0.0",
"signed": true,
"loadAddress": "0x58000000",
"cpu_id": "M55_HE",
"flags": ["load", "boot"]
}
}