diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2025-03-13 14:54:49 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-04-09 00:22:32 +1000 |
| commit | da46b4d7089e6b0be553798568bbdf9e7ea9368b (patch) | |
| tree | 2cdac4303e44aae73330b6396990ef1870ca659b | |
| parent | 30dfbe5dc0d8a8ce4af3724b9b2a49b60a323a31 (diff) | |
alif/mcu: Remove json config files.
They will be generated as part of the build.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
| -rw-r--r-- | ports/alif/mcu/M55_DUAL_cfg.json | 26 | ||||
| -rw-r--r-- | ports/alif/mcu/M55_HE_cfg.json | 17 | ||||
| -rw-r--r-- | ports/alif/mcu/M55_HP_cfg.json | 17 |
3 files changed, 0 insertions, 60 deletions
diff --git a/ports/alif/mcu/M55_DUAL_cfg.json b/ports/alif/mcu/M55_DUAL_cfg.json deleted file mode 100644 index 81beef5f0..000000000 --- a/ports/alif/mcu/M55_DUAL_cfg.json +++ /dev/null @@ -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 - } -} diff --git a/ports/alif/mcu/M55_HE_cfg.json b/ports/alif/mcu/M55_HE_cfg.json deleted file mode 100644 index 838984180..000000000 --- a/ports/alif/mcu/M55_HE_cfg.json +++ /dev/null @@ -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 - } -} diff --git a/ports/alif/mcu/M55_HP_cfg.json b/ports/alif/mcu/M55_HP_cfg.json deleted file mode 100644 index d6710f69c..000000000 --- a/ports/alif/mcu/M55_HP_cfg.json +++ /dev/null @@ -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 - } -} |
