File tree Expand file tree Collapse file tree 5 files changed +52
-0
lines changed
samples/subsys/fs/littlefs Expand file tree Collapse file tree 5 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023 EPAM Systems
3+ #
4+ # SPDX-License-Identifier: Apache-2.0
5+ #
6+ CONFIG_MAIN_STACK_SIZE=4096
7+ CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=8192
8+ CONFIG_FS_LITTLEFS_FC_HEAP_SIZE=8192
9+
10+ CONFIG_DISK_ACCESS=y
11+ CONFIG_DISK_DRIVERS=y
12+ CONFIG_DISK_DRIVER_MMC=y
13+
14+ CONFIG_FS_LITTLEFS_BLK_DEV=y
15+ CONFIG_APP_LITTLEFS_STORAGE_BLK_SDMMC=y
16+
17+ CONFIG_FS_LITTLEFS_FMP_DEV=n
Original file line number Diff line number Diff line change 1+ /* SPDX-License-Identifier: Apache-2.0 */
2+
3+ &emmc2 {
4+ disk {
5+ status = "okay";
6+ };
7+ status = "okay";
8+ };
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (c) 2023 EPAM Systems
3+ #
4+ # SPDX-License-Identifier: Apache-2.0
5+ #
6+ CONFIG_MAIN_STACK_SIZE=4096
7+ CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=8192
8+ CONFIG_FS_LITTLEFS_FC_HEAP_SIZE=8192
9+
10+ CONFIG_DISK_ACCESS=y
11+ CONFIG_DISK_DRIVERS=y
12+ CONFIG_DISK_DRIVER_MMC=y
13+
14+ CONFIG_FS_LITTLEFS_BLK_DEV=y
15+ CONFIG_APP_LITTLEFS_STORAGE_BLK_SDMMC=y
16+
17+ CONFIG_FS_LITTLEFS_FMP_DEV=n
Original file line number Diff line number Diff line change 1+ /* SPDX-License-Identifier: Apache-2.0 */
2+
3+ &emmc2 {
4+ disk {
5+ status = "okay";
6+ };
7+ status = "okay";
8+ };
Original file line number Diff line number Diff line change 2020 - mimxrt1160_evk/mimxrt1166/cm7
2121 - lpcxpresso55s69/lpc55s69/cpu0
2222 - mr_canhubk3
23+ - rcar_h3ulcb/r8a77951/a57
24+ - rcar_salvator_xs
2325 - stm32f429i_disc1
2426 - stm32f746g_disco
2527 - stm32h747i_disco/stm32h747xx/m7
You can’t perform that action at this time.
0 commit comments