diff options
author | xengineering <me@xengineering.eu> | 2025-03-22 22:20:41 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-03-22 22:36:52 +0100 |
commit | 6ebbc6cd9876744c09547bcb4ce2c39a89ce0f6c (patch) | |
tree | 51ca9fd24ebdb6106a9032e3af5b7cce47688fda | |
parent | e4d826addcf7941c79418a674a3b362a035f1bef (diff) | |
download | iot-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-x | fw/nucleo.sh | 2 |
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" |