summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-18correct ehci control endpoint address report on xfer completehathach
improve host log
2021-05-18separte tusb_init/inited() to tud/tuh init/initedhathach
add rhport to tud_init()
2021-05-18add tuh_inited() and tud_inited()hathach
2021-05-18more API renamehathach
2021-05-18reworking hid hosthathach
2021-05-18rename var to be consistenthathach
2021-05-18add hcd_ehci.h as interface for ehci porthathach
2021-05-18Merge pull request #837 from hathach/fix-835-hid-cleanupHa Thach
Fix 835 hid cleanup
2021-05-18fix build errorhathach
2021-05-18update to use HID spec protocol value for get/set_protocol()hathach
2021-05-18clean up, rename some HID device symbol/APIhathach
- add tud_hid_n_interface_protocol() - rename tud_hid_n_boot_mode() to tud_hid_n_get_protocol() - rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb() - add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1 - rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid confusion
2021-05-12Merge pull request #827 from kasjer/kasjer/fix-audio-rx_done_cbHa Thach
2021-05-11Merge pull request #829 from kasjer/kasjer/fix-build-for-nrf5340Ha Thach
Allow build for NRF5340 MCU
2021-05-11only apply errata walkaround for nrf52hathach
2021-05-11Allow build for NRF5340 MCUJerzy Kasenberg
Errata code referred to NRF_USBD_BASE. This definition is not present in NRF5340 but both NRF52 and NRF53 do have NRF_USBD which maps to NRF_USBD_BASE for NRF52 and to NRF_USBD_S_BASE for NRF5340. This just make build possible for NRF5340.
2021-05-10Merge pull request #828 from corvus-ossifragus/fix-ep-struct-trace-statementsHa Thach
Fix ep struct trace statements
2021-05-10Update .gitignorecorvus-ossifragus
2021-05-10Update trace statements that referenced deprecated structure elements.corvus-ossifragus
2021-05-10audio_device: Fix build errorJerzy Kasenberg
ep_in_as_intf_num was incorrectly used to access out interface which is defined for 'in' interface. Code related to 'out' endpoint should use ep_out_as_intf_num instead.
2021-05-10Merge pull request #826 from hathach/minor-cleanupHa Thach
minor clean up
2021-05-10Merge pull request #824 from corvus-ossifragus/fix-keyboard-hid-report-bufferHa Thach
Update main.c
2021-05-10minor clean uphathach
2021-05-10fix hid report descriptorogatatsu
2021-05-09Update main.ccorvus-ossifragus
Fix code where HID keyboard was being stuffed into the HID mouse buffer.
2021-05-08Merge pull request #821 from corvus-ossifragus/debug_build_errorsHa Thach
Update hcd_rp2040.c
2021-05-08Merge pull request #820 from corvus-ossifragus/update-host-exampleHa Thach
Update main.c
2021-05-07Update hcd_rp2040.ccorvus-ossifragus
Remove reference to the deprecated "num" and "in" members of struct hw_endpoint which still exist in an assert statement and break DEBUG builds.
2021-05-07Update main.ccorvus-ossifragus
Added new RTOS names to the name string array in print_greeting() in the host example program. The program seemed to hang when a new RTOS was indexed in CFG_TUSB_OS.
2021-05-06Merge branch 'master' of github.com:xmos-jmccarthy/tinyusbJeremiah McCarthy
2021-05-05Fix typoJeremiah McCarthy
2021-05-05Add example to be testedJeremiah McCarthy
Update API description.
2021-05-05Merge pull request #803 from pigrew/usbtmc_default_rmHa Thach
USBTMC: remove reference to visa DLL (which only was for windows, and…
2021-05-02Merge pull request #804 from hathach/audio_make_dma_readyHa Thach
Implement functions to allow for DMA usage in audio driver.
2021-05-02update changelog for peek apihathach
2021-05-02some text fomarting, update unit test to test get buffer info for fifohathach
2021-04-30Remove n from tu_fifo_get_write_info() and fix bug in vendor classReinhard Panhuber
2021-04-30Fix bug in cdc_peekReinhard Panhuber
2021-04-30Fix cdc peeks()Reinhard Panhuber
2021-04-30Comment cleanupReinhard Panhuber
2021-04-30Remove variable n in tu_fifo_get_read_info()Reinhard Panhuber
2021-04-30Remove all remainings with peek_atReinhard Panhuber
2021-04-30Remove offset feature from fifo.cReinhard Panhuber
2021-04-30Change read infos to pointer typeReinhard Panhuber
2021-04-29Fix typo and clean up resetJeremiah McCarthy
2021-04-29Merge pull request #811 from hathach/update-lpc54Ha Thach
Update lpc54
2021-04-29fix mkl25z cihathach
2021-04-29fix build with mkl25zhathach
2021-04-28fixed build with lpc51hathach
2021-04-28add lpc54 to cihathach
2021-04-28add lpc54628 but usb clock;phy doesn't seem to be righthathach