| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-14 | Merge branch 'master' into add-sof-isr | Ha Thach | |
| 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 | Update bug_report.yml | Ha Thach | |
| 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 pull request #1394 from hathach/merge-host-example | Ha Thach | |
| merge device_info into bare_api example | |||
| 2022-03-11 | merge device_info into bare_api example | hathach | |
| 2022-03-11 | Merge pull request #1393 from hathach/more-host-bare-api | Ha Thach | |
| More host enhancement | |||
| 2022-03-11 | Merge pull request #1392 from tannewt/host_string_example | Ha Thach | |
| Add host example that prints out info of connected devices | |||
| 2022-03-11 | remove usbh_control.c | hathach | |
| 2022-03-10 | Print speed. Don't crash if string get fails | Scott Shawcroft | |
| 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-09 | Add host example that prints out info of connected devices | Scott Shawcroft | |
| 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-09 | Merge pull request #1360 from ccrome/uac2_headset_descriptor_update | Ha Thach | |
| in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3. | |||
| 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 | added dcd_sof_enable() stubs for all other ports | hathach | |
| 2022-03-07 | implement dcd_sof_enable() for rp2040 | hathach | |
| 2022-03-07 | added dcd_sof_enable(), tud_sof_isr_set() | hathach | |
| make number of interface configurable (default to 8) CFG_TUD_INTERFACE_MAX | |||
| 2022-03-07 | remove broadcom/synopssy (repalced by synopsys/dwc2) | hathach | |
| 2022-03-07 | Merge pull request #1380 from sjanc/mynewt | Ha Thach | |
| Add missing releases to Mynewt repository.yml | |||
| 2022-03-07 | Add missing releases to Mynewt repository.yml | Szymon Janc | |
| This make it possible to setup Mynewt project with latest releases. | |||
| 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 nucleo-wb55rg | Jerzy Kasenberg | |
| 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-06 | Merge pull request #1372 from tannewt/fix_string_desc | Ha Thach | |
| Fix string descriptor fetch | |||
| 2022-03-05 | Add stm32wb cmsis and hal driver submodules from ST | Jerzy Kasenberg | |
| 2022-03-04 | Fix string descriptor fetch | Scott Shawcroft | |
| 2022-03-04 | Merge pull request #1371 from hathach/perigoso-patch-1 | Rafael Silva | |
| documentatio: fix bad supported dev table format | |||
| 2022-03-04 | Merge pull request #1369 from tannewt/host_string_desc | Ha Thach | |
| Add host string descriptor functions | |||
