[FL-2156] Switch to smaller radio stack. (#923)

* Switch to smaller radio stack. BleGlue: update params to match new stack. Update scripts
* Git: set eol to lf
This commit is contained in:
あく
2021-12-23 19:24:09 +03:00
committed by GitHub
parent 9e62f08e4d
commit 0c7a38b99f
7 changed files with 109 additions and 57 deletions

View File

@@ -14,7 +14,7 @@ MANIFEST_TEMPLATE = {
"fus": {"version": {"major": 1, "minor": 2, "sub": 0}, "files": []},
"radio": {
"version": {
"type": 1,
"type": 3,
"major": 1,
"minor": 13,
"sub": 0,
@@ -88,8 +88,8 @@ class Copro:
# BLE Full Stack
self.addFile(
manifest["copro"]["radio"]["files"],
"stm32wb5x_BLE_Stack_full_fw.bin",
address="0x080C7000",
"stm32wb5x_BLE_Stack_light_fw.bin",
address="0x080D7000",
)
# Save manifest to
json.dump(manifest, open(manifest_file, "w"))