Merge branch 'feature/usb_wrap_headers' into 'master'

usb: add usb_wrap headers, move some code from LL to HAL

See merge request espressif/esp-idf!8395
This commit is contained in:
Michael (XIAO Xufeng)
2020-05-10 19:19:14 +08:00
10 changed files with 768 additions and 43 deletions

View File

@@ -27,4 +27,4 @@ PROVIDE ( I2C1 = 0x3f427000 );
PROVIDE ( CAN = 0x3f42B000 );
PROVIDE ( APB_SARADC = 0x3f440000 );
PROVIDE ( USB0 = 0x60080000 );
PROVIDE ( ToBeCleanedUpBelow = 0x00000000 );
PROVIDE ( USB_WRAP = 0x3f439000 );