]> git.sur5r.net Git - armstart-ibdap/blob - openocd-example.cfg
Fix build
[armstart-ibdap] / openocd-example.cfg
1 interface cmsis-dap
2 source [find target/lpc11xx.cfg]
3 adapter_khz 1000
4 reset_config srst_only
5 $_TARGETNAME configure -event gdb-attach {
6    echo "Halting target"
7    halt
8 }