summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-17update example descriptionhathach
2023-03-17fix spellinghathach
2023-03-17use codespell as pre-commithathach
2023-03-17fix ci with building fuzzhathach
2023-03-17fix ci build with fomuhathach
2023-03-17fix run unit test with pre-commithathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-17update cihathach
- remove submodules init - pre-commit: forbid new submodule, run in ci
2023-03-17bump up freeRTOS deps to version 10.5.1hathach
2023-03-17remove all submoduleshathach
2023-03-17Merge pull request #1960 from hathach/fix-host-enumerate-mul-deviceHa Thach
Fix host enumerate multiple devices from multiple host controllers
2023-03-17Merge pull request #1860 from howard0su/pico_freertosHa Thach
Allow config OS for RP2040
2023-03-17bump up pico-pio-usb dependencyhathach
2023-03-17minor refactor to invalid indexhathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-17fix enumerate one device at a timehathach
2023-03-17Merge pull request #1391 from perigoso/renesas-raHa Thach
Renesas ra family support
2023-03-17reduce number of supported RA to only those that is testedhathach
2023-03-16more fixhathach
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-16add ra4m1_ek boardhathach
2023-03-16Merge pull request #1958 from tyustli/tyustli_stHa Thach
fix HAL_Delay no effect bug on st platform
2023-03-16rename ra board namehathach
2023-03-16rename symbolshathach
2023-03-16rename file link to rusb2hathach
2023-03-16update pre-commit yamlhathach
2023-03-16Merge branch 'master' into renesas-rahathach
2023-03-16fix HAL_Delay no effect bug on st platformtyustli
2023-03-15Merge pull request #1957 from hathach/fix-old-picosdkHa Thach
Fix old picosdk
2023-03-15add pre-commit yamlhathach
2023-03-15fix PICO_SHARED_IRQ_HANDLER_HIGHEST_ORDER_PRIORITY not defined in old pico-sdkhathach
2023-03-14Merge pull request #1953 from tannewt/fix_cached_imx_resetHa Thach
Flush the dcd data on reset
2023-03-13Flush the dcd data on resetScott Shawcroft
2023-03-13Merge pull request #1889 from Tails86/masterHa Thach
Implemented tuh_hid_send_report
2023-03-13Avoid spamming out endpoint on connectJames Smith
2023-03-13Removed tabs from host hid_controller exampleJames Smith
2023-03-13Updated host hid_controller example to demo tuh_hid_send_reportJames Smith
2023-03-13Implemented tuh_hid_send_reportJames Smith
2023-03-12dcd_write_packet_memory: use volatile modifier for destination pointerHubert Denkmair
2023-03-12minor formathathach
2023-03-11Merge pull request #1948 from dhalbert/remove-volatile-cast-includeHa Thach
rp2040: include hardware/sync.h explicitly
2023-03-11minor update get_depshathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-11Merge pull request #1950 from hathach/update-get-depsHa Thach
update get-deps.py
2023-03-11update get-deps.pyhathach
2023-03-11remove ra submoduleshathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-11Merge pull request #1947 from hathach/remove-submodulesHa Thach
Remove submodules and use python script to manage repo dependencies
2023-03-11Merge pull request #1946 from kasjer/kasjer/nrf5x-fix-iso-memory-corruptionHa Thach
dcd_nrf5x: ISO OUT handling
2023-03-10rp2040: include hardware/sync.h explicitlyDan Halbert