| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-08 | Handle xfer events before closing EP | Valentin Milea | |
| 2021-12-07 | Remove buffer reclaim logs | Valentin Milea | |
| 2021-12-04 | Handle the closing of endpoints on RP2040 | Valentin Milea | |
| 2021-11-30 | improve hcd_device_close() for rp2040 | hathach | |
| 2021-11-30 | implement hcd device close | rppicomidi | |
| 2021-11-05 | RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check ↵ | Liam Fraser | |
| for ep->active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status. | |||
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-14 | More warning cleanup | graham sanderson | |
| - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them - fix compiler warnings in rp2040 port - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself | |||
| 2021-10-14 | Remove compiler warning | graham sanderson | |
| 2021-09-01 | rp2040 implement dcd_edpt_close_all() | hathach | |
| aslo rename reset_ep0_pid() and clean up. We only need to reset pid when setup packet received | |||
| 2021-09-01 | rp2040 correct ep set/clear stall | hathach | |
| - stall will remove pending (not complete) transfer. Correct reset data toggle when clear stall. - remove buf ctrl debug code | |||
| 2021-08-31 | fix rp2040 chapter 9 TD 9.6 test | hathach | |
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-08-24 | rename host API to be consistent with naming on device stack | hathach | |
| - tuh_device_get_speed() to tuh_speed_get() - tuh_device_configured() to tuh_mounted() - tuh_device_ready() to tuh_ready() | |||
| 2021-08-24 | fix rp2040 build | hathach | |
| 2021-08-12 | add ready check for edpt claim | hathach | |
| 2021-08-12 | bus_reset will reset all endpoints | hathach | |
| allow for dynamic configuration as well as state-less enumeration | |||
| 2021-08-12 | white space | hathach | |
| 2021-08-12 | simplify hw_endpoint_init() | hathach | |
| 2021-08-11 | more dcd clean up | hathach | |
| 2021-08-11 | clean up endpoint set/clear stall | hathach | |
| 2021-08-11 | rp2040 enable suspend and resume interrupt | hathach | |
| 2021-06-17 | force single buffered for device mode, out endpoint | hathach | |
| 2021-06-13 | fix calculating xferred bytes with double buffer with short packet on buffer0 | hathach | |
| 2021-06-13 | fix ep tx with double buffered | hathach | |
| 2021-06-13 | fix build with log for device | hathach | |
| 2021-06-13 | remove sent_setup from hw endpoint | hathach | |
| 2021-06-13 | remove dev_ep_map | hathach | |
| 2021-06-11 | fix ci build | hathach | |
| 2021-06-11 | log clean up | hathach | |
| 2021-06-11 | map pico_info to log2, pico_trace to log3 | hathach | |
| 2021-06-11 | replace pico_warn by log level 1 | hathach | |
| 2021-06-11 | remove unused variable in hw endpoint | hathach | |
| last_buf, buf_sel, transfer_size | |||
| 2021-06-11 | more refactor double buffered rp2040 | hathach | |
| 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 | |
