summaryrefslogtreecommitdiff
path: root/fw/nucleo.sh
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 /fw/nucleo.sh
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.
Diffstat (limited to 'fw/nucleo.sh')
-rwxr-xr-xfw/nucleo.sh2
1 files changed, 1 insertions, 1 deletions
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"