Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@
/samples/wifi/softap/ @D-Triveni @krish2718
/samples/wifi/monitor/ @D-Triveni
/samples/wifi/promiscuous/ @D-Triveni
/samples/wifi/thread_coex/ @D-Triveni @nrfconnect/ncs-co-networking @nrfconnect/ncs-thread
/samples/wifi/wfa_qt_app/ @krish2718 @D-Triveni
/samples/zigbee/ @nrfconnect/ncs-zigbee

/samples/app_event_manager/*.rst @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-si-bluebagel-doc
Expand Down
2 changes: 1 addition & 1 deletion applications/machine_learning/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY

config ML_APP_INCLUDE_REMOTE_IMAGE
bool "Include remote image build"
depends on SOC_NRF54H20_CPUAPP
depends on SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP

config ML_APP_REMOTE_BOARD
string "The name of the board to be used by remote image"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ CONFIG_CHIP_QSPI_NOR=n

CONFIG_MPU_STACK_GUARD=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# TODO: Enable factory data once it is available
CONFIG_CHIP_FACTORY_DATA=n

Expand Down
2 changes: 1 addition & 1 deletion applications/nrf_desktop/src/modules/Kconfig.dvfs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

menuconfig DESKTOP_DVFS
bool "DVFS module"
depends on SOC_NRF54H20_CPUAPP
depends on SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP
select NRFS_DVFS_SERVICE_ENABLED
select CLOCK_CONTROL
select CLOCK_CONTROL_NRF2
Expand Down
4 changes: 2 additions & 2 deletions samples/benchmarks/coremark/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
menu "CoreMark sample"

config APP_MODE_FLASH_AND_RUN
bool "Run CoreMark benchmark on start up" if !SOC_NRF54H20_CPUPPR
default y if SOC_NRF54H20_CPUPPR
bool "Run CoreMark benchmark on start up" if !(SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR)
default y if SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR
help
If enabled, CoreMark will start execution immediately after the CPU starts up.
It also disables LEDs and buttons.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

config APP_RPC
bool "Enables application module features requiring interaction between cores"
depends on SOC_NRF5340_CPUNET || SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD
depends on SOC_NRF5340_CPUNET || SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD
select NRF_RPC
select NRF_RPC_CBOR
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
status = "disabled";
};

&prng {
&psa_rng {
status = "disabled";
};
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ ipc0: &cpuapp_cpurad_ipc {
status = "okay";
};

&cpuapp_cpurad_ram0x_region {
status = "okay";
};

&cpurad_bellboard {
status = "okay";
};
Expand Down
15 changes: 15 additions & 0 deletions samples/wifi/ble_coex/boards/nrf54h20dk_nrf54h20_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
21 changes: 21 additions & 0 deletions samples/wifi/ble_coex/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
15 changes: 15 additions & 0 deletions samples/wifi/monitor/boards/nrf54h20dk_nrf54h20_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
21 changes: 21 additions & 0 deletions samples/wifi/monitor/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
15 changes: 15 additions & 0 deletions samples/wifi/promiscuous/boards/nrf54h20dk_nrf54h20_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
15 changes: 15 additions & 0 deletions samples/wifi/radio_test/boards/nrf54h20dk_nrf54h20_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
15 changes: 15 additions & 0 deletions samples/wifi/scan/boards/nrf54h20dk_nrf54h20_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
21 changes: 21 additions & 0 deletions samples/wifi/scan/boards/nrf54h20dk_nrf54h20_cpuapp.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpusec_cpuapp_ipc {
status = "okay";
};

&cpuapp_ram0x_region {
status = "okay";
};

&cpusec_bellboard {
status = "okay";
};

&cpuapp_bellboard {
status = "okay";
};
15 changes: 15 additions & 0 deletions samples/wifi/shell/boards/nrf54h20dk_nrf54h20_cpuapp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Disable Oberon PSA crypto drivers
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n

# Enable PSA crypto from SSF client
CONFIG_PSA_SSF_CRYPTO_CLIENT=y
CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED=y

# Disable Data Cache
CONFIG_DCACHE=n
Loading
Loading