tests/fs/littlefs: Allow tests to run on the nrf54l15pdk
The commit adds nrf54l15pdk/nrf54l15/cpuapp to list of allowed platforms for default test configuration. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
12bfefd087
commit
9ea5aee810
2 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
/delete-node/ &slot0_ns_partition;
|
||||||
|
/delete-node/ &slot1_partition;
|
||||||
|
/delete-node/ &slot1_ns_partition;
|
||||||
|
|
||||||
|
&cpuapp_rram {
|
||||||
|
partitions {
|
||||||
|
compatible = "fixed-partitions";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
|
||||||
|
small_partition: partition@67000 {
|
||||||
|
label = "small";
|
||||||
|
reg = <0x00067000 0x00010000>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
|
@ -15,6 +15,7 @@ common:
|
||||||
tests:
|
tests:
|
||||||
filesystem.littlefs.default:
|
filesystem.littlefs.default:
|
||||||
timeout: 60
|
timeout: 60
|
||||||
|
platform_allow: nrf54l15pdk/nrf54l15/cpuapp
|
||||||
filesystem.littlefs.custom:
|
filesystem.littlefs.custom:
|
||||||
timeout: 180
|
timeout: 180
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue