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