File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
subsys/bootloader/bl_storage
tests/subsys/bootloader/bl_storage Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 66
77config SECURE_BOOT_STORAGE
88 bool "Library for accessing the bootloader storage"
9+ select NRFX_RRAMC if SOC_SERIES_NRF54LX
Original file line number Diff line number Diff line change 1111
1212ZTEST (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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments