To generate build configuration and build the app, you first need to:
touch ncs/v3.1.x/bootloader/mcuboot/boot/zephyr/boards/nrf54l15dk_nrf54l15_cpuapp.conf
or copy it from v3.0.2.
Then, if I enable bluetooth:
CONFIG_BT=y
build fails with a bunch of same errors in SDK's nrfx_cracen.c (only from different functions):
ncs/v3.1.0/modules/hal/nordic/nrfx/drivers/src/nrfx_cracen.c:350:34: error: 'NRF_CRACENCORE' undeclared (first use in this function); did you mean 'NRF_CRACENCORE_S'?
What happened to nrf54L15 supported in these newer SDKs?
Any workarounds?
Thanks!