diff --git a/Kconfig.nrf b/Kconfig.nrf index 125dc7da54ae..fc019955f389 100644 --- a/Kconfig.nrf +++ b/Kconfig.nrf @@ -110,7 +110,7 @@ config GETOPT default n # Temporary hack to be able to build samples and tests on the nRF51L15 FLPR core -if (SOC_NRF54L15_ENGA_CPUFLPR || SOC_NRF54L15_CPUFLPR) && PARTITION_MANAGER_ENABLED +if SOC_NRF54L15_CPUFLPR && PARTITION_MANAGER_ENABLED config FLASH_BASE_ADDRESS hex default 0x0 diff --git a/applications/machine_learning/Kconfig.sysbuild b/applications/machine_learning/Kconfig.sysbuild index 29012163e19e..e1e697dec790 100644 --- a/applications/machine_learning/Kconfig.sysbuild +++ b/applications/machine_learning/Kconfig.sysbuild @@ -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 || SOC_NRF54H20_ENGB_CPUAPP + depends on SOC_NRF54H20_CPUAPP config ML_APP_REMOTE_BOARD string "The name of the board to be used by remote image" diff --git a/applications/nrf5340_audio/sample.yaml b/applications/nrf5340_audio/sample.yaml index 2a678b0950be..33887bf2405f 100644 --- a/applications/nrf5340_audio/sample.yaml +++ b/applications/nrf5340_audio/sample.yaml @@ -5,7 +5,6 @@ common: integration_platforms: - nrf5340_audio_dk/nrf5340/cpuapp platform_allow: nrf5340_audio_dk/nrf5340/cpuapp - platform_exclude: nrf5340_audio_dk/nrf5340/cpuapp_ns sysbuild: true build_only: true tags: ci_build sysbuild diff --git a/applications/nrf_desktop/src/modules/Kconfig.dvfs b/applications/nrf_desktop/src/modules/Kconfig.dvfs index 8d72a5967e3b..8d83b5c6a936 100644 --- a/applications/nrf_desktop/src/modules/Kconfig.dvfs +++ b/applications/nrf_desktop/src/modules/Kconfig.dvfs @@ -6,7 +6,7 @@ menuconfig DESKTOP_DVFS bool "DVFS module [EXPERIMENTAL]" - depends on SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP + depends on SOC_NRF54H20_CPUAPP select EXPERIMENTAL select NRFS_DVFS_SERVICE_ENABLED select CLOCK_CONTROL diff --git a/doc/nrf/includes/sample_board_rows.txt b/doc/nrf/includes/sample_board_rows.txt index e189adb97c1d..dd408ee1c745 100644 --- a/doc/nrf/includes/sample_board_rows.txt +++ b/doc/nrf/includes/sample_board_rows.txt @@ -222,14 +222,6 @@ | Native Simulator | | native_sim | ``native_sim`` | -.. nrf54l15pdk_nrf54l15_cpuapp - -| :ref:`nRF54L15 PDK ` | PCA10156 | :ref:`nrf54l15pdk ` | ``nrf54l15pdk/nrf54l15/cpuapp`` | - -.. nrf54l15pdk@0.3.0_nrf54l15_cpuapp - -| :ref:`nRF54L15 PDK ` | PCA10156 | :ref:`nrf54l15pdk ` | ``nrf54l15pdk@0.3.0/nrf54l15/cpuapp`` | - .. nrf54l15dk_nrf54l15_cpuapp | :ref:`nRF54L15 DK ` | PCA10156 | :ref:`nrf54l15dk ` | ``nrf54l15dk/nrf54l15/cpuapp`` | diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-2.7.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-2.7.0.rst index 66ef016cc2ab..ebdd5e56ccb5 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-2.7.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-2.7.0.rst @@ -258,7 +258,7 @@ Amazon Sidewalk * Added: - * Experimental support for the Bluetooth LE and sub-GHz protocols on the :ref:`zephyr:nrf54l15pdk_nrf54l15`. + * Experimental support for the Bluetooth LE and sub-GHz protocols on the nRF54L15 PDK. * Support for the DFU FUOTA. * Updated: @@ -349,7 +349,7 @@ Thread * Added: - * Support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` in the :ref:`ot_cli_sample` and :ref:`ot_coprocessor_sample` samples. + * Support for the nRF54L15 PDK in the :ref:`ot_cli_sample` and :ref:`ot_coprocessor_sample` samples. * New :ref:`feature set ` option :kconfig:option:`CONFIG_OPENTHREAD_NORDIC_LIBRARY_RCP`. Zigbee @@ -372,7 +372,7 @@ Enhanced ShockBurst (ESB) * Added: - * Support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and the :ref:`zephyr:nrf54l15pdk_nrf54l15`. + * Support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and the nRF54L15 PDK. * Fast switching between radio states for the nRF54H20 SoC. * Fast radio channel switching for the nRF54H20 SoC. @@ -381,7 +381,7 @@ Wi-Fi * Added: - * Support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and :ref:`zephyr:nrf54l15pdk_nrf54l15` boards with :ref:`nRF7002 EB `. + * Support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and nRF54L15 PDK boards with :ref:`nRF7002 EB `. * General enhancements in low-power mode including watchdog based recovery. Applications @@ -483,7 +483,7 @@ nRF Desktop * Added: - * Support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` with the ``nrf54l15pdk/nrf54l15/cpuapp`` board target. + * Support for the nRF54L15 PDK with the ``nrf54l15pdk/nrf54l15/cpuapp`` board target. The PDK can act as a sample mouse or keyboard. It supports the Bluetooth LE HID data transport and uses SoftDevice Link Layer with Low Latency Packet Mode (LLPM) enabled. @@ -601,7 +601,7 @@ Bluetooth samples * :ref:`peripheral_status` sample * :ref:`shell_bt_nus` sample - * Support for both the :ref:`zephyr:nrf54h20dk_nrf54h20` and the :ref:`zephyr:nrf54l15pdk_nrf54l15` boards in the following samples: + * Support for both the :ref:`zephyr:nrf54h20dk_nrf54h20` and the nRF54L15 PDK boards in the following samples: * :ref:`peripheral_lbs` sample * :ref:`bluetooth_central_hids` sample @@ -626,7 +626,7 @@ Bluetooth Fast Pair samples * :ref:`fast_pair_input_device` sample: - * Added support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` board. + * Added support for the nRF54L15 PDK board. * Updated: @@ -638,7 +638,7 @@ Bluetooth Fast Pair samples Bluetooth Mesh samples ---------------------- -* Added support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` board in the following samples: +* Added support for the nRF54L15 PDK board in the following samples: * :ref:`bluetooth_mesh_sensor_client` sample * :ref:`bluetooth_mesh_sensor_server` sample @@ -743,7 +743,7 @@ Cryptography samples * Added: * :ref:`crypto_spake2p` sample. - * Support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` board for all crypto samples. + * Support for the nRF54L15 PDK board for all crypto samples. * Support for the :ref:`zephyr:nrf54h20dk_nrf54h20` board in all crypto samples, except :ref:`crypto_persistent_key` and :ref:`crypto_tls`. * Support for the :ref:`zephyr:nrf9151dk_nrf9151` board for all crypto samples. * Support for the :ref:`nRF9161 DK ` board for the :ref:`crypto_test`. @@ -771,7 +771,7 @@ Enhanced ShockBurst samples * :ref:`esb_prx` sample: - * Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and :ref:`zephyr:nrf54l15pdk_nrf54l15` boards. + * Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and nRF54L15 PDK boards. Keys samples ------------ @@ -787,7 +787,7 @@ Matter samples By utilizing the test event triggers, you can simulate various operational conditions and responses in your Matter device without the need for external setup. To get started with using test event triggers in your Matter samples and to understand the capabilities of this feature, refer to the :ref:`ug_matter_test_event_triggers` page. - * Support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` with the ``nrf54l15pdk/nrf54l15/cpuapp`` board target to the following Matter samples: + * Support for the nRF54L15 PDK with the ``nrf54l15pdk/nrf54l15/cpuapp`` board target to the following Matter samples: * :ref:`matter_template_sample` sample. * :ref:`matter_light_bulb_sample` sample. @@ -865,8 +865,8 @@ NFC samples * Added: - * Support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` board in the :ref:`nrf-nfc-system-off-sample` sample. - * Support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and :ref:`zephyr:nrf54l15pdk_nrf54l15` boards in the following samples: + * Support for the nRF54L15 PDK board in the :ref:`nrf-nfc-system-off-sample` sample. + * Support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and nRF54L15 PDK boards in the following samples: * :ref:`record_launch_app` sample * :ref:`record_text` sample @@ -879,14 +879,14 @@ Peripheral samples * :ref:`radio_test` sample: - * Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and :ref:`zephyr:nrf54l15pdk_nrf54l15` boards. + * Added support for the :ref:`zephyr:nrf54h20dk_nrf54h20` and nRF54L15 PDK boards. * The CLI command ``fem tx_power_control `` replaces ``fem tx_gain `` . This change applies to the sample built with the :ref:`CONFIG_RADIO_TEST_POWER_CONTROL_AUTOMATIC ` set to ``n``. * :ref:`802154_phy_test` sample: - * Added support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` board. + * Added support for the nRF54L15 PDK board. * :ref:`802154_sniffer` sample: @@ -917,11 +917,11 @@ Thread samples * :ref:`ot_cli_sample` sample: - * Added support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` board. + * Added support for the nRF54L15 PDK board. * :ref:`ot_coprocessor_sample` sample: - * Added support for the :ref:`zephyr:nrf54l15pdk_nrf54l15` board. + * Added support for the nRF54L15 PDK board. * Changed the default :ref:`feature set ` from Master to RCP. Zigbee samples diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-2.8.0.rst b/doc/nrf/releases_and_maturity/releases/release-notes-2.8.0.rst index e9e7b5b6f823..c60314ecf119 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-2.8.0.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-2.8.0.rst @@ -337,7 +337,7 @@ Security * The :kconfig:option:`CONFIG_CRACEN_IKG_SEED_KMU_SLOT` Kconfig option to allow customization of the KMU slot used to store CRACEN's Internal Key Generator (IKG) seed. The default IKG seed slot is now 183 (previously 0). - * TF-M support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp/ns``), replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15` (board target ``nrf54l15pdk/nrf54l15/cpuapp/ns``). + * TF-M support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp/ns``), replacing the nRF54L15 PDK (board target ``nrf54l15pdk/nrf54l15/cpuapp/ns``). * The ``west ncs-provision`` command, which allows to provision signature verification keys to the nRF54L15 SoC over the J-Link interface. * Deprecated legacy Mbed TLS crypto toolbox APIs that are enabled when the :kconfig:option:`CONFIG_NORDIC_SECURITY_BACKEND` Kconfig option is set. @@ -546,7 +546,7 @@ nRF Desktop * Added: - * Support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15` (board target ``nrf54l15pdk/nrf54l15/cpuapp``). + * Support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the nRF54L15 PDK (board target ``nrf54l15pdk/nrf54l15/cpuapp``). * A debug configuration enabling the `Fast Pair`_ feature on the nRF54L15 DK with the ``nrf54l15dk/nrf54l15/cpuapp`` board target. * An application versioning using the :file:`VERSION` file. The versioning is only applied to the application configurations that use the MCUboot bootloader. @@ -708,7 +708,7 @@ Bluetooth samples Bluetooth Fast Pair samples --------------------------- -* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15` (board target ``nrf54l15pdk/nrf54l15/cpuapp``). +* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the nRF54L15 PDK (board target ``nrf54l15pdk/nrf54l15/cpuapp``). * Updated: @@ -742,7 +742,7 @@ Bluetooth Mesh samples * Added: - * Support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15` (board target ``nrf54l15pdk/nrf54l15/cpuapp``). + * Support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the nRF54L15 PDK (board target ``nrf54l15pdk/nrf54l15/cpuapp``). * Support for Zephyr Memory Storage (ZMS) when compiling for the :ref:`zephyr:nrf54l15dk_nrf54l15` board. * :ref:`bluetooth_ble_peripheral_lbs_coex` sample: @@ -823,7 +823,7 @@ Cellular samples Cryptography samples -------------------- -* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp/ns``), replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15` (board target ``nrf54l15pdk/nrf54l15/cpuapp/ns``). +* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp/ns``), replacing the nRF54L15 PDK (board target ``nrf54l15pdk/nrf54l15/cpuapp/ns``). Debug samples ------------- @@ -852,7 +852,7 @@ Matter samples * The :kconfig:option:`CONFIG_NCS_SAMPLE_MATTER_ZAP_FILES_PATH` Kconfig option, which specifies ZAP files location for the sample. By default, the option points to the :file:`src/default_zap` directory and can be changed to any path relative to sample's location that contains the ZAP file and :file:`zap-generated` directory. - * Support for the :ref:`zephyr:nrf54l15dk_nrf54l15`, replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15`. + * Support for the :ref:`zephyr:nrf54l15dk_nrf54l15`, replacing the nRF54L15 PDK. * Support for :ref:`Trusted Firmware-M ` on the nRF54L15 SoC. * The :ref:`matter_smoke_co_alarm_sample` sample that demonstrates implementation of Matter Smoke CO alarm device type. * The :kconfig:option:`CONFIG_NCS_SAMPLE_MATTER_LEDS` Kconfig option, which can be used to disable the LEDs in the Matter sample or application. @@ -945,7 +945,7 @@ Protocols serialization samples Trusted Firmware-M (TF-M) samples --------------------------------- -* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (``nrf54l15dk/nrf54l15/cpuapp/ns``), replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15` (``nrf54l15pdk/nrf54l15/cpuapp/ns``). +* Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (``nrf54l15dk/nrf54l15/cpuapp/ns``), replacing the nRF54L15 PDK (``nrf54l15pdk/nrf54l15/cpuapp/ns``). * :ref:`tfm_psa_template` sample: @@ -1005,7 +1005,7 @@ Other samples * :ref:`coremark_sample` sample: - * Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the :ref:`zephyr:nrf54l15pdk_nrf54l15` (board target ``nrf54l15pdk/nrf54l15/cpuapp``). + * Added support for the :ref:`zephyr:nrf54l15dk_nrf54l15` (board target ``nrf54l15dk/nrf54l15/cpuapp``), replacing the nRF54L15 PDK (board target ``nrf54l15pdk/nrf54l15/cpuapp``). * Updated the logging mode to minimal (:kconfig:option:`CONFIG_LOG_MODE_MINIMAL`) to reduce the sample's memory footprint and ensure no logging interference with the running benchmark. Drivers diff --git a/doc/requirements.txt b/doc/requirements.txt index 05231bb42a33..56286b373009 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -6,6 +6,7 @@ # - Keep nrf/installation/recommended_versions.rst up to date # Extension | NCS | Kconfig | Matter | MCUboot | nrfxlib | TF-M | Zephyr | +anytree # | | | | | | | X | azure-storage-blob # | X | | | | | | | doxmlparser # | | | | | | | X | m2r2 # | | | | | | | | diff --git a/lib/dk_buttons_and_leds/Kconfig b/lib/dk_buttons_and_leds/Kconfig index dc876fb9e908..2d15dd394f48 100644 --- a/lib/dk_buttons_and_leds/Kconfig +++ b/lib/dk_buttons_and_leds/Kconfig @@ -12,36 +12,12 @@ if DK_LIBRARY config DK_LIBRARY_BUTTON_SCAN_INTERVAL int "Scanning interval of buttons in milliseconds" - default 50 if DK_LIBRARY_BUTTON_NO_ISR default 10 config DK_LIBRARY_DYNAMIC_BUTTON_HANDLERS bool "Enable the runtime assignable button handler API" default y -config DK_LIBRARY_BUTTON_NO_ISR - bool "Poll buttons unconditionally (no interrupts) [EXPERIMENTAL]" - # Workaround for buttons on nRF54L15 PDK in revision 0.2.x. - default y if BOARD_NRF54L15PDK_NRF54L15_CPUAPP && (BOARD_REVISION = "0.2.0" || BOARD_REVISION = "0.2.1") - select EXPERIMENTAL - help - With this option disabled, the module periodically scans all the - available buttons until no button is pressed. If no button is - pressed, the module uses GPIO interrupts to detect the first button - press. On the first button press, the module switches back to - periodically scanning buttons. - - Enable this option to avoid relying on GPIO interrupts at all and - to unconditionally scan all buttons periodically. Please note that - the constant scanning activity increases the overall power - consumption of the system. - - For example, in case the application uses Button 3 or 4, the option - must be set for the nRF54L15 PDK (PCA10156) revisions - v0.2.0 AA0-ES2, v0.2.0 AA0-ES3, and v0.2.1 AB0-ES5. - These versions of the PDK have Buttons 3 and 4 connected to - the GPIO port which does not support interrupts. - module = DK_LIBRARY module-str = DK library source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config" diff --git a/lib/dk_buttons_and_leds/dk_buttons_and_leds.c b/lib/dk_buttons_and_leds/dk_buttons_and_leds.c index ba733e04af89..f903ffa17df7 100644 --- a/lib/dk_buttons_and_leds/dk_buttons_and_leds.c +++ b/lib/dk_buttons_and_leds/dk_buttons_and_leds.c @@ -129,9 +129,7 @@ static void buttons_scan_fn(struct k_work *work) static bool initial_run = true; uint32_t button_scan; - __ASSERT_NO_MSG(!IS_ENABLED(CONFIG_DK_LIBRARY_BUTTON_NO_ISR) || !irq_enabled); - - if (!IS_ENABLED(CONFIG_DK_LIBRARY_BUTTON_NO_ISR) && irq_enabled) { + if (irq_enabled) { /* Disable GPIO interrupts for edge triggered devices. * Devices that are configured with active high interrupts are already disabled. */ @@ -159,7 +157,7 @@ static void buttons_scan_fn(struct k_work *work) last_button_scan = button_scan; - if (IS_ENABLED(CONFIG_DK_LIBRARY_BUTTON_NO_ISR) || (button_scan != 0)) { + if (button_scan != 0) { k_work_reschedule(&buttons_scan, K_MSEC(CONFIG_DK_LIBRARY_BUTTON_SCAN_INTERVAL)); } else { @@ -238,6 +236,7 @@ static void button_pressed(const struct device *gpio_dev, struct gpio_callback * int dk_buttons_init(button_handler_t button_handler) { + uint32_t pin_mask = 0; int err; button_handler_cb = button_handler; @@ -259,31 +258,27 @@ int dk_buttons_init(button_handler_t button_handler) } } - if (!IS_ENABLED(CONFIG_DK_LIBRARY_BUTTON_NO_ISR)) { - uint32_t pin_mask = 0; - - for (size_t i = 0; i < ARRAY_SIZE(buttons); i++) { - /* Module starts in scanning mode and will switch to - * callback mode if no button is pressed. - */ - err = gpio_pin_interrupt_configure_dt(&buttons[i], - GPIO_INT_DISABLE); - if (err) { - LOG_ERR("Cannot disable callbacks()"); - return err; - } - - pin_mask |= BIT(buttons[i].pin); + for (size_t i = 0; i < ARRAY_SIZE(buttons); i++) { + /* Module starts in scanning mode and will switch to + * callback mode if no button is pressed. + */ + err = gpio_pin_interrupt_configure_dt(&buttons[i], + GPIO_INT_DISABLE); + if (err) { + LOG_ERR("Cannot disable callbacks()"); + return err; } - gpio_init_callback(&gpio_cb, button_pressed, pin_mask); + pin_mask |= BIT(buttons[i].pin); + } - for (size_t i = 0; i < ARRAY_SIZE(buttons); i++) { - err = gpio_add_callback(buttons[i].port, &gpio_cb); - if (err) { - LOG_ERR("Cannot add callback"); - return err; - } + gpio_init_callback(&gpio_cb, button_pressed, pin_mask); + + for (size_t i = 0; i < ARRAY_SIZE(buttons); i++) { + err = gpio_add_callback(buttons[i].port, &gpio_cb); + if (err) { + LOG_ERR("Cannot add callback"); + return err; } } diff --git a/samples/benchmarks/coremark/Kconfig b/samples/benchmarks/coremark/Kconfig index 7e9863068bd7..3a470f654283 100644 --- a/samples/benchmarks/coremark/Kconfig +++ b/samples/benchmarks/coremark/Kconfig @@ -8,8 +8,8 @@ menu "CoreMark sample" config APP_MODE_FLASH_AND_RUN 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 + !(SOC_NRF54H20_CPUPPR) + default y if SOC_NRF54H20_CPUPPR help If enabled, CoreMark will start execution immediately after the CPU starts up. It also disables LEDs and buttons. diff --git a/samples/bluetooth/central_and_peripheral_hr/sample.yaml b/samples/bluetooth/central_and_peripheral_hr/sample.yaml index 41892db88804..35f4c9aa62e4 100644 --- a/samples/bluetooth/central_and_peripheral_hr/sample.yaml +++ b/samples/bluetooth/central_and_peripheral_hr/sample.yaml @@ -11,9 +11,8 @@ tests: - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp + nrf5340dk/nrf5340/cpuapp/ns nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp tags: bluetooth ci_build sysbuild diff --git a/samples/bluetooth/central_uart/sample.yaml b/samples/bluetooth/central_uart/sample.yaml index 86bb3e26eea7..f9fc73dcee6c 100644 --- a/samples/bluetooth/central_uart/sample.yaml +++ b/samples/bluetooth/central_uart/sample.yaml @@ -12,12 +12,10 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf21540dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns nrf21540dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp + nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp tags: bluetooth ci_build sysbuild sample.bluetooth.central_uart.bt_rpc: sysbuild: true diff --git a/samples/bluetooth/conn_time_sync/sample.yaml b/samples/bluetooth/conn_time_sync/sample.yaml index a155302842a1..af74587a742f 100644 --- a/samples/bluetooth/conn_time_sync/sample.yaml +++ b/samples/bluetooth/conn_time_sync/sample.yaml @@ -10,11 +10,9 @@ tests: - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: - nrf52840dk/nrf52840 - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp tags: bluetooth ci_build sysbuild diff --git a/samples/bluetooth/direct_test_mode/sample.yaml b/samples/bluetooth/direct_test_mode/sample.yaml index 62986cdcb584..85740c0e2c01 100644 --- a/samples/bluetooth/direct_test_mode/sample.yaml +++ b/samples/bluetooth/direct_test_mode/sample.yaml @@ -10,11 +10,9 @@ tests: - nrf21540dk/nrf52840 - nrf52840dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad platform_allow: nrf5340dk/nrf5340/cpunet nrf21540dk/nrf52840 nrf52840dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad + nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad tags: bluetooth ci_build sysbuild sample.bluetooth.direct_test_mode.hci: sysbuild: true @@ -25,11 +23,9 @@ tests: - nrf21540dk/nrf52840 - nrf52840dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad platform_allow: nrf5340dk/nrf5340/cpunet nrf21540dk/nrf52840 nrf52840dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad + nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad tags: bluetooth ci_build sysbuild sample.bluetooth.direct_test_mode.nrf5340_nrf21540: sysbuild: true diff --git a/samples/bluetooth/iso_combined_bis_and_cis/sample.yaml b/samples/bluetooth/iso_combined_bis_and_cis/sample.yaml index b92cc6a24f4d..a75b0768efaa 100644 --- a/samples/bluetooth/iso_combined_bis_and_cis/sample.yaml +++ b/samples/bluetooth/iso_combined_bis_and_cis/sample.yaml @@ -10,11 +10,9 @@ tests: - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: - nrf52840dk/nrf52840 - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp tags: bluetooth ci_build sysbuild diff --git a/samples/bluetooth/iso_time_sync/sample.yaml b/samples/bluetooth/iso_time_sync/sample.yaml index c6cb05fc3ed8..65c0ef6f12b4 100644 --- a/samples/bluetooth/iso_time_sync/sample.yaml +++ b/samples/bluetooth/iso_time_sync/sample.yaml @@ -10,11 +10,9 @@ tests: - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: - nrf52840dk/nrf52840 - nrf52833dk/nrf52833 - nrf5340dk/nrf5340/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp tags: bluetooth ci_build sysbuild diff --git a/samples/bluetooth/nrf_auraconfig/sample.yaml b/samples/bluetooth/nrf_auraconfig/sample.yaml index 61f141dbb977..32d4670006f0 100644 --- a/samples/bluetooth/nrf_auraconfig/sample.yaml +++ b/samples/bluetooth/nrf_auraconfig/sample.yaml @@ -5,7 +5,6 @@ common: integration_platforms: - nrf5340_audio_dk/nrf5340/cpuapp platform_allow: nrf5340_audio_dk/nrf5340/cpuapp - platform_exclude: nrf5340_audio_dk/nrf5340/cpuapp_ns sysbuild: true build_only: true tags: ci_build sysbuild bluetooth diff --git a/samples/bluetooth/peripheral_lbs/sample.yaml b/samples/bluetooth/peripheral_lbs/sample.yaml index ed7624479dd6..bd1d663f66f4 100644 --- a/samples/bluetooth/peripheral_lbs/sample.yaml +++ b/samples/bluetooth/peripheral_lbs/sample.yaml @@ -13,12 +13,11 @@ tests: - thingy53/nrf5340/cpuapp - thingy53/nrf5340/cpuapp/ns - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp + nrf54h20dk/nrf54h20/cpuapp tags: bluetooth ci_build sysbuild sample.bluetooth.peripheral_lbs_minimal: sysbuild: true @@ -43,12 +42,11 @@ tests: - thingy53/nrf5340/cpuapp - thingy53/nrf5340/cpuapp/ns - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp + nrf54h20dk/nrf54h20/cpuapp tags: bluetooth ci_build sysbuild sample.bluetooth.peripheral_lbs_bt_ota_dfu: sysbuild: true diff --git a/samples/bluetooth/peripheral_power_profiling/src/main.c b/samples/bluetooth/peripheral_power_profiling/src/main.c index 90beb30c51e0..7baec72d1cc2 100644 --- a/samples/bluetooth/peripheral_power_profiling/src/main.c +++ b/samples/bluetooth/peripheral_power_profiling/src/main.c @@ -644,12 +644,7 @@ static void reset_reason_print(void) printk("Wake up by NFC field detected\n"); } else if (reason & NRFX_RESET_REASON_OFF_MASK) { printk("Wake up by the advertising start buttons\n"); -/* Workaround for typo in the NRFX. */ -#if !NRF_POWER_HAS_RESETREAS - } else if (reason & NRFX_RESETREAS_SREQ_MASK) { -#else } else if (reason & NRFX_RESET_REASON_SREQ_MASK) { -#endif printk("Application soft reset detected\n"); } else if (reason & NRFX_RESET_REASON_RESETPIN_MASK) { printk("Reset from pin-reset\n"); diff --git a/samples/bluetooth/peripheral_uart/sample.yaml b/samples/bluetooth/peripheral_uart/sample.yaml index 947fa0143aa8..29e34644cc8c 100644 --- a/samples/bluetooth/peripheral_uart/sample.yaml +++ b/samples/bluetooth/peripheral_uart/sample.yaml @@ -8,7 +8,7 @@ tests: platform_allow: nrf52dk/nrf52832 nrf52833dk/nrf52833 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp thingy53/nrf5340/cpuapp/ns nrf21540dk/nrf52840 nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp nrf54h20dk/nrf54h20/cpurad + nrf54h20dk/nrf54h20/cpuapp nrf54h20dk/nrf54h20/cpurad integration_platforms: - nrf52dk/nrf52832 - nrf52833dk/nrf52833 @@ -19,7 +19,6 @@ tests: - thingy53/nrf5340/cpuapp/ns - nrf21540dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp - nrf54h20dk/nrf54h20/cpurad tags: bluetooth ci_build sysbuild diff --git a/samples/bluetooth/radio_notification_cb/sample.yaml b/samples/bluetooth/radio_notification_cb/sample.yaml index d33bc32cb3e6..85d4c75ac2af 100644 --- a/samples/bluetooth/radio_notification_cb/sample.yaml +++ b/samples/bluetooth/radio_notification_cb/sample.yaml @@ -9,12 +9,12 @@ tests: - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpunet - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad + - nrf54l15dk/nrf54l15/cpuapp platform_allow: - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpunet - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad + - nrf54l15dk/nrf54l15/cpuapp tags: bluetooth ci_build sysbuild diff --git a/samples/bluetooth/subrating/sample.yaml b/samples/bluetooth/subrating/sample.yaml index 19774d3d077e..0213dc67a32c 100644 --- a/samples/bluetooth/subrating/sample.yaml +++ b/samples/bluetooth/subrating/sample.yaml @@ -11,9 +11,8 @@ tests: - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpuapp + nrf54h20dk/nrf54h20/cpuapp tags: bluetooth ci_build sysbuild diff --git a/samples/crypto/aes_cbc/sample.yaml b/samples/crypto/aes_cbc/sample.yaml index 02a5a7f371e1..35848f9581d0 100644 --- a/samples/crypto/aes_cbc/sample.yaml +++ b/samples/crypto/aes_cbc/sample.yaml @@ -30,8 +30,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -39,7 +38,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.aes_cbc.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/aes_ccm/sample.yaml b/samples/crypto/aes_ccm/sample.yaml index 17347dff765d..df2c7b356b78 100644 --- a/samples/crypto/aes_ccm/sample.yaml +++ b/samples/crypto/aes_ccm/sample.yaml @@ -30,8 +30,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -39,7 +38,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.aes_ccm.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/aes_ctr/sample.yaml b/samples/crypto/aes_ctr/sample.yaml index 4a451f94b0e2..68b156dc50ee 100644 --- a/samples/crypto/aes_ctr/sample.yaml +++ b/samples/crypto/aes_ctr/sample.yaml @@ -30,8 +30,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -39,7 +38,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.aes_ctr.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/aes_gcm/sample.yaml b/samples/crypto/aes_gcm/sample.yaml index 634f1bd47039..0f2f8272eb9b 100644 --- a/samples/crypto/aes_gcm/sample.yaml +++ b/samples/crypto/aes_gcm/sample.yaml @@ -41,7 +41,6 @@ tests: tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: @@ -50,7 +49,6 @@ tests: - .*Example finished successfully!.* integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.aes_gcm.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/chachapoly/sample.yaml b/samples/crypto/chachapoly/sample.yaml index 4aec45d8fe60..3a117e02d663 100644 --- a/samples/crypto/chachapoly/sample.yaml +++ b/samples/crypto/chachapoly/sample.yaml @@ -31,7 +31,6 @@ tests: tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: @@ -40,7 +39,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.chachapoly.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/ecdh/sample.yaml b/samples/crypto/ecdh/sample.yaml index 44058365a1ec..f858cfaa28a0 100644 --- a/samples/crypto/ecdh/sample.yaml +++ b/samples/crypto/ecdh/sample.yaml @@ -30,8 +30,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -39,7 +38,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.ecdh.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/ecdsa/sample.yaml b/samples/crypto/ecdsa/sample.yaml index 8652d1c9765a..5bd3e7c4b41d 100644 --- a/samples/crypto/ecdsa/sample.yaml +++ b/samples/crypto/ecdsa/sample.yaml @@ -42,7 +42,6 @@ tests: tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: @@ -51,7 +50,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.ecdsa.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/ecjpake/sample.yaml b/samples/crypto/ecjpake/sample.yaml index 22505ffcec41..dbb615c62723 100644 --- a/samples/crypto/ecjpake/sample.yaml +++ b/samples/crypto/ecjpake/sample.yaml @@ -36,7 +36,6 @@ tests: tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: @@ -45,7 +44,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.ecjpake.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/eddsa/sample.yaml b/samples/crypto/eddsa/sample.yaml index a832295ffc94..c83f92ab5da4 100644 --- a/samples/crypto/eddsa/sample.yaml +++ b/samples/crypto/eddsa/sample.yaml @@ -41,8 +41,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -50,7 +49,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.eddsa.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/hkdf/sample.yaml b/samples/crypto/hkdf/sample.yaml index a5fda315d05e..919793f192cc 100644 --- a/samples/crypto/hkdf/sample.yaml +++ b/samples/crypto/hkdf/sample.yaml @@ -28,8 +28,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -37,7 +36,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.hkdf.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/hmac/sample.yaml b/samples/crypto/hmac/sample.yaml index fc00837658fa..ec9bc6cdc20e 100644 --- a/samples/crypto/hmac/sample.yaml +++ b/samples/crypto/hmac/sample.yaml @@ -30,8 +30,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -39,7 +38,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.hmac.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/pbkdf2/sample.yaml b/samples/crypto/pbkdf2/sample.yaml index 6be20e16a86a..83723f884997 100644 --- a/samples/crypto/pbkdf2/sample.yaml +++ b/samples/crypto/pbkdf2/sample.yaml @@ -28,8 +28,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -37,7 +36,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.pbkdf2.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/persistent_key_usage/sample.yaml b/samples/crypto/persistent_key_usage/sample.yaml index 4f437b91360a..93f9c93e23a4 100644 --- a/samples/crypto/persistent_key_usage/sample.yaml +++ b/samples/crypto/persistent_key_usage/sample.yaml @@ -32,7 +32,6 @@ tests: tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: @@ -41,5 +40,4 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns diff --git a/samples/crypto/psa_tls/sample.yaml b/samples/crypto/psa_tls/sample.yaml index 75104b36a508..cb7af1928a46 100644 --- a/samples/crypto/psa_tls/sample.yaml +++ b/samples/crypto/psa_tls/sample.yaml @@ -91,10 +91,8 @@ tests: OVERLAY_CONFIG="overlays/server.conf;overlays/ecdsa.conf;overlays/oberon-psa.conf" platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build oberon sysbuild ci_samples_crypto sample.psa_tls.client.ecdsa.oberon: sysbuild: true @@ -103,10 +101,8 @@ tests: OVERLAY_CONFIG="overlays/client.conf;overlays/ecdsa.conf;overlays/oberon-psa.conf" platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build oberon sysbuild ci_samples_crypto ################################################################################ ## PSA APIs with Cracen @@ -117,11 +113,9 @@ tests: extra_args: > OVERLAY_CONFIG="overlays/server.conf;overlays/ecdsa.conf;overlays/cracen-psa.conf" platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns tags: ci_build cracen sysbuild ci_samples_crypto sample.psa_tls.client.ecdsa.cracen: @@ -130,11 +124,9 @@ tests: extra_args: > OVERLAY_CONFIG="overlays/client.conf;overlays/ecdsa.conf;overlays/cracen-psa.conf" platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns tags: ci_build cracen sysbuild ci_samples_crypto ################################################################################ diff --git a/samples/crypto/rng/sample.yaml b/samples/crypto/rng/sample.yaml index 0a0c28ef1a23..43285eb459c0 100644 --- a/samples/crypto/rng/sample.yaml +++ b/samples/crypto/rng/sample.yaml @@ -28,8 +28,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -37,7 +36,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.rng.cracen.crypto_service: sysbuild: true diff --git a/samples/crypto/rsa/sample.yaml b/samples/crypto/rsa/sample.yaml index d350f5bd2bf5..86e39601d57f 100644 --- a/samples/crypto/rsa/sample.yaml +++ b/samples/crypto/rsa/sample.yaml @@ -29,8 +29,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -38,5 +37,4 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns diff --git a/samples/crypto/sha256/sample.yaml b/samples/crypto/sha256/sample.yaml index 1e44fd5c8bf5..35ad41a43755 100644 --- a/samples/crypto/sha256/sample.yaml +++ b/samples/crypto/sha256/sample.yaml @@ -40,8 +40,7 @@ tests: sysbuild: true tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns + nrf54l15dk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: type: multi_line @@ -49,7 +48,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns # Build integration regression protection. sample.nrf_security.sha256.integration: diff --git a/samples/crypto/spake2p/sample.yaml b/samples/crypto/spake2p/sample.yaml index 9c45018173d9..1eb36524ba84 100644 --- a/samples/crypto/spake2p/sample.yaml +++ b/samples/crypto/spake2p/sample.yaml @@ -30,7 +30,6 @@ tests: tags: introduction psa cracen sysbuild ci_samples_crypto platform_allow: > nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp nrf54l15dk/nrf54l15/cpuapp/ns harness: console harness_config: @@ -39,7 +38,6 @@ tests: - ".*Example finished successfully!.*" integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54l15dk/nrf54l15/cpuapp/ns sample.spake2p.cracen.crypto_service: sysbuild: true diff --git a/samples/esb/esb_prx/sample.yaml b/samples/esb/esb_prx/sample.yaml index ecfef78a8c1c..7c88592f615f 100644 --- a/samples/esb/esb_prx/sample.yaml +++ b/samples/esb/esb_prx/sample.yaml @@ -23,7 +23,6 @@ tests: - nrf21540dk/nrf52840 - nrf54h20dk/nrf54h20/cpurad - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52dk/nrf52832 nrf52833dk/nrf52833 @@ -33,7 +32,6 @@ tests: nrf21540dk/nrf52840 nrf54h20dk/nrf54h20/cpurad nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: esb ci_build sysbuild ci_samples_esb sample.esb.prx.dynamic_irq: sysbuild: true diff --git a/samples/esb/esb_ptx/sample.yaml b/samples/esb/esb_ptx/sample.yaml index 39a26883453c..afb5e19de71c 100644 --- a/samples/esb/esb_ptx/sample.yaml +++ b/samples/esb/esb_ptx/sample.yaml @@ -23,7 +23,6 @@ tests: - nrf21540dk/nrf52840 - nrf54h20dk/nrf54h20/cpurad - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52dk/nrf52832 nrf52833dk/nrf52833 @@ -33,7 +32,6 @@ tests: nrf21540dk/nrf52840 nrf54h20dk/nrf54h20/cpurad nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: esb ci_build sysbuild ci_samples_esb sample.esb.ptx.dynamic_irq: sysbuild: true diff --git a/samples/keys/hw_unique_key/sample.yaml b/samples/keys/hw_unique_key/sample.yaml index 115e4c0a8271..318847728ddd 100644 --- a/samples/keys/hw_unique_key/sample.yaml +++ b/samples/keys/hw_unique_key/sample.yaml @@ -15,7 +15,6 @@ common: - nrf52840dk/nrf52840 - nrf21540dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp integration_platforms: - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns @@ -28,7 +27,6 @@ common: - nrf52840dk/nrf52840 - nrf21540dk/nrf52840 - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp harness: console harness_config: type: multi_line diff --git a/samples/mpsl/timeslot/sample.yaml b/samples/mpsl/timeslot/sample.yaml index f740860ed72e..f9d40e39b2f1 100644 --- a/samples/mpsl/timeslot/sample.yaml +++ b/samples/mpsl/timeslot/sample.yaml @@ -9,8 +9,8 @@ tests: - nrf52dk/nrf52832 - nrf52840dk/nrf52840 - nrf5340dk/nrf5340/cpunet - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad + - nrf54l15dk/nrf54l15/cpuapp platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpunet - nrf54l15pdk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad + nrf54h20dk/nrf54h20/cpurad nrf54l15dk/nrf54l15/cpuapp tags: ci_build sysbuild ci_samples_mpsl diff --git a/samples/nfc/record_launch_app/sample.yaml b/samples/nfc/record_launch_app/sample.yaml index c4f591cf766c..f2c47f889963 100644 --- a/samples/nfc/record_launch_app/sample.yaml +++ b/samples/nfc/record_launch_app/sample.yaml @@ -12,7 +12,6 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52840dk/nrf52840 nrf52dk/nrf52832 @@ -20,5 +19,4 @@ tests: nrf5340dk/nrf5340/cpuapp/ns nrf54h20dk/nrf54h20/cpuapp nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build sysbuild ci_samples_nfc diff --git a/samples/nfc/record_text/sample.yaml b/samples/nfc/record_text/sample.yaml index d95562e3fe7b..0299067c01e8 100644 --- a/samples/nfc/record_text/sample.yaml +++ b/samples/nfc/record_text/sample.yaml @@ -12,7 +12,6 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52840dk/nrf52840 nrf52dk/nrf52832 @@ -20,5 +19,4 @@ tests: nrf5340dk/nrf5340/cpuapp/ns nrf54h20dk/nrf54h20/cpuapp nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build sysbuild ci_samples_nfc diff --git a/samples/nfc/shell/sample.yaml b/samples/nfc/shell/sample.yaml index 0b8c94e05ed9..c204cf4b0153 100644 --- a/samples/nfc/shell/sample.yaml +++ b/samples/nfc/shell/sample.yaml @@ -12,7 +12,6 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52840dk/nrf52840 nrf52dk/nrf52832 @@ -20,5 +19,4 @@ tests: nrf5340dk/nrf5340/cpuapp/ns nrf54h20dk/nrf54h20/cpuapp nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build sysbuild ci_samples_nfc diff --git a/samples/nfc/system_off/sample.yaml b/samples/nfc/system_off/sample.yaml index b87ab125b3e7..a73137328e8d 100644 --- a/samples/nfc/system_off/sample.yaml +++ b/samples/nfc/system_off/sample.yaml @@ -11,12 +11,10 @@ tests: - nrf5340dk/nrf5340/cpuapp - nrf5340dk/nrf5340/cpuapp/ns - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52840dk/nrf52840 nrf52dk/nrf52832 nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build sysbuild ci_samples_nfc diff --git a/samples/nfc/tnep_tag/sample.yaml b/samples/nfc/tnep_tag/sample.yaml index d230dbc675e4..05297af38e64 100644 --- a/samples/nfc/tnep_tag/sample.yaml +++ b/samples/nfc/tnep_tag/sample.yaml @@ -12,7 +12,6 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52840dk/nrf52840 nrf52dk/nrf52832 @@ -20,5 +19,4 @@ tests: nrf5340dk/nrf5340/cpuapp/ns nrf54h20dk/nrf54h20/cpuapp nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build sysbuild ci_samples_nfc diff --git a/samples/nfc/writable_ndef_msg/sample.yaml b/samples/nfc/writable_ndef_msg/sample.yaml index b04a7196ea43..275cb8a1561e 100644 --- a/samples/nfc/writable_ndef_msg/sample.yaml +++ b/samples/nfc/writable_ndef_msg/sample.yaml @@ -12,7 +12,6 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp platform_allow: > nrf52840dk/nrf52840 nrf52dk/nrf52832 @@ -20,5 +19,4 @@ tests: nrf5340dk/nrf5340/cpuapp/ns nrf54h20dk/nrf54h20/cpuapp nrf54l15dk/nrf54l15/cpuapp - nrf54l15pdk/nrf54l15/cpuapp tags: ci_build sysbuild ci_samples_nfc diff --git a/samples/peripheral/802154_phy_test/Kconfig.sysbuild b/samples/peripheral/802154_phy_test/Kconfig.sysbuild index 6d0762a7f74b..8c105927c205 100644 --- a/samples/peripheral/802154_phy_test/Kconfig.sysbuild +++ b/samples/peripheral/802154_phy_test/Kconfig.sysbuild @@ -5,7 +5,7 @@ # choice APPCORE - default APPCORE_REMOTE_SHELL if SOC_NRF5340_CPUNET || SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD + default APPCORE_REMOTE_SHELL if SOC_NRF5340_CPUNET || SOC_NRF54H20_CPURAD endchoice diff --git a/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/Kconfig b/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/Kconfig index 5dc104732f51..ec236036a41b 100644 --- a/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/Kconfig +++ b/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/Kconfig @@ -7,6 +7,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_ENGB_CPUAPP || SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD + || SOC_NRF54H20_CPURAD select NRF_RPC select NRF_RPC_CBOR diff --git a/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/src/app_rpc.c b/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/src/app_rpc.c index b776af4b72b3..d4ae8ea478e7 100644 --- a/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/src/app_rpc.c +++ b/samples/peripheral/802154_phy_test/modules/app_rpc/zephyr/src/app_rpc.c @@ -13,10 +13,8 @@ #include #endif -#define IS_RPC_CLIENT (CONFIG_SOC_NRF5340_CPUNET || CONFIG_SOC_NRF54H20_CPURAD \ - || CONFIG_SOC_NRF54H20_ENGB_CPURAD) -#define IS_RPC_SERVER (CONFIG_SOC_NRF5340_CPUAPP || CONFIG_SOC_NRF54H20_CPUAPP \ - || CONFIG_SOC_NRF54H20_ENGB_CPURAD) +#define IS_RPC_CLIENT (CONFIG_SOC_NRF5340_CPUNET || CONFIG_SOC_NRF54H20_CPURAD) +#define IS_RPC_SERVER (CONFIG_SOC_NRF5340_CPUAPP || CONFIG_SOC_NRF54H20_CPUAPP) NRF_RPC_IPC_TRANSPORT(app_rpc_tr, DEVICE_DT_GET(DT_NODELABEL(ipc0)), "app_rpc_tr_ept"); NRF_RPC_GROUP_DEFINE(app_rpc_grp, "app_rpc_grp", &app_rpc_tr, NULL, NULL, NULL); diff --git a/samples/peripheral/radio_test/sample.yaml b/samples/peripheral/radio_test/sample.yaml index 88d1682b9ab9..922fe378d401 100644 --- a/samples/peripheral/radio_test/sample.yaml +++ b/samples/peripheral/radio_test/sample.yaml @@ -11,11 +11,10 @@ tests: - nrf5340dk/nrf5340/cpunet - nrf7002dk/nrf5340/cpunet - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpurad platform_allow: > nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpunet nrf7002dk/nrf5340/cpunet - nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad + nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad tags: ci_build sysbuild ci_samples_peripheral_radio_test sample.peripheral.radio_test.nrf5340_nrf21540: sysbuild: true diff --git a/scripts/quarantine_integration.yaml b/scripts/quarantine_integration.yaml index a7425d3e7322..3686717b017f 100644 --- a/scripts/quarantine_integration.yaml +++ b/scripts/quarantine_integration.yaml @@ -103,7 +103,7 @@ - sample.matter.window_cover.debug - sample.matter.window_cover.lto platforms: - - nrf54l15pdk/nrf54l15/cpuapp + - nrf54l15dk/nrf54l15/cpuapp comment: "Configurations excluded to limit resources usage in integration builds" - scenarios: diff --git a/scripts/quarantine_zephyr.yaml b/scripts/quarantine_zephyr.yaml index 35405f077672..6147f80ed4f5 100644 --- a/scripts/quarantine_zephyr.yaml +++ b/scripts/quarantine_zephyr.yaml @@ -83,7 +83,6 @@ - nrf5340dk/nrf5340/cpuapp/ns - nrf9160dk/nrf9160/ns - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp comment: "https://nordicsemi.atlassian.net/browse/NCSDK-24928" - scenarios: @@ -127,7 +126,6 @@ - drivers.flash.common.default platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp comment: "https://nordicsemi.atlassian.net/browse/NCSDK-27852" - scenarios: @@ -135,7 +133,6 @@ platforms: - nrf54h20dk/nrf54h20/cpuppr - nrf54l15dk/nrf54l15/cpuflpr - - nrf54l15pdk/nrf54l15/cpuflpr comment: "https://nordicsemi.atlassian.net/browse/NCSDK-27981" - scenarios: @@ -143,7 +140,6 @@ - sample.net.sockets.big_http_download.ci platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp comment: "to be fixed in https://github.com/zephyrproject-rtos/zephyr/pull/73777" - scenarios: @@ -166,7 +162,6 @@ - nrf52dk/nrf52832 - nrf5340dk/nrf5340/cpunet - nrf54h20dk/nrf54h20/cpuppr - - nrf54l15pdk/nrf54l15/cpuflpr - nrf54l15dk/nrf54l15/cpuflpr - qemu_cortex_m3 comment: "overflow, to report/fix in the upstream @permac and put ticket # here" @@ -181,13 +176,6 @@ - nrf9160dk/nrf9160/ns comment: "https://nordicsemi.atlassian.net/browse/NCSDK-29462" -- scenarios: - - drivers.watchdog - platforms: - - nrf54l15pdk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuflpr - comment: "Missing support for nrf54l15pdk" - - scenarios: - sample.filesystem.fat_fs.nrf54l15dk platforms: @@ -208,7 +196,6 @@ - nrf5340dk/nrf5340/cpuapp/ns - nrf9160dk/nrf9160/ns - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp comment: "Won't be fixed - https://nordicsemi.atlassian.net/browse/NCSDK-15508" - scenarios: @@ -411,7 +398,6 @@ - sample.shell.shell_module.login platforms: - nrf54l15dk/nrf54l15/cpuflpr - - nrf54l15pdk/nrf54l15/cpuflpr comment: "region RAM/FLASH overflowed" - scenarios: @@ -436,8 +422,7 @@ comment: "Not fixable during upmerge, fix will be included in next upmerge" - scenarios: - - sample.filesystem.fat_fs.nrf54l15pdk + - sample.filesystem.fat_fs.nrf54l15dk platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp comment: "partition manager configuration need to be fixed/provided" diff --git a/snippets/nrf70-wifi/snippet.yml b/snippets/nrf70-wifi/snippet.yml index 40bd457d9e23..410fdb5f92eb 100644 --- a/snippets/nrf70-wifi/snippet.yml +++ b/snippets/nrf70-wifi/snippet.yml @@ -12,7 +12,3 @@ boards: append: EXTRA_CONF_FILE: nrf54l15_cpuapp.conf EXTRA_DTC_OVERLAY_FILE: nrf54l15_cpuapp.overlay - nrf54l15pdk/nrf54l15/cpuapp: - append: - EXTRA_CONF_FILE: nrf54l15_cpuapp.conf - EXTRA_DTC_OVERLAY_FILE: nrf54l15_cpuapp.overlay diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index d8c43de74283..e3f5d01cd6d5 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -45,7 +45,7 @@ config BT_LL_SOFTDEVICE select BT_CTLR_SUBRATING_SUPPORT select BT_LL_SOFTDEVICE_HEADERS_INCLUDE depends on (SOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X || SOC_COMPATIBLE_NRF5340_CPUNET ||\ - SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD || SOC_SERIES_NRF54LX) + SOC_NRF54H20_CPURAD || SOC_SERIES_NRF54LX) depends on DT_HAS_NORDIC_BT_HCI_SDC_ENABLED help Use SoftDevice Link Layer implementation. @@ -318,7 +318,6 @@ choice BT_LL_SOFTDEVICE_VARIANT BT_ISO || \ SOC_COMPATIBLE_NRF5340_CPUNET || \ SOC_NRF54H20_CPURAD || \ - SOC_NRF54H20_ENGB_CPURAD || \ SOC_SERIES_NRF54LX) default BT_LL_SOFTDEVICE_CENTRAL if BT_OBSERVER default BT_LL_SOFTDEVICE_PERIPHERAL if BT_BROADCASTER diff --git a/subsys/esb/Kconfig b/subsys/esb/Kconfig index ca9f07f6c271..3daea5b389fa 100644 --- a/subsys/esb/Kconfig +++ b/subsys/esb/Kconfig @@ -150,7 +150,7 @@ config ESB_NEVER_DISABLE_TX config ESB_FAST_SWITCHING select EXPERIMENTAL - depends on !ESB_NEVER_DISABLE_TX && (SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD) + depends on !ESB_NEVER_DISABLE_TX && (SOC_NRF54H20_CPURAD) bool "Fast radio TX/RX and RX/TX switching [EXPERIMENTAL]" help This option enables fast switching between transmit (TX) and receive (RX) modes @@ -164,7 +164,7 @@ config ESB_FAST_SWITCHING config ESB_FAST_CHANNEL_SWITCHING select EXPERIMENTAL - depends on SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD + depends on SOC_NRF54H20_CPURAD bool "Fast radio channel switching [EXPERIMENTAL]" help This option enables fast radio channel switching. diff --git a/subsys/esb/esb.c b/subsys/esb/esb.c index 90d1ac2b3e8c..6bc4f32d0aa8 100644 --- a/subsys/esb/esb.c +++ b/subsys/esb/esb.c @@ -445,7 +445,11 @@ static void esb_fem_for_tx_ack(void) static void esb_fem_reset(void) { +#if defined(TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk) nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_SHUTDOWN); +#else + nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_STOP); +#endif mpsl_fem_lna_configuration_clear(); mpsl_fem_pa_configuration_clear(); @@ -458,7 +462,11 @@ static void esb_fem_reset(void) static void esb_fem_lna_reset(void) { +#if defined(TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk) nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_SHUTDOWN); +#else + nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_STOP); +#endif esb_ppi_for_fem_clear(); @@ -470,7 +478,11 @@ static void esb_fem_pa_reset(void) { mpsl_fem_pa_configuration_clear(); +#if defined(TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk) nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_SHUTDOWN); +#else + nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_STOP); +#endif esb_ppi_for_fem_clear(); mpsl_fem_disable(); @@ -1289,7 +1301,11 @@ static void on_radio_disabled_tx_wait_for_ack(void) } } else { if (retransmits_remaining-- == 0) { +#if defined(TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk) nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_SHUTDOWN); +#else + nrf_timer_task_trigger(esb_timer.p_reg, NRF_TIMER_TASK_STOP); +#endif /* All retransmits are expended, and the TX operation is * suspended diff --git a/subsys/esb/esb_dppi.c b/subsys/esb/esb_dppi.c index f5f7a3dc73c8..f1642d1c6037 100644 --- a/subsys/esb/esb_dppi.c +++ b/subsys/esb/esb_dppi.c @@ -150,8 +150,14 @@ void esb_ppi_for_wait_for_ack_set(void) nrf_timer_publish_set(ESB_NRF_TIMER_INSTANCE, NRF_TIMER_EVENT_COMPARE0, timer_compare0_radio_disable); +#if defined(TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk) nrf_timer_subscribe_set(ESB_NRF_TIMER_INSTANCE, NRF_TIMER_TASK_SHUTDOWN, radio_address_timer_stop); +#else + nrf_timer_subscribe_set(ESB_NRF_TIMER_INSTANCE, NRF_TIMER_TASK_STOP, + radio_address_timer_stop); +#endif + nrf_radio_subscribe_set(NRF_RADIO, NRF_RADIO_TASK_DISABLE, timer_compare0_radio_disable); channels_mask = (BIT(radio_address_timer_stop) | @@ -172,7 +178,13 @@ void esb_ppi_for_wait_for_ack_clear(void) nrf_radio_publish_clear(NRF_RADIO, NRF_RADIO_EVENT_ADDRESS); nrf_timer_publish_clear(ESB_NRF_TIMER_INSTANCE, NRF_TIMER_EVENT_COMPARE0); +#if defined(TIMER_TASKS_SHUTDOWN_TASKS_SHUTDOWN_Msk) nrf_timer_subscribe_clear(ESB_NRF_TIMER_INSTANCE, NRF_TIMER_TASK_SHUTDOWN); +#else + nrf_timer_subscribe_set(ESB_NRF_TIMER_INSTANCE, NRF_TIMER_TASK_STOP, + radio_address_timer_stop); +#endif + nrf_radio_subscribe_clear(NRF_RADIO, NRF_RADIO_TASK_DISABLE); } diff --git a/subsys/nrf_security/Kconfig b/subsys/nrf_security/Kconfig index 10e16756ca4e..0064d04df591 100644 --- a/subsys/nrf_security/Kconfig +++ b/subsys/nrf_security/Kconfig @@ -59,7 +59,7 @@ if NRF_SECURITY config MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS bool default y if SOC_SERIES_NRF54LX && PSA_CRYPTO_DRIVER_CRACEN - default y if SOC_SERIES_NRF54HX && (SOC_NRF54H20_CPUSEC || SOC_NRF54H20_ENGB_CPUSEC) + default y if SOC_SERIES_NRF54HX && SOC_NRF54H20_CPUSEC help Promptless option used to control if the PSA Crypto core should have support for builtin keys or not. @@ -258,7 +258,4 @@ endchoice config SOC_NRF54H20_CPUSEC bool -config SOC_NRF54H20_ENGB_CPUSEC - bool - endmenu diff --git a/subsys/nrf_security/src/drivers/cracen/cracenpsa/src/lib_kmu.c b/subsys/nrf_security/src/drivers/cracen/cracenpsa/src/lib_kmu.c index d5db9789bb88..459abb726638 100644 --- a/subsys/nrf_security/src/drivers/cracen/cracenpsa/src/lib_kmu.c +++ b/subsys/nrf_security/src/drivers/cracen/cracenpsa/src/lib_kmu.c @@ -68,12 +68,8 @@ int lib_kmu_provision_slot(int slot_id, struct kmu_src *kmu_src) return -LIB_KMU_NULL_PNT; } - /* The DEST address must be 64-bit aligned on nrf54l15pdk. - * On nrf54l15dk, the alignment requirement changed to 128 bits. - */ - __ASSERT(IS_PTR_ALIGNED_BYTES(kmu_src->dest, - (IS_ENABLED(CONFIG_SOC_NRF54L15_ENGA_CPUAPP) ? 8 : 16)), - "DEST misaligned"); + /* On nrf54l15dk, the alignment requirement is 128 bits. */ + __ASSERT(IS_PTR_ALIGNED_BYTES(kmu_src->dest, 16), "DEST misaligned"); int result = 1; diff --git a/subsys/nrf_security/src/drivers/cracen/psa_driver.Kconfig b/subsys/nrf_security/src/drivers/cracen/psa_driver.Kconfig index a731abea293e..bd989b5c4a7e 100644 --- a/subsys/nrf_security/src/drivers/cracen/psa_driver.Kconfig +++ b/subsys/nrf_security/src/drivers/cracen/psa_driver.Kconfig @@ -1848,7 +1848,7 @@ config PSA_NEED_CRACEN_PLATFORM_KEYS default y depends on PSA_WANT_ALG_GCM depends on PSA_WANT_AES_KEY_SIZE_256 - depends on (SOC_NRF54H20_CPUSEC || SOC_NRF54H20_ENGB_CPUSEC) + depends on SOC_NRF54H20_CPUSEC endmenu diff --git a/subsys/partition_manager/CMakeLists.txt b/subsys/partition_manager/CMakeLists.txt index 421c2be304b5..a5500c480322 100644 --- a/subsys/partition_manager/CMakeLists.txt +++ b/subsys/partition_manager/CMakeLists.txt @@ -134,7 +134,7 @@ if (CONFIG_NRF_MODEM_LIB_TRACE_BACKEND_FLASH) ncs_add_partition_manager_config(pm.yml.modem_trace) endif() -if (CONFIG_SOC_NRF54L15_ENGA_CPUFLPR OR CONFIG_SOC_NRF54L15_CPUFLPR) +if (CONFIG_SOC_NRF54L15_CPUFLPR) ncs_add_partition_manager_config(pm.yml.vpr_launcher) endif() diff --git a/subsys/partition_manager/Kconfig b/subsys/partition_manager/Kconfig index 8499886c3946..1ac7b3f068e9 100644 --- a/subsys/partition_manager/Kconfig +++ b/subsys/partition_manager/Kconfig @@ -146,7 +146,7 @@ rsource "Kconfig.template.partition_config" rsource "Kconfig.template.partition_region" endif -if SOC_NRF54L15_ENGA_CPUFLPR || SOC_NRF54L15_CPUFLPR +if SOC_NRF54L15_CPUFLPR config PM_PARTITION_SIZE_VPR_LAUNCHER hex default $(dt_node_reg_addr_hex,/soc/rram-controller@5004b000/rram@165000) @@ -241,14 +241,12 @@ config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK config PM_SRAM_BASE hex default $(dt_node_reg_addr_hex,/soc/memory@21000000) if SOC_NRF5340_CPUNET - default 0x20000000 if SOC_NRF54L15_ENGA_CPUFLPR # Because the cpuapp_sram DT node is deleted in nrf54l15_cpuflpr.dtsi default 0x20000000 if SOC_NRF54L15_CPUFLPR # Because the cpuapp_sram DT node is deleted in nrf54l15_cpuflpr.dtsi default $(dt_node_reg_addr_hex,/soc/memory@20000000) config PM_SRAM_SIZE hex default $(dt_node_reg_size_hex,/soc/memory@21000000) if SOC_NRF5340_CPUNET - default 0x40000 if SOC_NRF54L15_ENGA_CPUFLPR # Because the cpuapp_rram DT node is deleted in nrf54l15_cpuflpr.dtsi default 0x40000 if SOC_NRF54L15_CPUFLPR # Because the cpuapp_rram DT node is deleted in nrf54l15_cpuflpr.dtsi default $(dt_node_reg_size_hex,/soc/memory@20000000) diff --git a/subsys/partition_manager/pm.yml.nvs b/subsys/partition_manager/pm.yml.nvs index 8127e3ca01d3..40ffb0bed496 100644 --- a/subsys/partition_manager/pm.yml.nvs +++ b/subsys/partition_manager/pm.yml.nvs @@ -3,7 +3,7 @@ # In nRF54L15 we place the TF-M non-secure storage partitions after the # TF-M non-secure application to avoid splitting the secure/non-secure # partitions more than necessary. -#if defined(CONFIG_SOC_NRF54L15_ENGA_CPUAPP) || defined(CONFIG_SOC_NRF54L15_CPUAPP) +#if defined(CONFIG_SOC_NRF54L15_CPUAPP) nvs_storage: placement: after: [app] @@ -30,4 +30,4 @@ nvs_storage: #endif size: CONFIG_PM_PARTITION_SIZE_NVS_STORAGE -#endif /* (CONFIG_SOC_NRF54L15_ENGA_CPUAPP || CONFIG_SOC_NRF54L15_CPUAPP) */ +#endif /* CONFIG_SOC_NRF54L15_CPUAPP */ diff --git a/subsys/partition_manager/pm.yml.settings b/subsys/partition_manager/pm.yml.settings index c3044696c023..fd945b666b77 100644 --- a/subsys/partition_manager/pm.yml.settings +++ b/subsys/partition_manager/pm.yml.settings @@ -3,7 +3,7 @@ # In nRF54L15 we place the TF-M non-secure storage partitions after the # TF-M non-secure application to avoid splitting the secure/non-secure # partitions more than necessary. -#if defined(CONFIG_SOC_NRF54L15_ENGA_CPUAPP) || defined(CONFIG_SOC_NRF54L15_CPUAPP) +#if defined(CONFIG_SOC_NRF54L15_CPUAPP) settings_storage: placement: after: [app] @@ -27,4 +27,4 @@ settings_storage: #endif size: CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE -#endif /* (CONFIG_SOC_NRF54L15_ENGA_CPUAPP || CONFIG_SOC_NRF54L15_CPUAPP)) */ +#endif /* CONFIG_SOC_NRF54L15_CPUAPP */ diff --git a/subsys/sdfw_services/Kconfig b/subsys/sdfw_services/Kconfig index c9164afd3031..8247209ddec8 100644 --- a/subsys/sdfw_services/Kconfig +++ b/subsys/sdfw_services/Kconfig @@ -24,14 +24,14 @@ menu "SDFW Service Framework" config SSF_CLIENT_DOMAIN_ID int - default 2 if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF9280_CPUAPP - default 3 if SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD || SOC_NRF9280_CPURAD + default 2 if SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP + default 3 if SOC_NRF54H20_CPURAD || SOC_NRF9280_CPURAD default 0 config SSF_CLIENT_NRF_RPC_GROUP_NAME string - default "app" if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF9280_CPUAPP - default "rad" if SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD || SOC_NRF9280_CPURAD + default "app" if SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP + default "rad" if SOC_NRF54H20_CPURAD || SOC_NRF9280_CPURAD default "" config SSF_CLIENT_SYS_INIT diff --git a/sysbuild/Kconfig.appcore b/sysbuild/Kconfig.appcore index dc3bbd1d63bc..a59ffeda2bd1 100644 --- a/sysbuild/Kconfig.appcore +++ b/sysbuild/Kconfig.appcore @@ -4,7 +4,7 @@ config SUPPORT_APPCORE bool - default y if (SOC_NRF5340_CPUNET || SOC_NRF54H20_CPURAD || SOC_NRF54H20_ENGB_CPURAD) + default y if (SOC_NRF5340_CPUNET || SOC_NRF54H20_CPURAD) config APPCORE_REMOTE_BOARD_TARGET_CPUCLUSTER string diff --git a/sysbuild/Kconfig.netcore b/sysbuild/Kconfig.netcore index de0e8c27495b..65c10bf27b7b 100644 --- a/sysbuild/Kconfig.netcore +++ b/sysbuild/Kconfig.netcore @@ -10,12 +10,12 @@ config EXTERNAL_CONFIGURED_NETCORE config SUPPORT_NETCORE bool - default y if (SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP) + default y if (SOC_NRF5340_CPUAPP || SOC_NRF54H20_CPUAPP) config NETCORE_REMOTE_BOARD_TARGET_CPUCLUSTER string default "cpunet" if SOC_NRF5340_CPUAPP - default "cpurad" if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP + default "cpurad" if SOC_NRF54H20_CPUAPP config NETCORE_REMOTE_DOMAIN string diff --git a/sysbuild/Kconfig.pprcore b/sysbuild/Kconfig.pprcore index 69eac4c04b51..a3f6e2e73a14 100644 --- a/sysbuild/Kconfig.pprcore +++ b/sysbuild/Kconfig.pprcore @@ -4,8 +4,8 @@ config SUPPORT_PPRCORE bool - default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP + default y if SOC_NRF54H20_CPUAPP config PPRCORE_REMOTE_BOARD_TARGET_CPUCLUSTER string - default "cpuppr" if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP + default "cpuppr" if SOC_NRF54H20_CPUAPP diff --git a/tests/benchmarks/multicore/idle_ppr/remote/CMakeLists.txt b/tests/benchmarks/multicore/idle_ppr/remote/CMakeLists.txt index 5fdde2d6d284..8c7890999fb9 100644 --- a/tests/benchmarks/multicore/idle_ppr/remote/CMakeLists.txt +++ b/tests/benchmarks/multicore/idle_ppr/remote/CMakeLists.txt @@ -11,7 +11,7 @@ project(remote) target_sources(app PRIVATE ../src/main.c) -if((DEFINED CONFIG_SOC_NRF54H20_CPUPPR) OR (DEFINED CONFIG_SOC_NRF54H20_ENGB_CPUPPR)) +if(DEFINED CONFIG_SOC_NRF54H20_CPUPPR) message(STATUS "Power Mode handler for RISC V is included.") target_sources(app PRIVATE ../src/power_off.c) endif() diff --git a/tests/drivers/fprotect/storage/testcase.yaml b/tests/drivers/fprotect/storage/testcase.yaml index 362dd784e597..9f8a0c6f91a9 100644 --- a/tests/drivers/fprotect/storage/testcase.yaml +++ b/tests/drivers/fprotect/storage/testcase.yaml @@ -1,7 +1,6 @@ tests: lib.fprotect.storage_fprotect: - platform_allow: nrf54l15dk/nrf54l15/cpuapp nrf54l15pdk/nrf54l15/cpuapp + platform_allow: nrf54l15dk/nrf54l15/cpuapp integration_platforms: - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp tags: b0 fprotect ci_tests_drivers_fprotect diff --git a/tests/drivers/nrfx_integration_test/testcase.yaml b/tests/drivers/nrfx_integration_test/testcase.yaml index a3ba917ba7c0..856f1f93706a 100644 --- a/tests/drivers/nrfx_integration_test/testcase.yaml +++ b/tests/drivers/nrfx_integration_test/testcase.yaml @@ -12,7 +12,6 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf5340dk/nrf5340/cpunet - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp - nrf54h20dk/nrf54h20/cpurad integration_platforms: @@ -23,7 +22,6 @@ tests: - nrf5340dk/nrf5340/cpuapp/ns - nrf5340dk/nrf5340/cpunet - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp - nrf54h20dk/nrf54h20/cpuapp - nrf54h20dk/nrf54h20/cpurad nrfx_integration_test.build.bt.softdevice: diff --git a/tests/drivers/pwm/gpio_loopback/testcase.yaml b/tests/drivers/pwm/gpio_loopback/testcase.yaml index 6e397fe3108c..b3f513a438f4 100644 --- a/tests/drivers/pwm/gpio_loopback/testcase.yaml +++ b/tests/drivers/pwm/gpio_loopback/testcase.yaml @@ -14,11 +14,9 @@ tests: platform_allow: - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp integration_platforms: - nrf54h20dk/nrf54h20/cpuapp - nrf54l15dk/nrf54l15/cpuapp - - nrf54l15pdk/nrf54l15/cpuapp drivers.pwm.gpio_loopback.fast_p7_0: platform_allow: diff --git a/west.yml b/west.yml index d22d2c595384..5bec1df24b4f 100644 --- a/west.yml +++ b/west.yml @@ -69,7 +69,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: 01976a7968bd9fa0a601079c35022e06bfc809e7 + revision: 8bc628d8945cb7bb01f57c92c00b5f1550ed576c import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above @@ -146,11 +146,11 @@ manifest: - name: nrfxlib repo-path: sdk-nrfxlib path: nrfxlib - revision: e47a6a30f1422993b22d7697955b1b6640bbc536 + revision: e9ef580f69c18b4a39c9e68845161b26bef43546 - name: trusted-firmware-m repo-path: sdk-trusted-firmware-m path: modules/tee/tf-m/trusted-firmware-m - revision: 82e7763eba112a350d58dd52dc39f340a291ffd0 + revision: f2bf78452629355e4180dc36756f6c1becc819fa - name: psa-arch-tests repo-path: sdk-psa-arch-tests path: modules/tee/tf-m/psa-arch-tests