summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-24Merge pull request #2343 from hathach/release-0.16.00.16.0Ha Thach
Release 0.16.0
2023-11-24update changelog for 0.16.0hathach
2023-11-24bump up pio-usbhathach
2023-11-24update doc, move sponsor to top of the pagehathach
2023-11-24update release versionhathach
2023-11-24minor dochathach
2023-11-24Merge pull request #2340 from hathach/hid-set-protocol-prHa Thach
Hid set protocol pr
2023-11-24Merge pull request #2303 from projectgus/feature/isr_event_hookHa Thach
Add optional hooks for DCD and HCD events
2023-11-24minor updatehathach
2023-11-24add tuh_hid_set_default_protocol() to set default USB host HID protocolXudong Zheng
2023-11-24add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb()hathach
2023-11-24Merge branch 'master' into feature/isr_event_hookhathach
2023-11-24Merge pull request #2279 from antoniovazquezblanco/bthHa Thach
Add historical EP compatibility to bth class
2023-11-24rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT ↵hathach
to tusb_option.h and mandatory for BTH driver
2023-11-24Merge branch 'master' into bthhathach
2023-11-24Merge pull request #2278 from Krasutski/feature/ch32f20xHa Thach
Add CH32F20x support
2023-11-24fix pre-commit end of filehathach
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-11-23Merge pull request #2339 from hathach/move-build-fileHa Thach
Move build file from tools/ to examples/build_system
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-11-23move tools/cmake to examples/build_systemhathach
2023-11-23minor-updatehathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-11-23correct gcc version major comparisonhathach
2023-11-23rename build_family.py to build_make.pyhathach
2023-11-23move make to examples/build_systemhathach
add -Wl,--no-warn-rwx-segment for gcc 12+
2023-11-23Add optional hooks for DCD and HCD eventsAngus Gratton
These are intended to allow bare metal platforms with one-shot scheduling capabilities to schedule the TinyUSB task handlers whenever they know there is work for them to do. Signed-off-by: Angus Gratton <[email protected]>
2023-11-23Merge pull request #2336 from hathach/fix-h7-otg_fs-wfiHa Thach
Fix h7 running on fullspeed phy has issue with WFI
2023-11-22fix h7 running on fullspeed phy has issue with WFI if not disable ULPI clockhathach
2023-11-22update clock setup for H743 evalhathach
2023-11-22Merge pull request #2335 from hathach/update-imxrt-usbphyHa Thach
Update imxrt usbphy
2023-11-22add spec version to dwc2 infohathach
2023-11-22correctly use xtal for initialize usbphy, rt1170 usb is workinghathach
2023-11-22minor update board.hhathach
2023-11-22Merge pull request #2334 from hathach/fix-cond-typoHa Thach
fix typo in cdc line coding enum
2023-11-22fix typo in cdc line coding enumhathach
2023-11-21Merge pull request #2331 from hathach/add-featherwing-max3421eHa Thach
Add featherwing max3421e support
2023-11-20update example to work with featherwing max3421, set max3421 GPIO0 for vbushathach
tested with feather nrf52840, m0, m4
2023-11-20add tuh_max3421_reg_read(), tuh_max3421_reg_read() for application usagehathach
added max3241 for feather m4 and tested
2023-11-20Merge pull request #2326 from HiFiPhile/dwc2_f429Ha Thach
Add dwc2 info of F429.
2023-11-19Fix CIHiFiPhile
2023-11-19Add dwc2 info of F429.HiFiPhile
2023-11-18Merge pull request #2320 from hathach/update-imxrt-familyHa Thach
Update imxrt family
2023-11-18update freertos to fix build with IAR cm0hathach
2023-11-16switch freertos to static allocation only (dynamic = 0), since it is ↵hathach
possible now with latest freertos cmake
2023-11-16update freertos-kernel which remove compiler warning from freertos_kernel libhathach
2023-11-16update clion settinghathach
2023-11-16update rt1170 evk with led and button, but usb not working yethathach
2023-11-16update teensy 4.0 and 4.1 (not tested)hathach
2023-11-16update rt1060 and rt1064 evkhathach