nuttx-apps/testing/mtd_config_fs
Shoukui Zhang 9cf473c88c mtd_config_fs: Default select MTD_CONFIG_NAMED config
Signed-off-by: Shoukui Zhang <zhangshoukui@xiaomi.com>
2023-08-16 22:06:28 +08:00
..
Kconfig mtd_config_fs: Default select MTD_CONFIG_NAMED config 2023-08-16 22:06:28 +08:00
Make.defs testing:add MTD Fail-safe config-data tests 2022-08-31 20:33:20 +08:00
Makefile apps/testing/mtd_config_fs/Makefile: fix nxstyle 2023-03-09 01:43:09 +08:00
mtd_config_fs_test_main.c Replace all sprintf with snprintf 2023-05-08 21:35:16 +03:00
README.md Remove the tail space char from all files 2023-03-03 00:18:36 +02:00

Testing / mtd_nvs MTD non-volatile storage Test

This is a test for MTD non-volatile storage. MTD non-volatile storage was originally implemented in Zephyr by Laczen. We made several modification to the original design. The main purpose of those modification was:

  1. support C-string key in nvs API(Original design only support uint16_t as key)
  2. Meanwhile achieve better performance by limiting flash read times(Theoratically better than Zephyr subsys/settings, which is based on original NVS).
  • CONFIG_TESTING_FAILSAFE_MTD_CONFIG Enable the test.
  • CONFIG_TESTING_FAILSAFE_MTD_CONFIG_VERBOSE Verbose output.

EXAMPLE mtdconfig_fs_test -m /dev/config Test MTD NVS on /dev/config mtdconfig_fs_test -h Get help message