| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-18 | correct ehci control endpoint address report on xfer complete | hathach | |
| improve host log | |||
| 2021-05-18 | separte tusb_init/inited() to tud/tuh init/inited | hathach | |
| add rhport to tud_init() | |||
| 2021-05-18 | add tuh_inited() and tud_inited() | hathach | |
| 2021-05-18 | more API rename | hathach | |
| 2021-05-18 | reworking hid host | hathach | |
| 2021-05-18 | rename var to be consistent | hathach | |
| 2021-05-18 | add hcd_ehci.h as interface for ehci port | hathach | |
| 2021-05-18 | Merge pull request #837 from hathach/fix-835-hid-cleanup | Ha Thach | |
| Fix 835 hid cleanup | |||
| 2021-05-18 | fix build error | hathach | |
| 2021-05-18 | update to use HID spec protocol value for get/set_protocol() | hathach | |
| 2021-05-18 | clean up, rename some HID device symbol/API | hathach | |
| - 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-12 | Merge pull request #827 from kasjer/kasjer/fix-audio-rx_done_cb | Ha Thach | |
| 2021-05-11 | Merge pull request #829 from kasjer/kasjer/fix-build-for-nrf5340 | Ha Thach | |
| Allow build for NRF5340 MCU | |||
| 2021-05-11 | only apply errata walkaround for nrf52 | hathach | |
| 2021-05-11 | Allow build for NRF5340 MCU | Jerzy 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-10 | Merge pull request #828 from corvus-ossifragus/fix-ep-struct-trace-statements | Ha Thach | |
| Fix ep struct trace statements | |||
| 2021-05-10 | Update .gitignore | corvus-ossifragus | |
| 2021-05-10 | Update trace statements that referenced deprecated structure elements. | corvus-ossifragus | |
| 2021-05-10 | audio_device: Fix build error | Jerzy 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-10 | Merge pull request #826 from hathach/minor-cleanup | Ha Thach | |
| minor clean up | |||
| 2021-05-10 | Merge pull request #824 from corvus-ossifragus/fix-keyboard-hid-report-buffer | Ha Thach | |
| Update main.c | |||
| 2021-05-10 | minor clean up | hathach | |
| 2021-05-10 | fix hid report descriptor | ogatatsu | |
| 2021-05-09 | Update main.c | corvus-ossifragus | |
| Fix code where HID keyboard was being stuffed into the HID mouse buffer. | |||
| 2021-05-08 | Merge pull request #821 from corvus-ossifragus/debug_build_errors | Ha Thach | |
| Update hcd_rp2040.c | |||
| 2021-05-08 | Merge pull request #820 from corvus-ossifragus/update-host-example | Ha Thach | |
| Update main.c | |||
| 2021-05-07 | Update hcd_rp2040.c | corvus-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-07 | Update main.c | corvus-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-06 | Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb | Jeremiah McCarthy | |
| 2021-05-05 | Fix typo | Jeremiah McCarthy | |
| 2021-05-05 | Add example to be tested | Jeremiah McCarthy | |
| Update API description. | |||
| 2021-05-05 | Merge pull request #803 from pigrew/usbtmc_default_rm | Ha Thach | |
| USBTMC: remove reference to visa DLL (which only was for windows, and… | |||
| 2021-05-02 | Merge pull request #804 from hathach/audio_make_dma_ready | Ha Thach | |
| Implement functions to allow for DMA usage in audio driver. | |||
| 2021-05-02 | update changelog for peek api | hathach | |
| 2021-05-02 | some text fomarting, update unit test to test get buffer info for fifo | hathach | |
| 2021-04-30 | Remove n from tu_fifo_get_write_info() and fix bug in vendor class | Reinhard Panhuber | |
| 2021-04-30 | Fix bug in cdc_peek | Reinhard Panhuber | |
| 2021-04-30 | Fix cdc peeks() | Reinhard Panhuber | |
| 2021-04-30 | Comment cleanup | Reinhard Panhuber | |
| 2021-04-30 | Remove variable n in tu_fifo_get_read_info() | Reinhard Panhuber | |
| 2021-04-30 | Remove all remainings with peek_at | Reinhard Panhuber | |
| 2021-04-30 | Remove offset feature from fifo.c | Reinhard Panhuber | |
| 2021-04-30 | Change read infos to pointer type | Reinhard Panhuber | |
| 2021-04-29 | Fix typo and clean up reset | Jeremiah McCarthy | |
| 2021-04-29 | Merge pull request #811 from hathach/update-lpc54 | Ha Thach | |
| Update lpc54 | |||
| 2021-04-29 | fix mkl25z ci | hathach | |
| 2021-04-29 | fix build with mkl25z | hathach | |
| 2021-04-28 | fixed build with lpc51 | hathach | |
| 2021-04-28 | add lpc54 to ci | hathach | |
| 2021-04-28 | add lpc54628 but usb clock;phy doesn't seem to be right | hathach | |
