# # Copyright (c) 2024 Nordic Semiconductor ASA # # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause # # TODO: Workaround, disable memory guard to avoid false faults in application after boot CONFIG_HW_STACK_PROTECTION=n CONFIG_BOOT_WATCHDOG_FEED=n # Adjust the maximum sectors to the app image size of ~1.4MB CONFIG_BOOT_MAX_IMG_SECTORS=512 # Currently, without tickless kernel, the SYSCOUNTER value after the software # reset is not set properly and due to that the first system interrupt is not called # in the proper time - the SYSCOUNTER value is set to the value from before # reset + 1. Hence, the reboot time increases more and more. # To avoid it enable tickles kernel for mcuboot. CONFIG_TICKLESS_KERNEL=y CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=n