lupyuen commented on code in PR #3033:
URL: https://github.com/apache/nuttx-apps/pull/3033#discussion_r2008516488


##########
testing/fs/mtd_test/Kconfig:
##########
@@ -0,0 +1,18 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config TESTING_MTD_TRANSFER_RATE
+       tristate "MTD transfer rate test"
+       default n
+       depends on BUILD_FLAT && MTD
+       ---help---
+               This testing application measures the transfer rate for an MTD 
flash
+               block device.  It performs a erase/write operation to evaluate 
write
+               transfer rate and then reads the written content back to 
evaluate the
+               read transfer rate. Finally, it compares the read data with the
+               previously written data.
+
+               NOTE:  This test uses internal OS interfaces and so it is not
+               available in the NUTTX kernel build.

Review Comment:
   ```suggestion
                available in the NuttX kernel build.
   ```
   Minor typo thanks :-)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to