Skip to content

Commit d4028b8

Browse files
[nrf fromlist] modules: hal_nordic: Add nrfx configuration for nRF54L15 FP1
Added dedicated nrfx configuration files for nRF54L15 FP1, which differ from ENGA variant with inclusion of PDM. Upstream PR: zephyrproject-rtos/zephyr#79177 Signed-off-by: Michał Stasiak <[email protected]>
1 parent e46d2e6 commit d4028b8

File tree

3 files changed

+3301
-2
lines changed

3 files changed

+3301
-2
lines changed

modules/hal_nordic/nrfx/nrfx_config.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,14 @@
10501050
#include <nrfx_config_nrf54h20_ppr.h>
10511051
#elif (defined(NRF54H20_XXAA) || defined(NRF54H20_ENGB_XXAA)) && defined(NRF_FLPR)
10521052
#include <nrfx_config_nrf54h20_flpr.h>
1053-
#elif (defined(NRF54L15_XXAA) || defined(NRF54L15_ENGA_XXAA)) && defined(NRF_APPLICATION)
1053+
#elif defined(NRF54L15_ENGA_XXAA) && defined(NRF_APPLICATION)
10541054
#include <nrfx_config_nrf54l15_enga_application.h>
1055-
#elif (defined(NRF54L15_XXAA) || defined(NRF54L15_ENGA_XXAA)) && defined(NRF_FLPR)
1055+
#elif defined(NRF54L15_ENGA_XXAA) && defined(NRF_FLPR)
10561056
#include <nrfx_config_nrf54l15_enga_flpr.h>
1057+
#elif defined(NRF54L15_XXAA) && defined(NRF_APPLICATION)
1058+
#include <nrfx_config_nrf54l15_application.h>
1059+
#elif defined(NRF54L15_XXAA) && defined(NRF_FLPR)
1060+
#include <nrfx_config_nrf54l15_flpr.h>
10571061
#elif (defined(NRF54L20_XXAA) || defined(NRF54L20_ENGA_XXAA)) && defined(NRF_APPLICATION)
10581062
#include <nrfx_config_nrf54l20_enga_application.h>
10591063
#elif defined(NRF9120_XXAA) || defined(NRF9160_XXAA)

0 commit comments

Comments
 (0)