| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-09 | minor clean up | hathach | |
| 2022-03-09 | refactor usbd to also use common endpoint claim/release | hathach | |
| 2022-03-09 | implement tu_edpt_release() | hathach | |
| 2022-03-09 | adding tusb_private.h to implement common edpt claim | hathach | |
| 2022-03-09 | add tusb_debug.h remove tusb_error.h | hathach | |
| move debug utils to new header | |||
| 2022-03-09 | update use of mutex for host | hathach | |
| 2022-03-09 | rename host descriptor function | hathach | |
| 2022-03-09 | add tuh_descriptor_hid_report_get() | hathach | |
| 2022-03-04 | Fix string descriptor fetch | Scott Shawcroft | |
| 2022-03-04 | fix naming, and build | hathach | |
| 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 | correct qhd and qtd count for ehci/ohci | 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-04 | rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX | hathach | |
| minor clean up | |||
| 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 | internal symbol rename | hathach | |
| 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-30 | add support for EFM32GG | hathach | |
| merge GG12 GG12 to simply OPT_MCU_EFM32GG | |||
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 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 | change host driver open return type to bool | hathach | |
| the descriptor len used by driver will be calculated by usbh | |||
