| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-18 | clean up | hathach | |
| 2021-05-18 | add tuh_device_ready() | hathach | |
| 2021-05-18 | rename tuh_device_is_configured() to tuh_device_configured() | hathach | |
| - remove tuh_device_get_state() - more hid mouse clean up | |||
| 2021-05-18 | rename and moving | hathach | |
| 2021-05-18 | correct hid host mount/unmount callback | hathach | |
| rename HOST_CLASS_HID to CFG_TUH_HID | |||
| 2021-05-18 | reworking host hid API | hathach | |
| 2021-05-18 | make tuh_msc_mount_cb() tuh_msc_unmount_cb() as weak callback | hathach | |
| 2021-05-18 | rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE | hathach | |
| add usbh_get_enum_buf | |||
| 2021-05-18 | reworking hid host | hathach | |
| 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 | 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 | 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 | 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 | minor clean up | hathach | |
| 2021-05-10 | fix hid report descriptor | ogatatsu | |
| 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-06 | Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb | Jeremiah McCarthy | |
| 2021-05-05 | Add example to be tested | Jeremiah McCarthy | |
| Update API description. | |||
| 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 | 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-28 | temporarily fix include recusrive loop | hathach | |
| 2021-04-26 | use correct NBYTES_MAX for full and high speed | hathach | |
| 2021-04-26 | add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that ↵ | hathach | |
| is m4 but cannot unaligned acces on usb ram | |||
| 2021-04-26 | clean up | hathach | |
| 2021-04-26 | ip3511 correct buffer offset, nbytes layout for highspeed port1 | hathach | |
| able to get passed enumeration and up to READ10 | |||
| 2021-04-24 | fix unaligned access with port1 hs | hathach | |
| 2021-04-24 | lpc55 improve multiple controller support | hathach | |
| port1 highspeed requires USB_RAM | |||
| 2021-04-24 | lpc55 correct bus_reset with highspeed on support controller | hathach | |
| correct hsphy init for family | |||
| 2021-04-24 | lpc55 better multiport support | hathach | |
