| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-31 | implement pio_usb_irq_handler | hathach | |
| 2022-03-30 | make use pio_usb_port_reset_start/end | hathach | |
| 2022-03-20 | Merge branch 'master' into pio-host | hathach | |
| 2022-03-07 | implement dcd_sof_enable() for rp2040 | hathach | |
| 2022-03-04 | rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX | hathach | |
| minor clean up | |||
| 2022-03-03 | Add host string descriptor functions | Scott Shawcroft | |
| Plus typo fixes, GCC11 array bounds fix, snprintf for malloc-free debug and pragmas for alignment checks. | |||
| 2022-03-03 | got interrupt endpoint working | hathach | |
| 2022-03-02 | try to fix ci | hathach | |
| 2022-03-02 | minor rename | hathach | |
| 2022-03-01 | start to add pio usb (host) support | hathach | |
| run as proof of concept | |||
| 2022-02-28 | Merge pull request #1343 from Daft-Freak/patch-1 | Ha Thach | |
| Open OUT endpoint for HID host | |||
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-02-23 | Support interrupt OUT in RP2040 HCD | Charlie Birks | |
| 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 | |||
