Skip to content

Commit 54916c7

Browse files
khoatranyjkartben
authored andcommitted
tests: subsys: fs: Support tests/subsys/fs on MCK_RA8T2 board
Add overlay property node and configs to support on MCK_RA8T2 - tests/subsys/fs/ext2 - tests/fs/fat_fs_api Signed-off-by: Khoa Tran <[email protected]>
1 parent 752608b commit 54916c7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-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+
&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

0 commit comments

Comments
 (0)