Skip to content

Commit

Permalink
zephyr: Add NRF54L configuration
Browse files Browse the repository at this point in the history
Adds default Kconfig configuration that allows to build MCUboot
for NRF54L.
Currently this configuration turns off WDT and FPROTECT,
which is TODO to fix.

Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
de-nordic authored and michalek-no committed Jan 25, 2024
1 parent b994ba2 commit d50381c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_BOOT_MAX_IMG_SECTORS=512

# Ensure that the qspi driver is disabled by default
CONFIG_NORDIC_QSPI_NOR=n

# TODO: below are not yet supported and need fixing
CONFIG_NRF_RTC_TIMER=n
CONFIG_FPROTECT=n
CONFIG_BOOT_WATCHDOG_FEED=n
CONFIG_MULTITHREADING=y

0 comments on commit d50381c

Please sign in to comment.