Skip to content

Commit d740201

Browse files
quytranpzzkartben
authored andcommitted
tests: subsys: fs: Support tests/subsys/fs on RA8 boards
Add overlay property node and configs to support tests/subsys/fs/ext2, tests/fs/fat_fs_api and tests/subsys/sd on RA8 boards Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
1 parent 8e48fa1 commit d740201

File tree

6 files changed

+63
-0
lines changed

6 files changed

+63
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2024 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&sdhc1 {
7+
sdmmc {
8+
partition {
9+
compatible = "fixed-partitions";
10+
#address-cells = <1>;
11+
#size_cells = <1>;
12+
slot1_partition: partition@0 {
13+
reg = <0x00000000 0x800000>;
14+
};
15+
};
16+
};
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2024 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&sdhc0 {
7+
sdmmc {
8+
partition {
9+
compatible = "fixed-partitions";
10+
#address-cells = <1>;
11+
#size_cells = <1>;
12+
slot1_partition: partition@0 {
13+
reg = <0x00000000 0x800000>;
14+
};
15+
};
16+
};
17+
};
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2024 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&sdhc0 {
7+
sdmmc {
8+
partition {
9+
compatible = "fixed-partitions";
10+
#address-cells = <1>;
11+
#size_cells = <1>;
12+
slot1_partition: partition@0 {
13+
reg = <0x00000000 0x800000>;
14+
};
15+
};
16+
};
17+
};
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_MAIN_STACK_SIZE=4096
2+
CONFIG_DISK_DRIVER_RAM=n
3+
CONFIG_DISK_DRIVER_FLASH=n
4+
CONFIG_FS_FATFS_HAS_RTC=n
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_MAIN_STACK_SIZE=4096
2+
CONFIG_DISK_DRIVER_RAM=n
3+
CONFIG_DISK_DRIVER_FLASH=n
4+
CONFIG_FS_FATFS_HAS_RTC=n
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_MAIN_STACK_SIZE=4096
2+
CONFIG_DISK_DRIVER_RAM=n
3+
CONFIG_DISK_DRIVER_FLASH=n
4+
CONFIG_FS_FATFS_HAS_RTC=n

0 commit comments

Comments
 (0)