From 74f7b7ce61ff7a47786767d21f9dc43dbab52ce5 Mon Sep 17 00:00:00 2001 From: occheung Date: Thu, 17 Sep 2020 17:02:41 +0800 Subject: [PATCH] mqtt_mux: init openocd --- openocd/mqtt-client.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 openocd/mqtt-client.cfg diff --git a/openocd/mqtt-client.cfg b/openocd/mqtt-client.cfg new file mode 100644 index 0000000..856e117 --- /dev/null +++ b/openocd/mqtt-client.cfg @@ -0,0 +1,6 @@ +init +reset init +halt +flash write_image erase target/thumbv7em-none-eabihf/debug/examples/mqtt_client +reset run +shutdown \ No newline at end of file