summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-03-22 22:20:41 +0100
committerxengineering <me@xengineering.eu>2025-03-22 22:36:52 +0100
commit6ebbc6cd9876744c09547bcb4ce2c39a89ce0f6c (patch)
tree51ca9fd24ebdb6106a9032e3af5b7cce47688fda
parente4d826addcf7941c79418a674a3b362a035f1bef (diff)
downloadiot-contact-6ebbc6cd9876744c09547bcb4ce2c39a89ce0f6c.tar
iot-contact-6ebbc6cd9876744c09547bcb4ce2c39a89ce0f6c.tar.zst
iot-contact-6ebbc6cd9876744c09547bcb4ce2c39a89ce0f6c.zip
fw: Let Zephyr add board specific configuration
Handling this in the nucleo.sh script was never necessary.
-rw-r--r--fw/boards/nucleo_f767zi.conf (renamed from fw/nucleo.conf)0
-rwxr-xr-xfw/nucleo.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/fw/nucleo.conf b/fw/boards/nucleo_f767zi.conf
index 32e6d4a..32e6d4a 100644
--- a/fw/nucleo.conf
+++ b/fw/boards/nucleo_f767zi.conf
diff --git a/fw/nucleo.sh b/fw/nucleo.sh
index f625ce6..b48b759 100755
--- a/fw/nucleo.sh
+++ b/fw/nucleo.sh
@@ -32,7 +32,7 @@ MCUBOOT="${ROOT}/fw/btl/mcuboot"
IMGTOOL="${MCUBOOT}/scripts/imgtool.py"
KEY="${HOME}/mcuboot/key.pem"
BOARD='nucleo_f767zi'
-EXTRA_CONFIGS="${ROOT}/fw/nucleo.conf"
+EXTRA_CONFIGS=''
BAUDRATE='115200'
SERIAL_PORT='/dev/ttyACM0'
CONFIG_OVERLAY="${FW}/my.conf"