xref: /btstack/port/max32630-fthr/scripts/flash_Max32630_hdk.sh (revision 0af04ee4d37be8d9457648a5a7a21f3a4ff171da)
1file="./build/max3263x.elf"
2openocd -f scripts/max3263x_hdk.cfg -c "program $file verify reset exit"
3
4