feat(esp32p4): Add USB-OTG support for ESP32-P4

This commit is contained in:
Tomas Rezucha
2024-01-19 14:38:30 +01:00
parent bc7e87b416
commit f13ae0fc08
45 changed files with 208 additions and 71 deletions

View File

@@ -8,3 +8,7 @@ INPUT += \
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_uart.h \
$(PROJECT_PATH)/components/ulp/lp_core/lp_core/include/ulp_lp_core_utils.h \
$(PROJECT_PATH)/components/ulp/ulp_common/include/ulp_common.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_helpers.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_host.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_types_ch9.h \
$(PROJECT_PATH)/components/usb/include/usb/usb_types_stack.h \