[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

@@ -71,7 +71,7 @@ endif
.PHONY: flash_radio
flash_radio:
@$(PROJECT_ROOT)/scripts/flash.py core2radio 0x080C7000 $(COPRO_DIR)/stm32wb5x_BLE_Stack_full_fw.bin
@$(PROJECT_ROOT)/scripts/flash.py core2radio 0x080D7000 $(COPRO_DIR)/stm32wb5x_BLE_Stack_light_fw.bin
@$(PROJECT_ROOT)/scripts/ob.py set
.PHONY: flash_radio_fus