| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 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-24 | spresense: fix setup processed flag | Kamil Tomaszewski | |
| 2021-02-24 | add itf argument to hid API to support multiple instances | hathach | |
| following API signature is changed: - tud_hid_descriptor_report_cb() - tud_hid_get_report_cb() - tud_hid_set_report_cb() - tud_hid_boot_mode_cb() - tud_hid_set_idle_cb() | |||
| 2021-02-23 | rp2040: don't compile in host code when in device mode | Peter Lawrence | |
| 2021-02-23 | rp2040: use TU endpoint conventions and remove redundant variables | Peter Lawrence | |
| 2021-02-24 | Merge pull request #674 from hathach/host-msc | Ha Thach | |
| Enhance Host MSC | |||
| 2021-02-23 | move ehci and ohci to portable folder | hathach | |
| 2021-02-23 | rp2040: leverage existing macro for capping endpoints in pico-sdk | Peter Lawrence | |
| 2021-02-23 | fix ohci hcd_init() signature change | hathach | |
| 2021-02-23 | host msc: call read_capacity as part of enumeration | hathach | |
| - add tuh_msc_get_block_count(), tuh_msc_get_block_size() - rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming - change tuh_msc_is_busy() to tuh_msc_ready() - add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities - add host msc configured to for state check. | |||
| 2021-02-23 | clean up host msc | hathach | |
| 2021-02-23 | Merge pull request #575 from nwlab/yaa/msc_read | Ha Thach | |
| Added MSC read10 and write10 function | |||
| 2021-02-23 | update function comment | hathach | |
| 2021-02-23 | rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry() | hathach | |
| 2021-02-22 | rp2040: correctly size variables to reduce RAM usage | Peter Lawrence | |
| 2021-02-23 | nxp tdi: hcd_init() reset and set host mode | hathach | |
| 2021-02-22 | separate hcd_init from ehci | hathach | |
| 2021-02-22 | add rhport to hcd_init() | hathach | |
| 2021-02-22 | make hcd tdi more generic | hathach | |
| 2021-02-22 | Pass the correct speed on Spresense | Kamil Tomaszewski | |
| 2021-02-22 | rename hcd_lpc18_43 to hcd_transdimension | hathach | |
| 2021-02-22 | merge iso and cbi transaction size to max ep size | hathach | |
