Skip to content

Commit 2fef93e

Browse files
butoknashif
authored andcommitted
samples: littlefs: add lpcxpresso55s and frdm_mcx configuration
Adds lpcxpresso55s and frdm_mcx configuration for the LittleFS sample. Signed-off-by: Andrej Butok <[email protected]>
1 parent 1c17d3e commit 2fef93e

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_FS_LITTLEFS_PROG_SIZE=128
5+
CONFIG_FS_LITTLEFS_CACHE_SIZE=128
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_FS_LITTLEFS_PROG_SIZE=128
5+
CONFIG_FS_LITTLEFS_CACHE_SIZE=128
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2023 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_FS_LITTLEFS_PROG_SIZE=512
5+
CONFIG_FS_LITTLEFS_CACHE_SIZE=512
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2023 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_FS_LITTLEFS_PROG_SIZE=512
5+
CONFIG_FS_LITTLEFS_CACHE_SIZE=512
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2023 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_FS_LITTLEFS_PROG_SIZE=512
5+
CONFIG_FS_LITTLEFS_CACHE_SIZE=512
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2023 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_FS_LITTLEFS_PROG_SIZE=512
5+
CONFIG_FS_LITTLEFS_CACHE_SIZE=512

0 commit comments

Comments
 (0)