1. 71ed9d1 Merge pull request #3460 from hathach/bsp_h7_tm4c by Ha Thach · 3 days ago upstream/master
  2. 46af312 ci fix by Zixun LI · 4 days ago
  3. 4ae3354 update deps by Zixun LI · 4 days ago
  4. 796e7c2 Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4c by Zixun LI · 4 days ago
  5. 7a4e3d0 bsp: add STM32H747-DISCO by HiFiPhile · 4 days ago
  6. 5e6e9e6 Merge pull request #3461 from hathach/edpt_stream-remove-nofifo-mode by Ha Thach · 4 days ago
  7. 9a731e0 correct dual port hil assert by hathach · 4 days ago
  8. 86ca8fe remove no-fifo mode in edpt stream API by hathach · 4 days ago
  9. c1a5067 dcd/musb: fix IAR build by HiFiPhile · 5 days ago
  10. 104d3f2 bsp: add TI EK-TM4C1294XL by HiFiPhile · 5 days ago
  11. 2656c6d Merge pull request #3424 from hathach/fifo_read_epsize by Ha Thach · 5 days ago
  12. 72da5f9 Merge pull request #3439 from hathach/mtp_zlp by Ha Thach · 5 days ago
  13. 0d28bdc minor clean up separate tud_mtp_data_send() and tud_mtp_data_receive() by hathach · 5 days ago
  14. 8cde9b6 minor clean up separate tud_mtp_data_send() and tud_mtp_data_receive() by hathach · 5 days ago
  15. a71cb23 Merge pull request #3457 from sparkmicro/fix-cpp-compiler-warning by Zixun LI · 6 days ago
  16. d536222 Fix compiler warning by Gabriel Chouinard · 6 days ago
  17. 34035bb Merge branch 'refs/heads/master' into mtp_zlp by hathach · 6 days ago
  18. 80b2078 Merge pull request #3451 from hathach/rp2-hwfifo by Ha Thach · 6 days ago
  19. 09b8f40 remove transfer_type from hw_endpoint by hathach · 9 days ago
  20. 4c86cbd enable dedicated hwfifo for rp2 by hathach · 9 days ago
  21. 085ec06 Merge pull request #3448 from hathach/rp2-refactor by Ha Thach · 9 days ago
  22. 8452dfe clean up by hathach · 9 days ago
  23. d5f0260 Merge pull request #3442 from zhiqiang-ch/master by Ha Thach · 9 days ago
  24. 6ab368f fix missing SystemCoreClock by hathach · 9 days ago
  25. 9465ce9 apply copilot suggestion by hathach · 9 days ago
  26. e69494d fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci build by hathach · 9 days ago
  27. 271edeb Merge branch 'master' into fork/zhiqiang-ch/master by hathach · 9 days ago
  28. 4025036 Merge pull request #3449 from Precidata/quirks-tipo by Zixun LI · 10 days ago
  29. 39901ac Fix tipo in tusb_option.h by Cédric Berger · 10 days ago
  30. 0b970e6 only apply errata E5 and E15 for rp2040. rp2350 already fixes these by hathach · 10 days ago
  31. 64ca0b9 host device info print no serial as 0 instead of n/a by hathach · 10 days ago
  32. d7e715d fix hcd force_single mistake by refactor by hathach · 10 days ago
  33. 07416f7 minor clean up by hathach · 10 days ago
  34. f0a3d44 change signature for hwep_buf_ctrl_* to take pointer to buf control instead of hwep by hathach · 11 days ago
  35. 475e97c remove hw_endpoint_t rx, rename/change signature of helper functions by hathach · 11 days ago
  36. a124edf refactor remove endpoint_control/buffer_control from hw_endpoint_t by hathach · 11 days ago
  37. e5c53f0 minor update by hathach · 12 days ago
  38. 593dce2 Merge pull request #3441 from hathach/fifo-access-mode by Ha Thach · 12 days ago
  39. 9de3e10 fix more typo by Ha Thach · 13 days ago
  40. 2026391 fix typo by Ha Thach · 13 days ago
  41. 1c19fc5 rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE by hathach · 13 days ago
  42. 20d009d enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bit by hathach · 13 days ago
  43. 74e59e4 fix hwfifo pull/push n with address stride > 0 by hathach · 13 days ago
  44. a9479f5 update hcd rusb2 to use tu_hwfifo read/write by hathach · 2 weeks ago
  45. b93d463 fix rusb2 hcd_port_connect_status() using line state, add post root reset delay for stable speed detection by hathach · 2 weeks ago
  46. d457ea3 fix build with dwc2 by hathach · 2 weeks ago
  47. 93a1e80 rusb2 move tu_hwfifo_write() to rusb2_common.c by hathach · 2 weeks ago
  48. ea23966 add default access mode for tu_hwfifo API make it easier for non-custom read/write by hathach · 2 weeks ago
  49. e158a3d hwfifo support custom write/read by hathach · 2 weeks ago
  50. c87f0db add tu_hwfifo_access_t param to hwfifo API by hathach · 2 weeks ago
  51. b87c2fc refactor hwfifo pull/push by hathach · 2 weeks ago
  52. 36e8f9d support multiple data stride if configured by hathach · 2 weeks ago
  53. 0b638c5 rusb2 use tu_hwfifo API to write usb packet by hathach · 2 weeks ago
  54. 9ab605e change signature of tu_hwfifo_* to have hwfifo as first parameter by hathach · 2 weeks ago
  55. 009750c minor refactor by hathach · 2 weeks ago
  56. 1112473 replace PMA buffer packet read/write by using tu_hwfifo API by hathach · 3 weeks ago
  57. 9b5c776 add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplicated packet write/read for fsdev by hathach · 3 weeks ago
  58. f20ad05 update tu_fifo to work with fsdev hwfifo with increased address 16/32bit by hathach · 3 weeks ago
  59. 8544db8 Merge branch 'hathach:master' into master by zhiqiang-ch · 3 weeks ago
  60. d61ed92 re-branding fixed address fifo read/write to stride mode by hathach · 3 weeks ago
  61. 4e43988 tusb_fifo remove item_size make it fifo of bytes by hathach · 3 weeks ago
  62. 239e20b support for the AT32F45X series by zhiqiang-ch · 3 weeks ago
  63. 237e9f2 example/mtp: fix root parent id by HiFiPhile · 3 weeks ago
  64. d27e55a device/mtp: improve logging by HiFiPhile · 3 weeks ago
  65. 536223c device/mtp: queue ZLP when needed by HiFiPhile · 3 weeks ago
  66. 3eafddb Merge pull request #3433 from Precidata/fix-compilation-v2 by Zixun LI · 3 weeks ago
  67. d77f1e8 Prevent unused-variable warning in dcd_host.c by Cédric Berger · 3 weeks ago
  68. b3dd0a1 Do not randomly include stm32h7xx.h by Cédric Berger · 3 weeks ago
  69. aa183a5 limit fifo read size to ep_bufsize regardless ep_buf is used or not by HiFiPhile · 4 weeks ago
  70. b209b17 Merge pull request #3422 from Tails86/add-vendor_write_clear by Zixun LI · 4 weeks ago
  71. b53739d Change return of tud_vendor_n_write_clear from uint32_t to bool by James Smith · 4 weeks ago
  72. b7463ba Removed tu_fifo_count_and_clear by James Smith · 4 weeks ago
  73. 53f9f86 Merge pull request #3421 from hathach/fix-imxrt-1011-bsp by Ha Thach · 4 weeks ago
  74. 185757e Added tud_vendor_write_clear() which forcefully clears TX buffer by James Smith · 4 weeks ago
  75. 5c8d5fb SCB_EnableDCache() is required for rt1011 by hathach · 4 weeks ago
  76. 83fa3bb Merge pull request #3419 from hathach/remove-sprintf by Ha Thach · 4 weeks ago
  77. 49a8529 clean up cmake, remove family_get_project_name() by hathach · 4 weeks ago
  78. 7f4a761 remove the usage snprintf by hathach · 4 weeks ago
  79. 2b9a778 Merge pull request #3404 from gab-k/support-nxp-rw612 by Zixun LI · 5 weeks ago
  80. ce7b15d more fixes by HiFiPhile · 5 weeks ago
  81. abf27bf Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 by HiFiPhile · 5 weeks ago
  82. 8a246db Merge pull request #3398 from chenzhihong007/feature/support_hpmicro_chips by Zixun LI · 5 weeks ago
  83. cb18738 fix build by Zixun LI · 5 weeks ago
  84. c130fc0 fix pre-commit by Zixun LI · 5 weeks ago
  85. d768735 update ci by Zixun LI · 5 weeks ago
  86. 412f4d3 update preset by Zixun LI · 5 weeks ago
  87. 22534a6 Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 by Zixun LI · 5 weeks ago
  88. 5a7e5db fix riscv toolchain by Zixun LI · 5 weeks ago
  89. e00c3d1 enable ci build for hpmicro by hathach · 5 weeks ago
  90. 15e3324 cleanup, add preset by Zixun LI · 5 weeks ago
  91. 0d1521e update README.rst to add HPMicro MCU by Zhihong Chen · 5 weeks ago
  92. d851e82 example: with FreeRTOS: skip hpmicro by Zhihong Chen · 5 weeks ago
  93. d8da458 example: host: support hpmicro family by Zhihong Chen · 5 weeks ago
  94. 6b73d78 update risc-v march for gcc and clang toolchains by Zhihong Chen · 5 weeks ago
  95. ba3319d support hpmicro chips by Zhihong Chen · 5 weeks ago
  96. 0a9e05f make fifo access mode fixed addr work with 16 bit also by hathach · 5 weeks ago
  97. 77fcf62 Merge pull request #3371 from hathach/enum_catch by Ha Thach · 5 weeks ago
  98. ebf7ce7 minor update by hathach · 5 weeks ago
  99. 0355fa8 Merge branch 'master' into enum_catch by hathach · 5 weeks ago
  100. 9a22543 Merge pull request #3364 from hathach/hcd_fsdev by Ha Thach · 5 weeks ago