| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-18 | update sync API, move timeout into xfer struct | hathach | |
| remove tuh_control_xfer_sync() | |||
| 2022-03-18 | minor update for control xfer | hathach | |
| 2022-03-18 | try to fix ci | hathach | |
| 2022-03-17 | rename user_arg to user_data | hathach | |
| 2022-03-17 | add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer | hathach | |
| 2022-03-17 | rename tuh_control_xfer_t to tuh_xfer_t | hathach | |
| 2022-03-17 | add actual_len supported | hathach | |
| 2022-03-17 | slightly change the signature of tuh_control_xfer | hathach | |
| 2022-03-17 | change return type of callback to void | hathach | |
| 2022-03-17 | remove const in xfer callback | hathach | |
| 2022-03-17 | move result into transfer struct | hathach | |
| 2022-03-17 | change tuh_control_xfer_t struct | hathach | |
| 2022-03-16 | update hid host to use new control xfer for set config | hathach | |
| 2022-03-16 | fix -Wnull-dereference warnings | hathach | |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach | |
| - add synchronous version of all get descriptor API - update bare example to use sync API for string descriptor - change order of index, language_id in tuh_descriptor_get_string() to match similar API of libusb - add index to tuh_descriptor_get_hid_report() | |||
| 2022-03-12 | minor changes | hathach | |
| 2022-03-12 | misplace fallthrough | hathach | |
| 2022-03-12 | rework usbh enumeration process using user arg from control transfer as state | hathach | |
| 2022-03-11 | rework usbh control xfer | hathach | |
| - change API of tuh_control_xfer and its callback - rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t - add user argument to control callback - migrate usbh and hub | |||
| 2022-03-11 | merge device_info into bare_api example | hathach | |
| 2022-03-11 | remove usbh_control.c | hathach | |
| 2022-03-10 | fix build warning | hathach | |
| 2022-03-10 | fix enumeration issue when plugging hub with multiple devices attached | hathach | |
| 2022-03-10 | refactor and integrate usbh control xfer back to usbh.c | hathach | |
| fix enumeration with hub when reset port before set address | |||
| 2022-03-10 | remove obsolete device state | hathach | |
| 2022-03-10 | refactor host control xfer | hathach | |
| 2022-03-10 | merge control stage host and device value | hathach | |
| 2022-03-10 | more clean up | hathach | |
| 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-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. | |||
