| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-09 | Add support for SAM L22 family | Joey Castillo | |
| 2021-04-06 | add tu_unaligned_read32/write32 (#772) | Ha Thach | |
| * add tu_unaligned_read32/write32 * added tu_unaligned_read16/write16 * add TU_ATTR_ALWAYS_INLINE, add to most of simple inline function | |||
| 2021-04-02 | Merge pull request #766 from hathach/enhance-midi | Ha Thach | |
| Enhance midi | |||
| 2021-04-02 | correct midi stream read behavior to read until user buffer is full or no ↵ | hathach | |
| more data from usb fifo | |||
| 2021-04-02 | refactor midi read buffer to stream | hathach | |
| 2021-04-02 | rename midi write()/read() to stream_write() stream_read() | hathach | |
| also add deprecated for warning and rename hint | |||
| 2021-04-02 | removed tud_midi_write24() | hathach | |
| 2021-04-02 | refactor midi write into stream | hathach | |
| 2021-04-02 | refactor midi stream read | hathach | |
| 2021-04-02 | fix midi tx fifo overflow cause data corruption | hathach | |
| rename | |||
| 2021-03-31 | Merge pull request #757 from kkitayam/add_support_for_gr_citrus | Ha Thach | |
| Add support for GR-CITRUS | |||
| 2021-03-31 | code format | hathach | |
| 2021-03-30 | remove tud_midi_read_flush() | hathach | |
| 2021-03-30 | rename tud_midi_receive/send to tud_midi_packet_read/write | hathach | |
| 2021-03-30 | correct hid key enter = 0x28, return = 0x9E | hathach | |
| 2021-03-30 | add hid keys from 0x6B to 0xA4 | hathach | |
| 2021-03-28 | cleanup | kkitayam | |
| 2021-03-27 | fixed a OUT transfer did not completed multiple of the max packet size | kkitayam | |
| 2021-03-27 | using BRDY interruption for handling IN transfers. | kkitayam | |
| 2021-03-26 | update for gr_citurs | kkitayam | |
| 2021-03-26 | added dcd for Renesas USBa | kkitayam | |
| 2021-03-23 | add efm32 driver | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-23 | add efm32gg12 family | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2021-03-19 | Merge pull request #733 from hathach/fix-nrf-dcd-bulk-out-race | Ha Thach | |
| fix race condition that could cause drop packet of Bulk OUT transfer | |||
| 2021-03-18 | fix race condition that could cause drop packet of Bulk OUT transfer | hathach | |
| NRF_USBD->SIZE.EPOUT[epnum] only need to write once to enable Bulk/Interrupt transfer. We only need to do it in dcd_edpt_open() and dcd_edpt_clear_stall() | |||
| 2021-03-18 | Merge pull request #724 from xmos-jmccarthy/master | Ha Thach | |
| USB TMC Updates | |||
| 2021-03-17 | Implement requested changes for PR724 | Jeremiah McCarthy | |
| 2021-03-16 | Update usbtmc_device.c | Michael Bruno | |
| Fix buffer alignment in TMC device class | |||
| 2021-03-16 | fix build with OPT_MCU_LPC177X_8X | hathach | |
| 2021-03-12 | Release 0.9.0 (#716)0.9.0 | Ha Thach | |
| * update change log for release * move changelog into docs/ * more changelog * increase macro version | |||
| 2021-03-12 | use !tu_fifo_empty() instead of tu_fifo_count() | hathach | |
| 2021-03-12 | Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into ↵ | hathach | |
| HiFiPhile-cdc_read | |||
| 2021-03-11 | Add fifo empty check. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-10 | Call One time tu_fifo_write_n on cdcd_xfer_cb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-10 | usbd ack SET_INTERFACE if it is not implemented by class driver. | hathach | |
| 2021-03-04 | Merge pull request #700 from hathach/fix-rp2040-bus-reset | Ha Thach | |
| fix enum walkaround forever check for SE0 when pull up is disabled | |||
| 2021-03-04 | add midi comment | hathach | |
| 2021-03-04 | fix enum walkaround forever check for SE0 when pull up is disabled | hathach | |
| 2021-03-04 | add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7 | hathach | |
| 2021-03-04 | Merge pull request #688 from duddie/master | Ha Thach | |
| Fix Endpoint descriptor size for MIDI Device | |||
| 2021-03-02 | clean up | hathach | |
| 2021-03-02 | rp2040 add disconnection detection | hathach | |
| - also use dcd_event_bus_reset() - Add TODO for suspend, resume later on (need to test with/without vbus detection). | |||
| 2021-03-02 | fix rp2040 host build | hathach | |
| 2021-03-02 | Merge pull request #684 from hathach/rp2040-host-example | Ha Thach | |
| add rp2040 to host example build | |||
| 2021-02-28 | Fix Endpoint descriptor for MIDI Device | Duddie | |
| Endpoint descriptor should be 9 bytes in length (not 7) and have two extra bytes at the end: bRefresh and bSynchAddress According to MIDI USB specification 1.0 (6.2.1 Standard MS Bulk Data Endpoint Descriptor) | |||
| 2021-02-27 | Merge pull request #675 from majbthrd/rp2040epaddr | Ha Thach | |
| rp2040: use TU endpoint conventions and remove redundant variables | |||
| 2021-02-26 | rp2040: improve _hw_endpoint_init() | Peter Lawrence | |
| 2021-02-26 | add rp2040 to host example build | hathach | |
| 2021-02-26 | Merge pull request #683 from amitv87/handle_break_req | Ha Thach | |
| Handle CDC_REQUEST_SEND_BREAK | |||
| 2021-02-26 | Update cdc_device.h | boggyb | |
| Minor api callback change as requested | |||
