| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-11 | rename hw endpoint | hathach | |
| - total_len to remaining_len - len to xferred_len | |||
| 2021-06-11 | refactor rp2040 usb | hathach | |
| - make _hw_endpoint_xfer_sync and _hw_endpoint_start_next_buffer private - drop prefix _ from _hw_endpoint_xfer_continue and _hw_endpoint_reset_transfer | |||
| 2021-06-11 | double buffered work with host | hathach | |
| 2021-06-10 | more clean up | hathach | |
| 2021-06-10 | clean up | hathach | |
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-06-10 | remove hcd_edpt_stalled() | hathach | |
| 2021-06-08 | fix computing transferred bytes with E4 | hathach | |
| 2021-06-03 | Add __unused to variables that are only used if TU_LOG does something | graham sanderson | |
| 2021-06-03 | Merge pull request #865 from kilograham/pico-0.10.0 | Ha Thach | |
| Pico 0.10.0 | |||
| 2021-05-31 | use hcd_frame_number() instead of uframe | hathach | |
| 2021-05-31 | remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer() | hathach | |
| 2021-05-30 | add more comment | hathach | |
| 2021-05-30 | add errata number | hathach | |
| 2021-05-30 | fix incorrect data toggle when max packet size < 64 | hathach | |
| fix host buf_sel panic with "already available" | |||
| 2021-05-30 | rp2040: fix debug compilation error | graham sanderson | |
| 2021-05-28 | update limit each transfer not less than 64 | hathach | |
| 2021-05-27 | clean up tusb_fifo.h include | hathach | |
| 2021-05-10 | Update trace statements that referenced deprecated structure elements. | corvus-ossifragus | |
| 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-03-10 | fix ci build with rp2040 | hathach | |
| 2021-03-04 | fix enum walkaround forever check for SE0 when pull up is disabled | hathach | |
| 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-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 #682 from hathach/rp2040_fix_hcd_init | Ha Thach | |
| Update RP2040 hcd_init to have rhport argument. | |||
| 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 | rp2040: requested change from TU_MIN to tu_min16 | Peter Lawrence | |
| 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-23 | rp2040: leverage existing macro for capping endpoints in pico-sdk | Peter Lawrence | |
| 2021-02-22 | rp2040: correctly size variables to reduce RAM usage | Peter Lawrence | |
| 2021-02-22 | merge iso and cbi transaction size to max ep size | hathach | |
| 2021-02-19 | Remove stray. commented out line | ndinsmore | |
| 2021-02-18 | Change to using tu_min32 | ndinsmore | |
| This was a github edit, not tested | |||
| 2021-02-17 | Included size check for ISO buffers | Nicholas R Dinsmore | |
| 2021-02-17 | Enable iso buffers per rp2040 spec | Nicholas R Dinsmore | |
| 2021-02-12 | Fixes RP2040 buffer reallocation overrun problem (#642) | ndinsmore | |
| Fix running out of memory on a device that repeatedly closes and opens an endpoint. This is a workaround at the moment. A better solution would be to implement reclaiming usb buffer memory when closing an endpoint (i.e. implement dcd_edpt_close). | |||
| 2021-02-01 | Merge pull request #610 from hathach/rp2040-followup2 | Ha Thach | |
| Rp2040 followup2 | |||
| 2021-01-27 | clean up rp2040 assigned_address, remove panic from remote_wakeup | hathach | |
| 2021-01-27 | wrap rp2040_usb around opt mcu | hathach | |
| 2021-01-23 | rp2040: start to adopt TU coding conventions | Peter Lawrence | |
| 2021-01-23 | rp2040_hcd: check pointer before using | Peter Lawrence | |
