From: Martin Mares Date: Sat, 5 Mar 2022 15:20:55 +0000 (+0100) Subject: bin: Remove obsolete stuff X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=22cc4d9fbe39334623ef9fc64b3f4979026ba978;p=home-hw.git bin: Remove obsolete stuff --- diff --git a/bin/backup b/bin/backup deleted file mode 100755 index 78a3908..0000000 --- a/bin/backup +++ /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 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' diff --git a/bin/st-flash b/bin/st-flash index da6239a..3026769 100755 --- a/bin/st-flash +++ b/bin/st-flash @@ -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 "$@" diff --git a/bin/st-info b/bin/st-info index b23a170..83e9561 100755 --- a/bin/st-info +++ b/bin/st-info @@ -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 "$@"