add flash-uniflash support for ti tm4c

This commit is contained in:
hathach
2024-08-15 14:36:31 +07:00
parent 0be427bae9
commit 1402e6ec0d
9 changed files with 85 additions and 48 deletions

View File

@@ -196,6 +196,11 @@ def flash_esptool(board, firmware):
return ret
def flash_uniflash(board, firmware):
ret = run_cmd(f'dslite.sh {board["flasher_args"]} -f {firmware}.hex')
return ret
# -------------------------------------------------------------
# Tests
# -------------------------------------------------------------