| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-04 | add tuh_descriptor_string_manufacturer/produce/serial_get | hathach | |
| 2022-03-04 | add tuh_configuration_set() | hathach | |
| 2022-03-04 | add tuh_descriptor_configuration_get() | hathach | |
| 2022-03-04 | add CFG_TUH_INTERFACE_MAX config | hathach | |
| 2022-03-04 | add tuh_descriptor_get() and tuh_descriptor_device_get() | hathach | |
| 2022-03-04 | minor cleanup | hathach | |
| 2022-03-03 | Unused ok | Scott Shawcroft | |
| 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-02 | minor rename | hathach | |
| 2022-03-01 | start to add pio usb (host) support | hathach | |
| run as proof of concept | |||
| 2022-02-26 | Merge pull request #1353 from ETCLabs/iar-compiler-error-on-src-host-usbh.c | Ha Thach | |
| The IAR compilier does not resolve references to fields in the anonym… | |||
| 2022-02-25 | The IAR compilier does not resolve references to fields in the anonymous ↵ | Tom Peterson | |
| structs defined within the usbh_dev0_t and usbh_device_t structs as they are defined. The problem seems to relate to the placement of the 'volatile' keyword at the struct level. I fixed the problem by removing the 'volatile' from the struct level, and instead placing it on each of the field declarations within the structs. | |||
| 2022-02-25 | minor house keeping | hathach | |
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | improve rphort management for usbd | hathach | |
| 2021-11-30 | improve hcd_device_close() for rp2040 | hathach | |
| 2021-11-30 | on unplug release device endpoints | rppicomidi | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-18 | suppress null-dereference by usbh and lwip | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-10-01 | clean up | hathach | |
| 2021-09-14 | make vendor driver more flexible | hathach | |
| - skip additional custom descriptor between interface and endpoints - can have up to 2 bulk endpoint ( 1 in & 1 out) | |||
| 2021-09-14 | update configuration parser | hathach | |
| 2021-09-14 | usbd pre-compute total interface length without replying on driver open | hathach | |
| 2021-08-24 | test hid controller with rp2040 | hathach | |
| 2021-08-24 | add tuh_vid_pid_get() | hathach | |
| complete Sony PS4 dualshock controller example | |||
| 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 dev0 out of bound array due to leftover | hathach | |
| 2021-08-24 | exclude dev0 from usbh devices pool | hathach | |
| 2021-08-23 | sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB | hathach | |
| separate dev0 from _usbh_devices pool to save sram | |||
| 2021-08-23 | add hcd_devtree_get_info() | hathach | |
| remove usbh_hcd.h | |||
| 2021-08-23 | add hcd attr, add note for ehci framelist on NXP derivative | hathach | |
| 2021-08-23 | rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX | hathach | |
| 2021-08-23 | add tuh_hid_receive_report() for applicaiton to explicitly request report | hathach | |
| 2021-08-20 | improve host configuration parsing | hathach | |
| - remove driver class code binding - fully support IAD - auto calculate total length for interface descriptor for driver | |||
| 2021-08-20 | hid host skip get report descriptor if too large instead of assert | hathach | |
| 2021-08-20 | extra common edpt helper for device and host stack | hathach | |
| tu_edpt_validate() and tu_edpt_bind_driver() | |||
| 2021-06-28 | change usbh open driver to have max_len and return driver len | hathach | |
| 2021-06-28 | Merge pull request #891 from hathach/host-rp2040-double-buffer | Ha Thach | |
| RP2040 double buffer | |||
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-11 | fix ci build | hathach | |
| 2021-06-11 | improve usbh | hathach | |
| 2021-06-10 | implement usbh_edpt_busy (WIP), remove hcd_edpt_busy | hathach | |
| 2021-06-10 | add usbh_classdriver.h | hathach | |
| 2021-05-31 | use hcd_frame_number() instead of uframe | hathach | |
| 2021-05-31 | update hub | hathach | |
| 2021-05-18 | clean up | hathach | |
| 2021-05-18 | rename tuh_device_is_configured() to tuh_device_configured() | hathach | |
| - remove tuh_device_get_state() - more hid mouse clean up | |||
| 2021-05-18 | rename and moving | hathach | |
| 2021-05-18 | correct hid host mount/unmount callback | hathach | |
| rename HOST_CLASS_HID to CFG_TUH_HID | |||
