Kconfig.projbuild 354 B

1234567891011
  1. menu "Example Configuration"
  2. config STORE_HISTORY
  3. bool "Store command history in flash"
  4. default y
  5. help
  6. Linenoise line editing library provides functions to save and load
  7. command history. If this option is enabled, initalizes a FAT filesystem
  8. and uses it to store command history.
  9. endmenu