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:
Alex Lisitsyn
2021-06-02 17:57:50 +08:00
committed by Michael (XIAO Xufeng)
parent 15e0a6be90
commit 46020fe13a
10 changed files with 1184 additions and 14 deletions

View File

@@ -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 );