Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c215952
[nrf fromtree] scripts: ci: check_compliance: add BOARD_REVISION in K…
gmarull Sep 18, 2024
9ba81e6
Revert "[nrf fromlist] manifest: modules: hal: nordic: Pull in fix fo…
gmarull Oct 9, 2024
34349de
[nrf fromtree] manifest: update hal_nordic revision
ankuns Sep 26, 2024
3719266
[nrf fromtree] manifest: update hal_nordic revision to have nrfx 3.7.0
nika-nordic Sep 13, 2024
37c9448
[nrf fromtree] manifest: modules: hal: nordic: Pull in fix for countr…
rado17 Oct 1, 2024
9210849
[nrf fromtree] modules: hal_nordic: align PDM configuration
gmarull Sep 30, 2024
c094b15
[nrf fromtree] modules: hal_nordic: add nrf54l system sources to bsim…
gmarull Sep 30, 2024
58bfa9b
[nrf fromtree] bluetooth: controller: ll_sw: nordic: align to nrfx 3.7.0
gmarull Sep 30, 2024
992bd0d
[nrf fromtree] drivers: timer: nrf_grtc_timer: Align Zephyr to new AU…
adamkondraciuk Sep 26, 2024
cc63259
Revert "[nrf noup] dts: nordic: Support disabling lfosc"
gmarull Oct 8, 2024
0d4eaed
Revert "[nrf noup] dts: nordic: LFXO crystal settings adjustment"
gmarull Oct 8, 2024
05518f9
Revert "[nrf noup] dts: nordic: Add support for BICR generation"
gmarull Oct 8, 2024
08c642a
[nrf fromtree] soc: nordic: nrf54h20: add support for nRF54H20 EngB
gmarull Sep 18, 2024
54d69c1
[nrf noup] dts: nordic: Add support for BICR generation
57300 Jun 5, 2024
2f6e160
[nrf fromtree] modules: hal_nordic: add support for nRF54H20 EngB
gmarull Sep 18, 2024
72fd68e
[nrf fromtree] modules: hal_nordic: nrfs: add support for nRF54H20 EngB
gmarull Sep 18, 2024
a2cc2be
[nrf fromtree] drivers: adc: nrfx_saadc: use CONFIG_NRF_PLATFORM_HALTIUM
gmarull Oct 1, 2024
498267c
[nrf fromtree] scripts: west_commands: runners: nrf: add support for …
gmarull Sep 18, 2024
89314c8
[nrf fromtree] boards: nrf54h20dk: introduce revision 0.8.0 (current)
gmarull Sep 18, 2024
d0cd47a
[nrf fromtree] boards: nrf54h20dk: add board revision 0.9.0
gmarull Sep 18, 2024
8f2b4fa
[nrf fromtree] tests: lib: cpp: cxx: ignore nRF54H20 DK 0.8.0
gmarull Oct 1, 2024
f44c44d
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar Sep 13, 2024
c610d62
[nrf fromtree] subsys/ipc icmsg_me.c: Fix ssize_t build error for som…
aescolar Sep 11, 2024
3e51eb0
[nrf fromtree] manifest: Update nRF hw models to latest
aescolar Sep 30, 2024
22de297
[nrf fromtree] boards native: Add function to remap embedded address
aescolar Sep 12, 2024
4e43269
[nrf fromtree] ipc: pbuf: Provide function for Rx side initialization
aescolar Sep 18, 2024
a54d6a4
[nrf fromtree] ipc: icmsg & icbmsg: Add support for POSIX arch targets
aescolar Sep 6, 2024
da2922c
[nrf fromtree] samples ipc_service/multi_endpoint: Enable for nrf5340…
aescolar Sep 11, 2024
1e8a7f4
[nrf fromtree] samples ipc_service/icmsg: Enable for nrf5340bsim
aescolar Sep 11, 2024
b6b12c4
[nrf fromtree] samples ipc_service/static_vrings: Enable for nrf5340bsim
aescolar Sep 11, 2024
3b3297c
[nrf fromlist] ipc: icmsg: increase stack size of RX work queue thread
piotrkoziar Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions boards/native/nrf_bsim/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ zephyr_library_sources(
cpu_wait.c
argparse.c
nsi_if.c
native_remap.c
soc/nrfx_coredep.c
common/bstests_entry.c
common/cmsis/cmsis.c
Expand Down
12 changes: 12 additions & 0 deletions boards/native/nrf_bsim/native_remap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdbool.h>
#include "NHW_misc.h"

bool native_emb_addr_remap(void **addr)
{
return nhw_convert_RAM_addr(addr);
}
18 changes: 12 additions & 6 deletions boards/nordic/nrf54h20dk/Kconfig.nrf54h20dk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
# SPDX-License-Identifier: Apache-2.0

config BOARD_NRF54H20DK
select SOC_NRF54H20_CPUAPP if BOARD_NRF54H20DK_NRF54H20_CPUAPP
select SOC_NRF54H20_CPURAD if BOARD_NRF54H20DK_NRF54H20_CPURAD
select SOC_NRF54H20_CPUPPR if BOARD_NRF54H20DK_NRF54H20_CPUPPR || \
BOARD_NRF54H20DK_NRF54H20_CPUPPR_XIP
select SOC_NRF54H20_CPUFLPR if BOARD_NRF54H20DK_NRF54H20_CPUFLPR || \
BOARD_NRF54H20DK_NRF54H20_CPUFLPR_XIP
select SOC_NRF54H20_ENGB_CPUAPP if BOARD_NRF54H20DK_NRF54H20_CPUAPP && BOARD_REVISION = "0.8.0"
select SOC_NRF54H20_ENGB_CPURAD if BOARD_NRF54H20DK_NRF54H20_CPURAD && BOARD_REVISION = "0.8.0"
select SOC_NRF54H20_ENGB_CPUPPR if (BOARD_NRF54H20DK_NRF54H20_CPUPPR || \
BOARD_NRF54H20DK_NRF54H20_CPUPPR_XIP) && BOARD_REVISION = "0.8.0"
select SOC_NRF54H20_ENGB_CPUFLPR if (BOARD_NRF54H20DK_NRF54H20_CPUFLPR || \
BOARD_NRF54H20DK_NRF54H20_CPUFLPR_XIP) && BOARD_REVISION = "0.8.0"
select SOC_NRF54H20_CPUAPP if BOARD_NRF54H20DK_NRF54H20_CPUAPP && BOARD_REVISION = "0.9.0"
select SOC_NRF54H20_CPURAD if BOARD_NRF54H20DK_NRF54H20_CPURAD && BOARD_REVISION = "0.9.0"
select SOC_NRF54H20_CPUPPR if (BOARD_NRF54H20DK_NRF54H20_CPUPPR || \
BOARD_NRF54H20DK_NRF54H20_CPUPPR_XIP) && BOARD_REVISION = "0.9.0"
select SOC_NRF54H20_CPUFLPR if (BOARD_NRF54H20DK_NRF54H20_CPUFLPR || \
BOARD_NRF54H20DK_NRF54H20_CPUFLPR_XIP) && BOARD_REVISION = "0.9.0"
6 changes: 6 additions & 0 deletions boards/nordic/nrf54h20dk/board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ board:
cpucluster: cpuppr
- name: xip
cpucluster: cpuflpr
revision:
format: major.minor.patch
default: "0.9.0"
revisions:
- name: "0.8.0"
- name: "0.9.0"
24 changes: 24 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp_0_8_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

identifier: [email protected]/nrf54h20/cpuapp
name: nRF54H20-DK-nRF54H20-Application (revision 0.8.0)
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
sysbuild: true
ram: 256
flash: 296
supported:
- adc
- can
- counter
- gpio
- i2c
- pwm
- spi
- watchdog
- usbd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

identifier: nrf54h20dk/nrf54h20/cpuapp
name: nRF54H20-DK-nRF54H20-Application
name: nRF54H20-DK-nRF54H20-Application (revision 0.9.0)
type: mcu
arch: arm
toolchain:
Expand Down
18 changes: 18 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuflpr_0_8_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

identifier: [email protected]/nrf54h20/cpuflpr
name: nRF54H20-DK-nRF54H20-FLPR (revision 0.8.0)
type: mcu
arch: riscv
toolchain:
- zephyr
sysbuild: true
ram: 46
flash: 46
supported:
- counter
- gpio
- i2c
- pwm
- spi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

identifier: nrf54h20dk/nrf54h20/cpuflpr
name: nRF54H20-DK-nRF54H20-FLPR
name: nRF54H20-DK-nRF54H20-FLPR (revision 0.9.0)
type: mcu
arch: riscv
toolchain:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

identifier: [email protected]/nrf54h20/cpuflpr/xip
name: nRF54H20-DK-nRF54H20-FLPR (MRAM XIP) (revision 0.8.0)
type: mcu
arch: riscv
toolchain:
- zephyr
sysbuild: true
ram: 46
flash: 48
supported:
- gpio
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

identifier: nrf54h20dk/nrf54h20/cpuflpr/xip
name: nRF54H20-DK-nRF54H20-FLPR (MRAM XIP)
name: nRF54H20-DK-nRF54H20-FLPR (MRAM XIP) (revision 0.9.0)
type: mcu
arch: riscv
toolchain:
Expand Down
18 changes: 18 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr_0_8_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

identifier: [email protected]/nrf54h20/cpuppr
name: nRF54H20-DK-nRF54H20-PPR (revision 0.8.0)
type: mcu
arch: riscv
toolchain:
- zephyr
sysbuild: true
ram: 62
flash: 62
supported:
- counter
- gpio
- i2c
- pwm
- spi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

identifier: nrf54h20dk/nrf54h20/cpuppr
name: nRF54H20-DK-nRF54H20-PPR
name: nRF54H20-DK-nRF54H20-PPR (revision 0.9.0)
type: mcu
arch: riscv
toolchain:
Expand Down
14 changes: 14 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr_xip_0_8_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

identifier: [email protected]/nrf54h20/cpuppr/xip
name: nRF54H20-DK-nRF54H20-PPR (MRAM XIP) (revision 0.8.0)
type: mcu
arch: riscv
toolchain:
- zephyr
sysbuild: true
ram: 62
flash: 64
supported:
- gpio
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

identifier: nrf54h20dk/nrf54h20/cpuppr/xip
name: nRF54H20-DK-nRF54H20-PPR (MRAM XIP)
name: nRF54H20-DK-nRF54H20-PPR (MRAM XIP) (revision 0.9.0)
type: mcu
arch: riscv
toolchain:
Expand Down
19 changes: 19 additions & 0 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad_0_8_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (c) 2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

identifier: [email protected]/nrf54h20/cpurad
name: nRF54H20-DK-nRF54H20-Radio (revision 0.8.0)
type: mcu
arch: arm
toolchain:
- gnuarmemb
- xtools
- zephyr
sysbuild: true
ram: 192
flash: 256
supported:
- counter
- gpio
- pwm
- spi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

identifier: nrf54h20dk/nrf54h20/cpurad
name: nRF54H20-DK-nRF54H20-Radio
name: nRF54H20-DK-nRF54H20-Radio (revision 0.9.0)
type: mcu
arch: arm
toolchain:
Expand Down
2 changes: 1 addition & 1 deletion drivers/adc/adc_nrfx_saadc.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LOG_MODULE_REGISTER(adc_nrfx_saadc);

#if (NRF_SAADC_HAS_AIN_AS_PIN)

#if defined(CONFIG_SOC_NRF54H20) || defined(CONFIG_SOC_NRF9280)
#if defined(CONFIG_NRF_PLATFORM_HALTIUM)
static const uint8_t saadc_psels[NRF_SAADC_AIN7 + 1] = {
[NRF_SAADC_AIN0] = NRF_PIN_PORT_TO_PIN_NUMBER(0U, 1),
[NRF_SAADC_AIN1] = NRF_PIN_PORT_TO_PIN_NUMBER(1U, 1),
Expand Down
2 changes: 1 addition & 1 deletion drivers/audio/Kconfig.dmic_pdm_nrfx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config AUDIO_DMIC_NRFX_PDM
bool "nRF PDM nrfx driver"
default y
depends on DT_HAS_NORDIC_NRF_PDM_ENABLED
select NRFX_PDM
select NRFX_PDM0 if HAS_HW_NRF_PDM0
select PINCTRL
help
Enable support for nrfx PDM driver for nRF MCU series.
9 changes: 4 additions & 5 deletions drivers/timer/Kconfig.nrf_grtc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ menuconfig NRF_GRTC_TIMER

if NRF_GRTC_TIMER

config NRF_GRTC_SLEEP_ALLOWED
def_bool y
depends on POWEROFF
config NRF_GRTC_ALWAYS_ON
bool
help
This feature allows GRTC SYSCOUNTER to go to sleep state.
Always keep the SYSCOUNTER active even if the CPU is in sleep mode.

config NRF_GRTC_TIMER_APP_DEFINED_INIT
bool "Application defines GRTC initialization"
Expand All @@ -44,7 +43,7 @@ config NRF_GRTC_TIMER_CLOCK_MANAGEMENT
config NRF_GRTC_SYSCOUNTER_SLEEP_MINIMUM_LATENCY
int
default 1000
depends on NRF_GRTC_SLEEP_ALLOWED
depends on POWEROFF
help
The value (in us) ensures that the wakeup event will not fire
too early. In other words, applying SYSCOUNTER sleep state for less than
Expand Down
13 changes: 5 additions & 8 deletions drivers/timer/nrf_grtc_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ int z_nrf_grtc_timer_capture_read(int32_t chan, uint64_t *captured_time)
return 0;
}

#if defined(CONFIG_NRF_GRTC_SLEEP_ALLOWED) && defined(CONFIG_NRF_GRTC_START_SYSCOUNTER)
#if defined(CONFIG_POWEROFF) && defined(CONFIG_NRF_GRTC_START_SYSCOUNTER)
int z_nrf_grtc_wakeup_prepare(uint64_t wake_time_us)
{
nrfx_err_t err_code;
Expand Down Expand Up @@ -432,7 +432,7 @@ int z_nrf_grtc_wakeup_prepare(uint64_t wake_time_us)
k_spin_unlock(&lock, key);
return 0;
}
#endif /* CONFIG_NRF_GRTC_SLEEP_ALLOWED */
#endif /* CONFIG_POWEROFF */

uint32_t sys_clock_cycle_get_32(void)
{
Expand Down Expand Up @@ -465,12 +465,6 @@ static int sys_clock_driver_init(void)
{
nrfx_err_t err_code;

#if defined(CONFIG_NRF_GRTC_TIMER_CLOCK_MANAGEMENT) && \
(defined(NRF_GRTC_HAS_CLKSEL) && (NRF_GRTC_HAS_CLKSEL == 1))
/* Use System LFCLK as the low-frequency clock source during initialization. */
nrfx_grtc_clock_source_set(NRF_GRTC_CLKSEL_LFCLK);
#endif

IRQ_CONNECT(DT_IRQN(GRTC_NODE), DT_IRQ(GRTC_NODE, priority), nrfx_isr,
nrfx_grtc_irq_handler, 0);

Expand Down Expand Up @@ -513,6 +507,9 @@ static int sys_clock_driver_init(void)
nrfx_grtc_clock_source_set(NRF_GRTC_CLKSEL_LFXO);
#endif

#if defined(CONFIG_NRF_GRTC_ALWAYS_ON)
nrfx_grtc_active_request_set(true);
#endif
return 0;
}

Expand Down
38 changes: 30 additions & 8 deletions include/zephyr/ipc/pbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
*/
#define _PBUF_MIN_DATA_LEN ROUND_UP(PBUF_PACKET_LEN_SZ + 1 + _PBUF_IDX_SIZE, _PBUF_IDX_SIZE)

#if defined(CONFIG_ARCH_POSIX)
/* For the native simulated boards we need to modify some pointers at init */
#define PBUF_MAYBE_CONST
#else
#define PBUF_MAYBE_CONST const
#endif

/** @brief Control block of packet buffer.
*
* The structure contains configuration data.
Expand Down Expand Up @@ -87,9 +94,9 @@
* written in a way to protect the data from being corrupted.
*/
struct pbuf {
const struct pbuf_cfg *const cfg; /* Configuration of the
* buffer.
*/
PBUF_MAYBE_CONST struct pbuf_cfg *const cfg; /* Configuration of the
* buffer.
*/
struct pbuf_data data; /* Data used to read and write
* to the buffer
*/
Expand Down Expand Up @@ -144,17 +151,32 @@
"Misaligned memory."); \
BUILD_ASSERT(size >= (MAX(dcache_align, _PBUF_IDX_SIZE) + _PBUF_IDX_SIZE + \
_PBUF_MIN_DATA_LEN), "Insufficient size."); \
\
static const struct pbuf_cfg cfg_##name = \
static PBUF_MAYBE_CONST struct pbuf_cfg cfg_##name = \
PBUF_CFG_INIT(mem_addr, size, dcache_align); \
static struct pbuf name = { \
.cfg = &cfg_##name, \
}

Check notice on line 158 in include/zephyr/ipc/pbuf.h

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

You may want to run clang-format on this change

include/zephyr/ipc/pbuf.h:158 -#define PBUF_DEFINE(name, mem_addr, size, dcache_align) \ - BUILD_ASSERT(dcache_align >= 0, \ - "Cache line size must be non negative."); \ - BUILD_ASSERT((size) > 0 && IS_PTR_ALIGNED_BYTES(size, _PBUF_IDX_SIZE), \ - "Incorrect size."); \ - BUILD_ASSERT(IS_PTR_ALIGNED_BYTES(mem_addr, MAX(dcache_align, _PBUF_IDX_SIZE)), \ - "Misaligned memory."); \ - BUILD_ASSERT(size >= (MAX(dcache_align, _PBUF_IDX_SIZE) + _PBUF_IDX_SIZE + \ - _PBUF_MIN_DATA_LEN), "Insufficient size."); \ - static PBUF_MAYBE_CONST struct pbuf_cfg cfg_##name = \ - PBUF_CFG_INIT(mem_addr, size, dcache_align); \ - static struct pbuf name = { \ - .cfg = &cfg_##name, \ +#define PBUF_DEFINE(name, mem_addr, size, dcache_align) \ + BUILD_ASSERT(dcache_align >= 0, "Cache line size must be non negative."); \ + BUILD_ASSERT((size) > 0 && IS_PTR_ALIGNED_BYTES(size, _PBUF_IDX_SIZE), "Incorrect size."); \ + BUILD_ASSERT(IS_PTR_ALIGNED_BYTES(mem_addr, MAX(dcache_align, _PBUF_IDX_SIZE)), \ + "Misaligned memory."); \ + BUILD_ASSERT( \ + size >= (MAX(dcache_align, _PBUF_IDX_SIZE) + _PBUF_IDX_SIZE + _PBUF_MIN_DATA_LEN), \ + "Insufficient size."); \ + static PBUF_MAYBE_CONST struct pbuf_cfg cfg_##name = \ + PBUF_CFG_INIT(mem_addr, size, dcache_align); \ + static struct pbuf name = { \ + .cfg = &cfg_##name, \

/**
* @brief Initialize the packet buffer.
* @brief Initialize the Tx packet buffer.
*
* This function initializes the Tx packet buffer based on provided configuration.
* If the configuration is incorrect, the function will return error.
*
* It is recommended to use PBUF_DEFINE macro for build time initialization.
*
* @param pb Pointer to the packed buffer containing
* configuration and data. Configuration has to be
* fixed before the initialization.
* @retval 0 on success.
* @retval -EINVAL when the input parameter is incorrect.
*/
int pbuf_tx_init(struct pbuf *pb);

/**
* @brief Initialize the Rx packet buffer.
*
* This function initializes the packet buffer based on provided configuration.
* This function initializes the Rx packet buffer.
* If the configuration is incorrect, the function will return error.
*
* It is recommended to use PBUF_DEFINE macro for build time initialization.
Expand All @@ -165,7 +187,7 @@
* @retval 0 on success.
* @retval -EINVAL when the input parameter is incorrect.
*/
int pbuf_init(struct pbuf *pb);
int pbuf_rx_init(struct pbuf *pb);

/**
* @brief Write specified amount of data to the packet buffer.
Expand Down
7 changes: 6 additions & 1 deletion modules/hal_nordic/nrfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ config NRFS_HAS_VBUS_DETECTOR_SERVICE

config NRFS
bool "nRF Services Support"
select NRFS_LOCAL_DOMAIN if (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD || SOC_NRF9280_CPUAPP || SOC_NRF9280_CPURAD)
select NRFS_LOCAL_DOMAIN if SOC_NRF54H20_CPUAPP || \
SOC_NRF54H20_ENGB_CPUAPP || \
SOC_NRF54H20_CPURAD || \
SOC_NRF54H20_ENGB_CPURAD || \
SOC_NRF9280_CPUAPP || \
SOC_NRF9280_CPURAD
depends on HAS_NRFS
depends on !MISRA_SANE
default y if !ZTEST
Expand Down
Loading
Loading