7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
STM32_Programmer_CLI -c port=SWD freq=4000 mode=UR \
|
|
-e all \
|
|
-w build/stmf411re_test.elf \
|
|
-v \
|
|
-rst |