mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
4 lines
102 B
Bash
4 lines
102 B
Bash
|
file="./build/max3263x.elf"
|
||
|
openocd -f scripts/max3263x_hdk.cfg -c "program $file verify reset exit"
|
||
|
|