summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-12minor changeshathach
2022-03-12misplace fallthroughhathach
2022-03-12rework usbh enumeration process using user arg from control transfer as statehathach
2022-03-11update hid,msc to new usbh control APIhathach
2022-03-11rework usbh control xferhathach
- 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-11Merge pull request #1394 from hathach/merge-host-exampleHa Thach
merge device_info into bare_api example
2022-03-11merge device_info into bare_api examplehathach
2022-03-11Merge pull request #1393 from hathach/more-host-bare-apiHa Thach
More host enhancement
2022-03-11Merge pull request #1392 from tannewt/host_string_exampleHa Thach
Add host example that prints out info of connected devices
2022-03-11remove usbh_control.chathach
2022-03-10Print speed. Don't crash if string get failsScott Shawcroft
2022-03-10fix build warninghathach
2022-03-10fix enumeration issue when plugging hub with multiple devices attachedhathach
2022-03-10refactor and integrate usbh control xfer back to usbh.chathach
fix enumeration with hub when reset port before set address
2022-03-10remove obsolete device statehathach
2022-03-10refactor host control xferhathach
2022-03-10merge control stage host and device valuehathach
2022-03-09Add host example that prints out info of connected devicesScott Shawcroft
2022-03-10more clean uphathach
2022-03-09minor clean uphathach
2022-03-09refactor usbd to also use common endpoint claim/releasehathach
2022-03-09implement tu_edpt_release()hathach
2022-03-09adding tusb_private.h to implement common edpt claimhathach
2022-03-09add tusb_debug.h remove tusb_error.hhathach
move debug utils to new header
2022-03-09update use of mutex for hosthathach
2022-03-09rename host descriptor functionhathach
2022-03-09add tuh_descriptor_hid_report_get()hathach
2022-03-09Merge pull request #1360 from ccrome/uac2_headset_descriptor_updateHa Thach
in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3.
2022-03-08Merge pull request #1389 from hathach/fix-1359Ha Thach
fix issue 1359
2022-03-08fix issue 1359hathach
2022-03-07Merge pull request #1380 from sjanc/mynewtHa Thach
Add missing releases to Mynewt repository.yml
2022-03-07Add missing releases to Mynewt repository.ymlSzymon Janc
This make it possible to setup Mynewt project with latest releases.
2022-03-07Merge pull request #1379 from Qianhao2579/masterHa Thach
Modify the wrong macro definition code
2022-03-07Merge pull request #1374 from kasjer/kasjer/stm32wb55Ha Thach
stm32wb55 support
2022-03-07Add support for nucleo-wb55rgJerzy Kasenberg
2022-03-07Add support for STM32WB mcuJerzy Kasenberg
2022-03-07Modify the wrong macro definition codeQianHao
2022-03-06Merge pull request #1289 from kasjer/kasjer/vendor-updateHa Thach
vendor: Write improvements
2022-03-06Merge pull request #1372 from tannewt/fix_string_descHa Thach
Fix string descriptor fetch
2022-03-05Add stm32wb cmsis and hal driver submodules from STJerzy Kasenberg
2022-03-04Fix string descriptor fetchScott Shawcroft
2022-03-04Merge pull request #1371 from hathach/perigoso-patch-1Rafael Silva
documentatio: fix bad supported dev table format
2022-03-04Merge pull request #1369 from tannewt/host_string_descHa Thach
Add host string descriptor functions
2022-03-04documentatio: fix bad supported dev table formatRafael Silva
2022-03-04fix naming, and buildhathach
2022-03-04rename examplehathach
2022-03-04add tuh_descriptor_string_manufacturer/produce/serial_gethathach
2022-03-04add tuh_configuration_set()hathach
2022-03-04add tuh_descriptor_configuration_get()hathach
2022-03-04correct qhd and qtd count for ehci/ohcihathach