12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
# Copyright (c) 2019 Peter Bigot Consulting, LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "littlefs sample"
|
|
|
|
config APP_WIPE_STORAGE
|
|
bool "Option to clear the flash area before mounting"
|
|
help
|
|
Use this to force an existing file system to be created.
|
|
|
|
source "Kconfig.zephyr"
|