cleaned project, added a first working version of the bootloader

This commit is contained in:
Miguel I.
2025-09-02 21:21:43 +02:00
parent 71b3c6f703
commit 663ecf18cf
850 changed files with 159 additions and 113312 deletions

14
sysbuild/mcuboot.conf Normal file
View File

@@ -0,0 +1,14 @@
# Example of sample specific Kconfig changes when building sample with MCUboot
# when using sysbuild.
CONFIG_MCUBOOT_LOG_LEVEL_WRN=y
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_MCUBOOT_DOWNGRADE_PREVENTION=y
# STEP 3.1 - Increase flash space for MCUboot child image, to fit USB drivers
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
CONFIG_MCUBOOT_INDICATION_LED=y
CONFIG_BOOT_SERIAL_WAIT_FOR_DFU=y