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/nucleo.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/nucleo.conf')
-rw-r--r-- | fw/nucleo.conf | 5 |
1 files changed, 0 insertions, 5 deletions
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 |