From 6ebbc6cd9876744c09547bcb4ce2c39a89ce0f6c Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 22 Mar 2025 22:20:41 +0100 Subject: fw: Let Zephyr add board specific configuration Handling this in the nucleo.sh script was never necessary. --- fw/boards/nucleo_f767zi.conf | 5 +++++ fw/nucleo.conf | 5 ----- fw/nucleo.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 fw/boards/nucleo_f767zi.conf delete mode 100644 fw/nucleo.conf diff --git a/fw/boards/nucleo_f767zi.conf b/fw/boards/nucleo_f767zi.conf new file mode 100644 index 0000000..32e6d4a --- /dev/null +++ b/fw/boards/nucleo_f767zi.conf @@ -0,0 +1,5 @@ +# This Source Code Form is subject to the terms of the Mozilla Public License, +# v. 2.0. If a copy of the MPL was not distributed with this file, You can +# obtain one at https://mozilla.org/MPL/2.0/. + +CONFIG_BOOTLOADER_MCUBOOT=y diff --git a/fw/nucleo.conf b/fw/nucleo.conf deleted file mode 100644 index 32e6d4a..0000000 --- a/fw/nucleo.conf +++ /dev/null @@ -1,5 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public License, -# v. 2.0. If a copy of the MPL was not distributed with this file, You can -# obtain one at https://mozilla.org/MPL/2.0/. - -CONFIG_BOOTLOADER_MCUBOOT=y 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" -- cgit v1.2.3-70-g09d2