release v1
This commit is contained in:
BIN
CloudPlant.elf
BIN
CloudPlant.elf
Binary file not shown.
2
flash.py
2
flash.py
@@ -13,7 +13,7 @@ from pathlib import Path
|
||||
|
||||
SCRIPT_DIR = Path(__file__).parent.resolve()
|
||||
DEFAULT_ELF = SCRIPT_DIR / "build" / "Debug" / "CloudPlant.elf"
|
||||
STM_PROGRAMMER_CLI = r"C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\STM32_Programmer_CLI.exe"
|
||||
STM_PROGRAMMER_CLI = r"C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\ .exe"
|
||||
|
||||
|
||||
def convert_elf_to_bin(elf_path):
|
||||
|
||||
Reference in New Issue
Block a user