]> mj.ucw.cz Git - home-hw.git/commitdiff
bin: Remove obsolete stuff
authorMartin Mares <mj@ucw.cz>
Sat, 5 Mar 2022 15:20:55 +0000 (16:20 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Mar 2022 15:20:55 +0000 (16:20 +0100)
bin/backup [deleted file]
bin/ocd [deleted file]
bin/st-flash
bin/st-info

diff --git a/bin/backup b/bin/backup
deleted file mode 100755 (executable)
index 78a3908..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-set -e
-rs ~/stm/ campbell:a/stm/
diff --git a/bin/ocd b/bin/ocd
deleted file mode 100644 (file)
index 3258df1..0000000
--- a/bin/ocd
+++ /dev/null
@@ -1 +0,0 @@
-openocd -f interface/stlink-v2.cfg -f target/stm32f1x.cfg -c init -c 'arm semihosting enable' -c 'reset halt' -c 'reset run' 
index da6239abb51a11c27383858f074f6da287f7e55f..30267693a930e4afe50079a3f6ff3c190644de20 100755 (executable)
@@ -1,5 +1,2 @@
 #!/bin/sh
-set -e
-LD_LIBRARY_PATH=~/stm/stlink
-export LD_LIBRARY_PATH
-exec ~/stm/stlink/st-flash "$@"
+exec ~/stm/stlink/build/Release/bin/st-flash "$@"
index b23a170cf28dc798fa216c377971fc9aabc222d0..83e956146766c99da5c7b5b9f207c387a4e23b48 100755 (executable)
@@ -1,5 +1,2 @@
 #!/bin/sh
-set -e
-LD_LIBRARY_PATH=~/stm/stlink
-export LD_LIBRARY_PATH
-exec ~/stm/stlink/st-info "$@"
+exec ~/stm/stlink/build/Release/bin/st-info "$@"