diff --git a/samples/suit/flash_companion/prj.conf b/samples/suit/flash_companion/prj.conf index 96ae996bc4ae..c6398fc92a8f 100644 --- a/samples/suit/flash_companion/prj.conf +++ b/samples/suit/flash_companion/prj.conf @@ -20,8 +20,9 @@ CONFIG_FLASH=y # Disable power management CONFIG_PM=n -# Disable GPD service and NRFS +# Disable GPD service, MRAM latency service and NRFS CONFIG_SOC_NRF54H20_GPD=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_NRFS=n # Disable unneeded interrupt features diff --git a/tests/benchmarks/multicore/idle/testcase.yaml b/tests/benchmarks/multicore/idle/testcase.yaml index d7396e436c41..27e852b72cbe 100644 --- a/tests/benchmarks/multicore/idle/testcase.yaml +++ b/tests/benchmarks/multicore/idle/testcase.yaml @@ -72,10 +72,10 @@ tests: CONFIG_FIRST_SLEEP_OFFSET=y CONFIG_PM=y CONFIG_PM_S2RAM=y CONFIG_POWEROFF=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_BOOT_BANNER=n - CONFIG_NRFS_MRAM_SERVICE_ENABLED=n + CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n remote_CONFIG_PM=y remote_CONFIG_POWEROFF=y remote_CONFIG_CONSOLE=n remote_CONFIG_UART_CONSOLE=n remote_CONFIG_SERIAL=n remote_CONFIG_GPIO=n - remote_CONFIG_BOOT_BANNER=n remote_CONFIG_NRFS_MRAM_SERVICE_ENABLED=n + remote_CONFIG_BOOT_BANNER=n remote_CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n harness: pytest harness_config: fixture: ppk_power_measure @@ -93,10 +93,10 @@ tests: CONFIG_FIRST_SLEEP_OFFSET=y CONFIG_PM=y CONFIG_PM_S2RAM=y CONFIG_POWEROFF=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_BOOT_BANNER=n - CONFIG_NRFS_MRAM_SERVICE_ENABLED=n + CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n remote_CONFIG_PM=y remote_CONFIG_POWEROFF=y remote_CONFIG_CONSOLE=n remote_CONFIG_UART_CONSOLE=n remote_CONFIG_SERIAL=n remote_CONFIG_GPIO=n - remote_CONFIG_BOOT_BANNER=n remote_CONFIG_NRFS_MRAM_SERVICE_ENABLED=n + remote_CONFIG_BOOT_BANNER=n remote_CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_ram_high_usage.overlay" harness: pytest harness_config: @@ -115,10 +115,10 @@ tests: CONFIG_FIRST_SLEEP_OFFSET=y CONFIG_PM=y CONFIG_PM_S2RAM=y CONFIG_POWEROFF=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_BOOT_BANNER=n - CONFIG_NRFS_MRAM_SERVICE_ENABLED=n + CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n remote_CONFIG_PM=y remote_CONFIG_POWEROFF=y remote_CONFIG_CONSOLE=n remote_CONFIG_UART_CONSOLE=n remote_CONFIG_SERIAL=n remote_CONFIG_GPIO=n - remote_CONFIG_BOOT_BANNER=n remote_CONFIG_NRFS_MRAM_SERVICE_ENABLED=n + remote_CONFIG_BOOT_BANNER=n remote_CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_ram_low_usage.overlay" harness: pytest harness_config: diff --git a/tests/benchmarks/multicore/idle_adc/prj.conf b/tests/benchmarks/multicore/idle_adc/prj.conf index 5675c3d5121a..eb6ade852e46 100644 --- a/tests/benchmarks/multicore/idle_adc/prj.conf +++ b/tests/benchmarks/multicore/idle_adc/prj.conf @@ -8,7 +8,7 @@ CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_POWEROFF=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_ASSERT=y # Enable for debugging purposes only diff --git a/tests/benchmarks/multicore/idle_adc/remote/prj.conf b/tests/benchmarks/multicore/idle_adc/remote/prj.conf index e8e5e87638d8..e4da5b48a646 100644 --- a/tests/benchmarks/multicore/idle_adc/remote/prj.conf +++ b/tests/benchmarks/multicore/idle_adc/remote/prj.conf @@ -5,4 +5,4 @@ CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/multicore/idle_gpio/prj_s2ram.conf b/tests/benchmarks/multicore/idle_gpio/prj_s2ram.conf index 84ac040cf301..d9a59708632a 100644 --- a/tests/benchmarks/multicore/idle_gpio/prj_s2ram.conf +++ b/tests/benchmarks/multicore/idle_gpio/prj_s2ram.conf @@ -7,4 +7,4 @@ CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/multicore/idle_gpio/remote/prj_s2ram.conf b/tests/benchmarks/multicore/idle_gpio/remote/prj_s2ram.conf index e9fac1d1ab65..478a1860e113 100644 --- a/tests/benchmarks/multicore/idle_gpio/remote/prj_s2ram.conf +++ b/tests/benchmarks/multicore/idle_gpio/remote/prj_s2ram.conf @@ -5,4 +5,4 @@ CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/multicore/idle_hpu_temp_meas/prj.conf b/tests/benchmarks/multicore/idle_hpu_temp_meas/prj.conf index 34a38bb28888..6ea23d186d86 100644 --- a/tests/benchmarks/multicore/idle_hpu_temp_meas/prj.conf +++ b/tests/benchmarks/multicore/idle_hpu_temp_meas/prj.conf @@ -7,7 +7,7 @@ CONFIG_POWEROFF=y CONFIG_GPIO=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_ASSERT=y diff --git a/tests/benchmarks/multicore/idle_outside_of_main/prj.conf b/tests/benchmarks/multicore/idle_outside_of_main/prj.conf index 4067ee524910..6a6a7185c26d 100644 --- a/tests/benchmarks/multicore/idle_outside_of_main/prj.conf +++ b/tests/benchmarks/multicore/idle_outside_of_main/prj.conf @@ -5,7 +5,7 @@ CONFIG_POWEROFF=y CONFIG_BOOT_BANNER=n CONFIG_NCS_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n # Enable for debugging purposes only CONFIG_SERIAL=n diff --git a/tests/benchmarks/multicore/idle_outside_of_main/remote/prj.conf b/tests/benchmarks/multicore/idle_outside_of_main/remote/prj.conf index 8b8416d8dd57..95c48265f8c1 100644 --- a/tests/benchmarks/multicore/idle_outside_of_main/remote/prj.conf +++ b/tests/benchmarks/multicore/idle_outside_of_main/remote/prj.conf @@ -6,4 +6,4 @@ CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_NCS_BOOT_BANNER=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/multicore/idle_spim/prj.conf b/tests/benchmarks/multicore/idle_spim/prj.conf index 4909c00f4cfb..88be384d8dcf 100644 --- a/tests/benchmarks/multicore/idle_spim/prj.conf +++ b/tests/benchmarks/multicore/idle_spim/prj.conf @@ -8,7 +8,7 @@ CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y CONFIG_POWEROFF=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_ASSERT=y diff --git a/tests/benchmarks/multicore/idle_spim/remote/prj.conf b/tests/benchmarks/multicore/idle_spim/remote/prj.conf index e8e5e87638d8..e4da5b48a646 100644 --- a/tests/benchmarks/multicore/idle_spim/remote/prj.conf +++ b/tests/benchmarks/multicore/idle_spim/remote/prj.conf @@ -5,4 +5,4 @@ CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/multicore/idle_spim_loopback/prj_s2ram.conf b/tests/benchmarks/multicore/idle_spim_loopback/prj_s2ram.conf index 85c58943a65a..f4307ccf9693 100644 --- a/tests/benchmarks/multicore/idle_spim_loopback/prj_s2ram.conf +++ b/tests/benchmarks/multicore/idle_spim_loopback/prj_s2ram.conf @@ -2,7 +2,7 @@ CONFIG_PM=y CONFIG_PM_S2RAM=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y CONFIG_POWEROFF=y -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_PM_DEVICE=y CONFIG_PM_DEVICE_RUNTIME=y diff --git a/tests/benchmarks/multicore/idle_twim/prj.conf b/tests/benchmarks/multicore/idle_twim/prj.conf index 00ce790f15d9..e9ed924a1973 100644 --- a/tests/benchmarks/multicore/idle_twim/prj.conf +++ b/tests/benchmarks/multicore/idle_twim/prj.conf @@ -9,7 +9,7 @@ CONFIG_POWEROFF=y CONFIG_GPIO=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_ASSERT=y diff --git a/tests/benchmarks/multicore/idle_twim/remote/prj.conf b/tests/benchmarks/multicore/idle_twim/remote/prj.conf index e8e5e87638d8..e4da5b48a646 100644 --- a/tests/benchmarks/multicore/idle_twim/remote/prj.conf +++ b/tests/benchmarks/multicore/idle_twim/remote/prj.conf @@ -5,4 +5,4 @@ CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/multicore/idle_uarte/prj.conf b/tests/benchmarks/multicore/idle_uarte/prj.conf index a3d4b3947f92..e0c0eaa58e9f 100644 --- a/tests/benchmarks/multicore/idle_uarte/prj.conf +++ b/tests/benchmarks/multicore/idle_uarte/prj.conf @@ -11,8 +11,8 @@ CONFIG_PM_DEVICE_RUNTIME=y CONFIG_POWEROFF=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n CONFIG_ASSERT=y +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n # Enable for debugging purposes only CONFIG_PRINTK=n diff --git a/tests/benchmarks/multicore/idle_usb/prj.conf b/tests/benchmarks/multicore/idle_usb/prj.conf index 4be43da4fae1..123e46008612 100644 --- a/tests/benchmarks/multicore/idle_usb/prj.conf +++ b/tests/benchmarks/multicore/idle_usb/prj.conf @@ -13,7 +13,7 @@ CONFIG_PM_DEVICE_RUNTIME=y CONFIG_POWEROFF=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n # Enable for debugging purposes only CONFIG_PRINTK=y diff --git a/tests/benchmarks/multicore/idle_with_pwm/prj_s2ram.conf b/tests/benchmarks/multicore/idle_with_pwm/prj_s2ram.conf index a1e7eba93d69..ec52643d5c12 100644 --- a/tests/benchmarks/multicore/idle_with_pwm/prj_s2ram.conf +++ b/tests/benchmarks/multicore/idle_with_pwm/prj_s2ram.conf @@ -10,6 +10,6 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_PWM=y diff --git a/tests/benchmarks/multicore/idle_with_pwm/remote/prj_s2ram.conf b/tests/benchmarks/multicore/idle_with_pwm/remote/prj_s2ram.conf index 0345ed9c78e1..ed81d0698f63 100644 --- a/tests/benchmarks/multicore/idle_with_pwm/remote/prj_s2ram.conf +++ b/tests/benchmarks/multicore/idle_with_pwm/remote/prj_s2ram.conf @@ -5,6 +5,6 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_PWM=y diff --git a/tests/benchmarks/power_consumption/adc/prj.conf b/tests/benchmarks/power_consumption/adc/prj.conf index 14c6d60df745..cfae34bfabb1 100644 --- a/tests/benchmarks/power_consumption/adc/prj.conf +++ b/tests/benchmarks/power_consumption/adc/prj.conf @@ -12,4 +12,4 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/adc_async/prj.conf b/tests/benchmarks/power_consumption/adc_async/prj.conf index bc13e32550c6..a552426fb74d 100644 --- a/tests/benchmarks/power_consumption/adc_async/prj.conf +++ b/tests/benchmarks/power_consumption/adc_async/prj.conf @@ -14,4 +14,4 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/common/remote_sleep_forever/prj.conf b/tests/benchmarks/power_consumption/common/remote_sleep_forever/prj.conf index e8e5e87638d8..e4da5b48a646 100644 --- a/tests/benchmarks/power_consumption/common/remote_sleep_forever/prj.conf +++ b/tests/benchmarks/power_consumption/common/remote_sleep_forever/prj.conf @@ -5,4 +5,4 @@ CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_GPIO=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/flash/prj.conf b/tests/benchmarks/power_consumption/flash/prj.conf index af996e4805ea..f4c6d3ad98bc 100644 --- a/tests/benchmarks/power_consumption/flash/prj.conf +++ b/tests/benchmarks/power_consumption/flash/prj.conf @@ -12,4 +12,4 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/gpio/prj.conf b/tests/benchmarks/power_consumption/gpio/prj.conf index 02dddfb7f787..6de5b9455885 100644 --- a/tests/benchmarks/power_consumption/gpio/prj.conf +++ b/tests/benchmarks/power_consumption/gpio/prj.conf @@ -3,6 +3,6 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n CONFIG_ASSERT=y diff --git a/tests/benchmarks/power_consumption/i2c/prj.conf b/tests/benchmarks/power_consumption/i2c/prj.conf index 4a7d71408211..4e884e149cf9 100644 --- a/tests/benchmarks/power_consumption/i2c/prj.conf +++ b/tests/benchmarks/power_consumption/i2c/prj.conf @@ -13,4 +13,4 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/qdec/boards/nrf54h20dk_nrf54h20_cpuapp.conf b/tests/benchmarks/power_consumption/qdec/boards/nrf54h20dk_nrf54h20_cpuapp.conf index dcb31e591eed..cd445ca0ee8e 100644 --- a/tests/benchmarks/power_consumption/qdec/boards/nrf54h20dk_nrf54h20_cpuapp.conf +++ b/tests/benchmarks/power_consumption/qdec/boards/nrf54h20dk_nrf54h20_cpuapp.conf @@ -2,4 +2,4 @@ CONFIG_PM=y CONFIG_PM_S2RAM=y CONFIG_POWEROFF=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/spi/prj.conf b/tests/benchmarks/power_consumption/spi/prj.conf index 14390533324d..500e6a9ef54f 100644 --- a/tests/benchmarks/power_consumption/spi/prj.conf +++ b/tests/benchmarks/power_consumption/spi/prj.conf @@ -13,4 +13,4 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/temperature_sensor/prj.conf b/tests/benchmarks/power_consumption/temperature_sensor/prj.conf index 99d1be1e01a1..fc7c56a79c6d 100644 --- a/tests/benchmarks/power_consumption/temperature_sensor/prj.conf +++ b/tests/benchmarks/power_consumption/temperature_sensor/prj.conf @@ -13,4 +13,4 @@ CONFIG_PM=y CONFIG_PM_S2RAM=y CONFIG_POWEROFF=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/timer_waiting/prj.conf b/tests/benchmarks/power_consumption/timer_waiting/prj.conf index 7b0ae7a8787c..998d13e0f67e 100644 --- a/tests/benchmarks/power_consumption/timer_waiting/prj.conf +++ b/tests/benchmarks/power_consumption/timer_waiting/prj.conf @@ -13,4 +13,4 @@ CONFIG_CONSOLE=n CONFIG_UART_CONSOLE=n CONFIG_SERIAL=n CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/uart_async/prj.conf b/tests/benchmarks/power_consumption/uart_async/prj.conf index f36ebad07643..a334d1dc703d 100644 --- a/tests/benchmarks/power_consumption/uart_async/prj.conf +++ b/tests/benchmarks/power_consumption/uart_async/prj.conf @@ -10,4 +10,4 @@ CONFIG_PM_S2RAM=y CONFIG_POWEROFF=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/tests/benchmarks/power_consumption/uart_polling/prj.conf b/tests/benchmarks/power_consumption/uart_polling/prj.conf index 5514b05393e5..ef4e38149e7f 100644 --- a/tests/benchmarks/power_consumption/uart_polling/prj.conf +++ b/tests/benchmarks/power_consumption/uart_polling/prj.conf @@ -7,4 +7,4 @@ CONFIG_PM_S2RAM=y CONFIG_POWEROFF=y CONFIG_PM_S2RAM_CUSTOM_MARKING=y CONFIG_BOOT_BANNER=n -CONFIG_NRFS_MRAM_SERVICE_ENABLED=n +CONFIG_SOC_NRF54H20_NO_MRAM_LATENCY=n diff --git a/west.yml b/west.yml index f080b54829b4..1e962ca94734 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: 76309674f1e4c6094b5f1557f58f45c0f7b3ce95 + revision: f3186c3093dc714881a1f5dbba8257a18b303cb8 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above