summaryrefslogtreecommitdiff
path: root/src/portable/espressif/esp32sx
AgeCommit message (Expand)Author
2025-10-06remove dcd_esp32sx which is replaced by dwc2hathach
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change dcd_init() to take rhport structhathach
2024-08-29Fix ESP32-SX resumeScott Shawcroft
2024-05-29fix xtensa_api.h includehathach
2024-03-20Tweaks for ESP-IDF 5.2.1Scott Shawcroft
2023-03-17fix trailing space and new linehathach
2022-12-04Fix typosBastien Nocera
2022-10-18esp: Fix Isochronous transfersTomas Rezucha
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-03-04fix build with esp32s2, also use dwc2 for esp examplehathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-10-25update dcd_esp32sx with correct include listsuda-morris
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-09-13esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suitehathach
2021-09-13implement dcd_edpt_close_all(), pass chapter9 test suite (without remote wakeup)hathach
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-05-27clean up tusb_fifo.h includehathach
2021-05-10minor clean uphathach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn