| # | |
| # Copyright (c) 2019 Peter Bigot Consulting, LLC | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| # Optionally force the file system to be recreated | |
| #CONFIG_APP_WIPE_STORAGE=y | |
| # fs_dirent structures are big. | |
| CONFIG_MAIN_STACK_SIZE=4096 | |
| # Let __ASSERT do its job | |
| CONFIG_DEBUG=y | |
| CONFIG_LOG=y | |
| CONFIG_LOG_MODE_MINIMAL=y | |
| CONFIG_FLASH=y | |
| CONFIG_FLASH_MAP=y | |
| CONFIG_FILE_SYSTEM=y | |
| CONFIG_FILE_SYSTEM_LITTLEFS=y |