openocd: clean cfg

pull/4/head
occheung 2020-09-25 11:11:08 +08:00
parent 5a2770b825
commit 0b01b9f090
4 changed files with 6 additions and 18 deletions

View File

@ -1,6 +0,0 @@
init
reset init
halt
flash write_image erase target/thumbv7em-none-eabihf/debug/examples/ethernet
reset run
shutdown

View File

@ -1,6 +0,0 @@
init
reset init
halt
flash write_image erase target/thumbv7em-none-eabihf/debug/examples/fpga_config
reset run
shutdown

6
openocd/main.cfg Normal file
View File

@ -0,0 +1,6 @@
init
reset init
halt
flash write_image erase target/thumbv7em-none-eabihf/release/humpback-dds
reset run
shutdown

View File

@ -1,6 +0,0 @@
init
reset init
halt
flash write_image erase target/thumbv7em-none-eabihf/debug/examples/mqtt_client
reset run
shutdown