soc/hal: add tinyusb support esp32s3

add usb hal/soc, usb_ll files and esp32s3 target for usb
move usb_hal.h into soc common folder
soc/hal: fix soc and periph for usb
tinyusb: fix tinyusb io header
hal: usb_ll fix pull up/down config for esp32s3
soc/hal: fix peripheral addresses
This commit is contained in:
Alex Lisitsyn
2021-05-06 16:20:54 +08:00
committed by Michael (XIAO Xufeng)
parent 0a0234193f
commit ea6710ce98
20 changed files with 116 additions and 23 deletions

View File

@@ -36,3 +36,4 @@ PROVIDE ( DMA = 0x6003F000 );
PROVIDE ( APB_SARADC = 0x60040000 );
PROVIDE ( LCD_CAM = 0x60041000 );
PROVIDE ( USB0 = 0x60080000 );
PROVIDE ( USB_WRAP = 0x60039000 );