aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-01-23 17:28:28 +0100
committerJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-01-23 17:28:28 +0100
commitae4f30122a44b5265092a51eff786a41605b359d (patch)
tree28f29685b638e4e4801fe9acbbefa0a8e7e2eb8a
parent51ccc8881ce1f52410dfa7a2f75ae8df1ac2b20c (diff)
Rename companion-controller -> mule
To avoid confusion between various on-board cortex-m0 cores, the companion-controller is now identified by the code name "mule. renamed: companion-controller/README.md -> mule/README.md renamed: companion-controller/cortex-m0.sh -> mule/mule.sh renamed: companion-controller/openocd.cfg -> mule/openocd.cfg
-rw-r--r--mule/README.md (renamed from companion-controller/README.md)6
-rwxr-xr-xmule/mule.sh (renamed from companion-controller/cortex-m0.sh)2
-rw-r--r--mule/openocd.cfg (renamed from companion-controller/openocd.cfg)0
3 files changed, 4 insertions, 4 deletions
diff --git a/companion-controller/README.md b/mule/README.md
index fea3473..715d0db 100644
--- a/companion-controller/README.md
+++ b/mule/README.md
@@ -1,6 +1,6 @@
-# cortex-m0.sh
+# mule.sh
-`cortex-m0.sh` is a helper script to control the on-module companion controller.
+`mule.sh` is a helper script to control the on-module companion controller.
Parameters:
@@ -34,4 +34,4 @@ Compile:
cd openocd-code
./bootstrap
./configure --exec-prefix=$HOME/openocd --prefix=$HOME/openocd --enable-sysfsgpio
- make && make install \ No newline at end of file
+ make && make install
diff --git a/companion-controller/cortex-m0.sh b/mule/mule.sh
index 7f259b0..b05099f 100755
--- a/companion-controller/cortex-m0.sh
+++ b/mule/mule.sh
@@ -5,7 +5,7 @@ SYSFSPATH=/sys/class/gpio
# defaults
RESET_INVERT=0
BOOT0_INVERT=0
-FIRMWARE=/usr/local/share/cortex-m0/cortex-m0.dfu
+FIRMWARE=/usr/local/share/mule/mule.dfu
die() {
echo "$*" 1>&2
diff --git a/companion-controller/openocd.cfg b/mule/openocd.cfg
index 71a1297..71a1297 100644
--- a/companion-controller/openocd.cfg
+++ b/mule/openocd.cfg