8f56bc1de2
Add port of the sdbench utility from PX4-Autopilot: https://github.com/PX4/PX4-Autopilot This tool is useful for evaluating and testing peformance of SD cards, block devices or mount points.
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
ifneq ($(CONFIG_TESTING_SD_BENCH),)
|
|
CONFIGURED_APPS += $(APPDIR)/testing/sd_bench
|
|
endif
|