| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-16 | fix build with OPT_MCU_LPC177X_8X | hathach | |
| 2021-03-14 | Intermediate commit | Reinhard Panhuber | |
| 2021-03-13 | fix fifo unlock typo, also clean up a bit | 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 | Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-10 | Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams | Reinhard Panhuber | |
| Extending capabilities of support FIFOs Removing copy from to FIFO Adjusting audio examples Remove peek/read into other FIFO | |||
| 2021-03-10 | fix ci build with rp2040 | hathach | |
| 2021-03-10 | fix build with freertos | hathach | |
| 2021-03-10 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 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 | Adapt mutexes in fifo.c | Reinhard Panhuber | |
| 2021-03-04 | Remove TODOs done. | Reinhard Panhuber | |
| 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 | Extend FIFO mutex to use separate write and read mutexes. | Reinhard Panhuber | |
| Adjust all USB drivers using FIFO and mutexes. | |||
| 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-03 | Fix unused parameter in _ff_push_copy_fct() and _ff_pull_copy_fct | Reinhard Panhuber | |
| 2021-03-02 | Change copy modes for new read/write functions in tusb_fifo.c | Reinhard Panhuber | |
| 2021-03-02 | Change for copy modes in dcd_synopsis.c | Reinhard Panhuber | |
| 2021-03-02 | Remove set_copy_modes(), implement: | Reinhard Panhuber | |
| tu_fifo_read_n_const_addr(), tu_fifo_write_n_const_addr() | |||
| 2021-03-02 | Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo() | Reinhard Panhuber | |
| 2021-03-02 | Revert implementation of dcd_edpt_iso_xfer() | Reinhard Panhuber | |
| 2021-03-02 | clean up | hathach | |
| 2021-03-02 | Switch back OPT_MCU_DA1469X to use linear buffers | Reinhard Panhuber | |
| 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-03-01 | audio_decive clean up and bootstrapping of linear (formerly evade) buff. | Reinhard Panhuber | |
| 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 | |||
| 2021-02-26 | Merge pull request #682 from hathach/rp2040_fix_hcd_init | Ha Thach | |
| Update RP2040 hcd_init to have rhport argument. | |||
| 2021-02-25 | initial break request handling | amit verma | |
| 2021-02-25 | Update RP2040 hcd_init to have rhport argument. | Liam Fraser | |
| 2021-02-25 | Merge branch 'master' into rp2040epaddr | majbthrd | |
| 2021-02-25 | Merge branch 'master' into rp2040device | majbthrd | |
| 2021-02-25 | rp2040: requested code mode in rp2040_usb.h | Peter Lawrence | |
| 2021-02-25 | Merge pull request #672 from majbthrd/rp2040trim | Ha Thach | |
| rp2040: correctly size variables to reduce RAM usage | |||
| 2021-02-25 | rp2040: requested change from TU_MIN to tu_min16 | Peter Lawrence | |
| 2021-02-25 | Revert tusb_fifo.h include form to original. | Reinhard Panhuber | |
| 2021-02-24 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
