mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
alif/mcu: Remove json config files.
They will be generated as part of the build. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
committed by
Damien George
parent
30dfbe5dc0
commit
da46b4d708
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"HE_APP": {
|
||||
"disabled" : false,
|
||||
"binary": "M55_HE/firmware.bin",
|
||||
"mramAddress": "0x80320000",
|
||||
"version": "1.0.0",
|
||||
"cpu_id": "M55_HE",
|
||||
"flags": ["deferred"],
|
||||
"signed": false
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"DEVICE": {
|
||||
"disabled" : false,
|
||||
"binary": "app-device-config.json",
|
||||
"version" : "0.5.00",
|
||||
"signed": false
|
||||
},
|
||||
"HE_APP": {
|
||||
"disabled" : false,
|
||||
"binary": "M55_HE/firmware.bin",
|
||||
"mramAddress": "0x80320000",
|
||||
"version": "1.0.0",
|
||||
"cpu_id": "M55_HE",
|
||||
"flags": ["boot"],
|
||||
"signed": false
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user