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

@@ -16,7 +16,6 @@
#include "esp_rom_gpio.h"
#include "driver/gpio.h"
#include "driver/periph_ctrl.h"
#include "esp32s2/rom/gpio.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "hal/gpio_ll.h"