| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | update hid,msc to new usbh control API | 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-08 | Merge pull request #1389 from hathach/fix-1359 | Ha Thach | |
| fix issue 1359 | |||
| 2022-03-08 | fix issue 1359 | hathach | |
| 2022-03-07 | Merge pull request #1379 from Qianhao2579/master | Ha Thach | |
| Modify the wrong macro definition code | |||
| 2022-03-07 | Merge pull request #1374 from kasjer/kasjer/stm32wb55 | Ha Thach | |
| stm32wb55 support | |||
| 2022-03-07 | Add support for STM32WB mcu | Jerzy Kasenberg | |
| 2022-03-07 | Modify the wrong macro definition code | QianHao | |
| 2022-03-06 | Merge pull request #1289 from kasjer/kasjer/vendor-update | Ha Thach | |
| vendor: Write improvements | |||
| 2022-03-04 | Fix string descriptor fetch | Scott Shawcroft | |
| 2022-03-04 | Merge pull request #1369 from tannewt/host_string_desc | Ha Thach | |
| Add host string descriptor functions | |||
| 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-04 | Merge pull request #1370 from hathach/fix-esp-idf | Ha Thach | |
| fix build with esp32s2, also use dwc2 for esp example | |||
| 2022-03-04 | fix build with esp32s2, also use dwc2 for esp example | 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-02-28 | Merge pull request #1343 from Daft-Freak/patch-1 | Ha Thach | |
| Open OUT endpoint for HID host | |||
| 2022-02-28 | Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-static | Ha Thach | |
| Fix CPP compilation with IAR | |||
| 2022-02-26 | Merge pull request #1354 from hathach/mcu-specific | Ha Thach | |
| Mcu specific | |||
| 2022-02-26 | Merge pull request #1352 from ETCLabs/fix-ehci-isr-status-clear-error | Ha Thach | |
| Updated the clearing of the status register bits to use a straight '=… | |||
| 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… | |||
