From 9f75ad79c0df9035bcdfd11011ba475cc80ad50a Mon Sep 17 00:00:00 2001
From: xengineering <me@xengineering.eu>
Date: Sun, 6 Apr 2025 13:38:24 +0200
Subject: 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.
---
 fw/btl/configure.sh | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100755 fw/btl/configure.sh

(limited to 'fw/btl/configure.sh')

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}\""
-- 
cgit v1.2.3-70-g09d2