i am lazy
This commit is contained in:
parent
3ceb780f5c
commit
9a1c8b6bd7
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
openocd -f interface/cmsis-dap.cfg -f ./at32f4x.cfg -c '$_TARGETNAME configure -rtos auto' $*
|
openocd -f interface/cmsis-dap.cfg -f ./at32f4x.cfg $*
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
./openocd_artery.sh -c "program build/ch.bin verify reset exit 0x08000000"
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
openocd -f interface/cmsis-dap.cfg -f ./at32f4x.cfg -c '$_TARGETNAME configure -rtos auto' $*
|
||||||
|
|
Loading…
Reference in New Issue