summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-25correct offset check logichathach
2025-01-25fix cihathach
2025-01-25cmake remove EXAMPLE-tinyusb target as libraryhathach
2025-01-25use board alias for pca10056hathach
2025-01-25use board alias for pca10056hathach
2025-01-25add -DRTOS=zephyr to ci west buildhathach
2025-01-24Fix CI.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-24Add NUCLEO-H7S3L8 BSP.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-24add cmake RTOS=zephyr (default noos) for zephyr buildhathach
2025-01-24try build zephyr with cihathach
2025-01-23stm32: fix conditional compilation error when not using uarthohoho
2025-01-24msc_dual_lun and cdc_msc work with zephyr on pca10056hathach
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2025-01-22Merge pull request #2939 from PwnVerse/patch-1HiFiPhile
Fix potential out of bounds access in msc_disk.c
2025-01-22Update deps.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-22Fix also cdc_msc example.HiFiPhile
2025-01-22Fix CI.HiFiPhile
2025-01-22Merge branch 'master' into patch-1HiFiPhile
2025-01-22Merge pull request #2950 from espressif/fix/ncm_buffer_validationHiFiPhile
fix(ncm): Return invalid NTBs to free list
2025-01-22- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict ↵hathach
with zephyr - change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
2025-01-21zephyrhathach
2025-01-21bump up cmake min to 3.20hathach
2025-01-21Merge pull request #2955 from hathach/fix-dwc2-issueHa Thach
Work around for esp32s3 racing/timing issue with macos
2025-01-20use IAR toke for hfp runner since normal IAR license is expiredhathach
2025-01-20add s3 undefined speed note for racing issue with reset.hathach
fix dcd_event_sof() with frame number
2025-01-16update esp-idf to 5.3.2hathach
2025-01-15fix(ncm): Return invalid NTBs to free listTomas Rezucha
In case we received invalid datagram, we silently fail a the buffer was not returned to empty list -> it was lost. If this happened more than CFG_TUD_NCM_OUT_NTB_N times, we run out of NTBs and all OUT transfers are NACKed. Closes https://github.com/espressif/esp-usb/issues/107
2025-01-15rp2040 correct dcd_edpt_iso_activatepschatzmann
2025-01-15Merge pull request #2947 from espressif/fix/ncm_buffer_checksHiFiPhile
fix(ncm): Use IN buffer for transmit checks
2025-01-15feature(tusb): Added teardown APIRoman Leonov
2025-01-15src/class/hid/hid_host.c: fix logging calls for epbufDan Halbert
2025-01-15Fix ceedling (#2949)Ha Thach
* fixed unit test with ceedling 1.0.0
2025-01-14fix(ncm): Use IN buffer for transmit checksTomas Rezucha
2025-01-09Fix potential out of bounds access in msc_disk.cRitvik
2024-12-27Merge pull request #2917 from hathach/board-docHa Thach
update docs, embed metadata to family.c and board.h
2024-12-27update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵hathach
for docs index.rst
2024-12-27docs index.rst pointed to README.rsthathach
2024-12-27move mcu supported to README.rst, separated supported boards to boards.rsthathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-12-27dcd_pic: check USBBUSY bit on PIC32sReimu NotMoe
2024-12-27dcd_pic: let the user manage shared GPIO/VBUS pinReimu NotMoe
2024-12-27dcd_pic: handle EP0 timeout/stall correctlyReimu NotMoe
2024-12-27dcd_pic: implement dcd_deinit()Reimu NotMoe
2024-12-27dcd_pic: handle remote wakeup more correctlyReimu NotMoe
2024-12-27dcd_pic: handle bus resume correctlyReimu NotMoe
2024-12-27dcd_pic: change license header and credit people accordinglyReimu NotMoe
2024-12-27dcd_pic: add readmeReimu NotMoe
2024-12-25Merge pull request #2913 from hathach/release-0.18.00.18.0Ha Thach
update doc, bump up release 0.18.0
2024-12-25update doc, bump up release 0.18.0hathach
revert OPT_MCU_RAXXX value back to 1403