nuttx-apps/examples/flash_test
Xiang Xiao ead498a788 build: Remove the workaround for the inexistence of .config/Make.defs
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-21 17:43:42 +01:00
..
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:09:40 -05:00
flash_test.c Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
Kconfig Kconfig: Change !BUILD_PROTECTED && !BUILD_KERNEL to BUILD_FLAT 2020-04-29 07:23:51 -06:00
Make.defs apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
Makefile build: Remove the workaround for the inexistence of .config/Make.defs 2020-05-21 17:43:42 +01:00
README.txt

Install Program
===============

    Source: NuttX
    Author: Ken Pettit
    Date: April 24, 2013

This application performs a SMART flash block device test.  This test performs a sector allocate, read, write, free and garbage collection test on a SMART MTD block device.  This test can be built only as an NSH command

NOTE:  This test uses internal OS interfaces and so is not available in the NUTTX kernel build

Usage:
    flash_test mtdblock_device

Additional options:

    --force                     to replace existing installation