mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-11 12:31:59 +01:00
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:
committed by
Michael (XIAO Xufeng)
parent
0a0234193f
commit
ea6710ce98
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user