Skip to content

Commit efb8ec0

Browse files
michalek-norlubos
authored andcommitted
tests: bl_storage: nrf54l15
Adds bl_storage tests. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 41cdb2b commit efb8ec0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

subsys/bootloader/bl_storage/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
config SECURE_BOOT_STORAGE
88
bool "Library for accessing the bootloader storage"
9+
select NRFX_RRAMC if SOC_SERIES_NRF54LX

tests/subsys/bootloader/bl_storage/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
ZTEST(bl_storage_test, test_monotonic_counter)
1313
{
14-
uint16_t counter_value;
14+
counter_t counter_value;
1515
uint16_t counter_slots;
1616
/* The initial counter is written by B0 and the function
1717
* set_monotonic_version. This function calculates the counter

tests/subsys/bootloader/bl_storage/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ tests:
22
bootloader.bl_storage:
33
sysbuild: true
44
platform_allow:
5+
- nrf54l15pdk/nrf54l15/cpuapp
56
- nrf5340dk/nrf5340/cpuapp
67
- nrf9151dk/nrf9151
78
- nrf9160dk/nrf9160
89
- nrf9161dk/nrf9161
910
integration_platforms:
11+
- nrf54l15pdk/nrf54l15/cpuapp
1012
- nrf5340dk/nrf5340/cpuapp
1113
- nrf9151dk/nrf9151
1214
- nrf9160dk/nrf9160

0 commit comments

Comments
 (0)