USB: added MSC Host Driver with VFS support

Closes https://github.com/espressif/esp-idf/issues/6401
This commit is contained in:
Martin Valik
2021-07-19 16:58:08 +02:00
parent a65eff3b88
commit 73dce765d5
27 changed files with 2703 additions and 6 deletions
@@ -11,6 +11,6 @@
void app_main(void)
{
UNITY_BEGIN();
unity_run_all_tests();
unity_run_menu();
UNITY_END();
}