summaryrefslogtreecommitdiff
path: root/fw/btl/configure.sh
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-06 13:38:24 +0200
committerxengineering <me@xengineering.eu>2025-04-06 13:39:29 +0200
commit9f75ad79c0df9035bcdfd11011ba475cc80ad50a (patch)
tree47ec9c6a0367b4790f8cb4da08979159492f138e /fw/btl/configure.sh
parent28576b0bdb6b6e08b186c2919bbed4393b38bb7f (diff)
downloadiot-contact-9f75ad79c0df9035bcdfd11011ba475cc80ad50a.tar
iot-contact-9f75ad79c0df9035bcdfd11011ba475cc80ad50a.tar.zst
iot-contact-9f75ad79c0df9035bcdfd11011ba475cc80ad50a.zip
fw: btl: Configure with Python script
To use a more readable scripting language and keep portability the POSIX shell script for Zephyr configuration is replaced by Python.
Diffstat (limited to 'fw/btl/configure.sh')
-rwxr-xr-xfw/btl/configure.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/fw/btl/configure.sh b/fw/btl/configure.sh
deleted file mode 100755
index 87df3d2..0000000
--- a/fw/btl/configure.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-
-set -eufx
-
-
-cmake \
- "-S$1" \
- "-B$2" \
- "-DBOARD=$3" \
- "-DZEPHYR_BASE=$4" \
- "-DZEPHYR_MODULES=${5}" \
- "-DEXTRA_CONF_FILE=${6}" \
- "-DCONFIG_BOOT_SIGNATURE_KEY_FILE=\"${7}\""