i am lazy

This commit is contained in:
rusefillc 2023-06-02 11:53:17 -04:00
parent 3ceb780f5c
commit 9a1c8b6bd7
3 changed files with 5 additions and 1 deletions

View File

@ -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 $*

View File

@ -0,0 +1 @@
./openocd_artery.sh -c "program build/ch.bin verify reset exit 0x08000000"

View File

@ -0,0 +1,3 @@
#!/bin/sh
openocd -f interface/cmsis-dap.cfg -f ./at32f4x.cfg -c '$_TARGETNAME configure -rtos auto' $*