mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
usb/hal/soc: initial copy of usbh support from esp32s2
copy required usbh driver files from esp32s2 check usb host functionality using unit tests on esp32s3
This commit is contained in:

committed by
Michael (XIAO Xufeng)

parent
15e0a6be90
commit
46020fe13a
@@ -37,4 +37,5 @@ PROVIDE ( DMA = 0x6003F000 );
|
||||
PROVIDE ( APB_SARADC = 0x60040000 );
|
||||
PROVIDE ( LCD_CAM = 0x60041000 );
|
||||
PROVIDE ( USB0 = 0x60080000 );
|
||||
PROVIDE ( USBH = 0x60080000 );
|
||||
PROVIDE ( USB_WRAP = 0x60039000 );
|
||||
|
Reference in New Issue
Block a user