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