| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-06 | remove dcd_esp32sx which is replaced by dwc2 | hathach | |
| 2024-10-14 | change dcd_init() return from void to bool | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change dcd_init() to take rhport struct | hathach | |
| 2024-08-29 | Fix ESP32-SX resume | Scott Shawcroft | |
| The interrupt handler pipes through the resume event but the interrupt wasn't enabled in the first place. | |||
| 2024-05-29 | fix xtensa_api.h include | hathach | |
| 2024-03-20 | Tweaks for ESP-IDF 5.2.1 | Scott Shawcroft | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-10-18 | esp: Fix Isochronous transfers | Tomas Rezucha | |
| On ESP32-S2/S3 ISO transfers must be configured for even or odd frame. Closes https://github.com/hathach/tinyusb/issues/1382 | |||
| 2022-03-07 | added dcd_sof_enable() stubs for all other ports | hathach | |
| 2022-03-04 | fix build with esp32s2, also use dwc2 for esp example | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2021-10-25 | update dcd_esp32sx with correct include list | suda-morris | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-09-13 | esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite | hathach | |
| 2021-09-13 | implement dcd_edpt_close_all(), pass chapter9 test suite (without remote wakeup) | hathach | |
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-05-27 | clean up tusb_fifo.h include | hathach | |
| 2021-05-10 | minor clean up | hathach | |
| 2021-04-16 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted | |||
