mbed-os/TESTS/usb_device/msd
Maciej Bocianski 7ff689be20 Add USB mass storage test 2019-02-27 17:18:41 +01:00
..
README.md Add USB mass storage test 2019-02-27 17:18:41 +01:00
TestUSBMSD.h Add USB mass storage test 2019-02-27 17:18:41 +01:00
main.cpp Add USB mass storage test 2019-02-27 17:18:41 +01:00

README.md

USB mass storage test user guide

To run the tests-usb_device-msd test device with at least 70kB of RAM is required. Test creates 64kB HeapBlockDevice as block device and mounts FAT32 filesystem on it. 64kB block device is the smallest one that can mount FAT32 filesystem.

Test can be easily extended to use any block device available in Mbed

Test run command:

mbed test -t COMPILER -m TARGET -n tests-usb_device-msd