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 /fw/boards/nucleo_f767zi.conf | |
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.
Diffstat (limited to 'fw/boards/nucleo_f767zi.conf')
-rw-r--r-- | fw/boards/nucleo_f767zi.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |