4576b3923c
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.
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
ifneq ($(CONFIG_TESTING_SD_STRESS),)
|
|
CONFIGURED_APPS += $(APPDIR)/testing/sd_stress
|
|
endif
|