| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-18 | fix compile | hathach | |
| 2021-05-18 | more API update | hathach | |
| - remove tuh_n_hid_n_get_report() - usbh auto queue get report and invoke callback when received data | |||
| 2021-05-18 | adding hid parser | hathach | |
| 2021-05-18 | more host hid API | hathach | |
| adding hid parser | |||
| 2021-05-18 | remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE | hathach | |
| 2021-05-18 | continue with hid host rework | hathach | |
| 2021-05-18 | more hid host API rework | hathach | |
| 2021-05-18 | change hid device report len from uint8 to uint16 | 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 | reworking hid host | 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 | 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-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 | fix hid report descriptor | ogatatsu | |
| 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-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 | 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 | 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 | 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-23 | Change tu_fifo_get_linear_write/read_info() to return a struct | Reinhard Panhuber | |
| Compilers always complain that variables set by function via pointer might be uninitialized so to avoid that return values are now delivered via struct. | |||
| 2021-04-23 | Init len_wrap = 0 to fix compiler complains. | Reinhard Panhuber | |
| 2021-04-23 | Fix include path in audio_device.h | Reinhard Panhuber | |
| 2021-04-23 | Implement functions to allow for DMA usage in audio driver. | Reinhard Panhuber | |
| - Add tud_audio_n_get_ep_out_ff(), tud_audio_n_get_ep_in_ff(), tud_audio_n_get_rx_support_ff(), and tud_audio_n_get_tx_support_ff() - Change get_linear_read/write_info() to return linear and wrapped part at once - Adjusted affected code in audio_device.c and tested with audio_4_channel. | |||
| 2021-04-22 | Removes polltimeout behaviour and restructures | Jeremiah McCarthy | |
| Moves dfu_req_dnload_reply to ACK stage of a DNREQUEST. Removes unneeded variables due to other simplifications. | |||
| 2021-04-22 | Fix statte check on DATA stage | Jeremiah McCarthy | |
| 2021-04-22 | Remove custom status description table | Jeremiah McCarthy | |
| 2021-04-22 | Add const | Jeremiah McCarthy | |
| 2021-04-22 | Remove uunused code | Jeremiah McCarthy | |
| 2021-04-22 | Remove usb reset callback | Jeremiah McCarthy | |
| 2021-04-22 | Remove nonstd behaviour | Jeremiah McCarthy | |
| 2021-04-22 | Move debug from .h to .c | Jeremiah McCarthy | |
| 2021-04-22 | Replace dfu_mode with dfu | Jeremiah McCarthy | |
| 2021-04-21 | Remove unnecessary volatile and short audio function index to func_id | Reinhard Panhuber | |
| 2021-04-20 | Clean up old depracted and misleading variable names | Reinhard Panhuber | |
| 2021-04-20 | Refactor static function for better performance | Reinhard Panhuber | |
