mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-15 17:33:23 +00:00
Add port of the sdstress utility from PX4-Autopilot: https://github.com/PX4/PX4-Autopilot This tool is useful for verifying correct operation of SD, EMMC, or other mountpoints.
3 lines
90 B
Text
3 lines
90 B
Text
ifneq ($(CONFIG_TESTING_SD_STRESS),)
|
|
CONFIGURED_APPS += $(APPDIR)/testing/sd_stress
|
|
endif
|