Add support for the hardware CDC in ESP32-C3 (#5614)

* Add support for the hardware CDC in ESP32-C3
This commit is contained in:
Me No Dev
2021-08-31 08:47:55 +03:00
committed by GitHub
parent a62979d8a0
commit 4a55ff970d
7 changed files with 390 additions and 1 deletions

View File

@ -32,6 +32,7 @@ set(CORE_SRCS
cores/esp32/stdlib_noniso.c
cores/esp32/Stream.cpp
cores/esp32/StreamString.cpp
cores/esp32/HWCDC.cpp
cores/esp32/USB.cpp
cores/esp32/USBCDC.cpp
cores/esp32/USBMSC.cpp