summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2022-03-18move daddr into xfer structhathach
2022-03-18update sync API, move timeout into xfer structhathach
remove tuh_control_xfer_sync()
2022-03-17add CFG_TUH_API_EDPT_XFER to enable generic edpt xferhathach
2022-03-17rename tuh_control_xfer_t to tuh_xfer_thathach
2022-03-17update examplehathach
2022-03-17move result into transfer structhathach
2022-03-13add synchronous (blocking) support for usbh control transferhathach
- 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-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 device_info into bare_api examplehathach
2022-03-11Merge pull request #1393 from hathach/more-host-bare-apiHa Thach
More host enhancement
2022-03-11remove usbh_control.chathach
2022-03-10Print speed. Don't crash if string get failsScott Shawcroft
2022-03-09Add host example that prints out info of connected devicesScott Shawcroft
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-04Merge pull request #1369 from tannewt/host_string_descHa Thach
Add host string descriptor functions
2022-03-04fix naming, and buildhathach
2022-03-04rename examplehathach
2022-03-04minor cleanuphathach
2022-03-04adding new libusb api examplehathach
2022-03-04skip pyocd reset after flashhathach
2022-03-04fix build with esp32s2, also use dwc2 for esp examplehathach
2022-03-02minor renamehathach
2022-03-01in TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR, _nitfs should be 3.caleb crome
I believe that there is a mistake in the definition of TUD_AUDIO_HEADSET_STEREO_DESCRIPTOR. The nitfs in the audio descriptor is always 3 regardless of ITF_NUM_TOTAL.
2022-03-02clean uphathach
2022-03-01start to add pio usb (host) supporthathach
run as proof of concept
2022-02-25fix uac2_headset buildhathach
2022-02-25auto detect max rhport speed based on mcuhathach
2022-02-25enhance dual role exampleshathach
2022-02-22Add dual role (concurrent) exampleScott Shawcroft
This reads HID devices over host and then translates that to ASCII and sends it over CDC device.
2022-02-18fix build with latest esp idfhathach
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
LUN1 of msc_disk_dual will be set to not ready to simulate medium not present (e.g SD card removed)
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-19enable ci build for RX65X host examplehathach
update comment for unit not ready 3a-00 additional sense
2022-01-17Merge pull request #1276 from kkitayam/fix_video_capture_frame_intervalHa Thach
Fix video_capture example fails enumeration when 8FPS
2022-01-17Merge branch 'master' into port-ft90xHa Thach
2022-01-13Fix dwFrameIntervalStep and dwMaxFrameIntervalkkitayam
dwMaxFrameInterval minus dwMinFrameInterval should be evenly divisible by dwFrameIntervalStep.
2022-01-05Skip dfu and usbtmc on pi zeroScott Shawcroft
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2022-01-05Skip net and freertos examplesScott Shawcroft
2021-12-29skip freertos example for f1c100shathach
2021-12-29Merge branch 'master' of https://github.com/t123yh/tinyusb into t123yh-masterhathach
2021-12-27build system: Changes for xc32 compilerJerzy Kasenberg
Three changes are needed to accommodate xc32 compiler build: - optimized build flag other than -Os added CFLAGS_OPTIMIZED that defaults to -Os but can be overridden in boards - build without -lnosys added LIBS_GCC with default libraries that can be changed in boards - build without LD_FILE specification if LD_FILE is empty -Wl,-T options is not added to LDFLAGS
2021-12-15Update midi_test endpoints and FT9xx codeGordon McNab
2021-12-09update g4 bsphathach
2021-12-08Fix spelling mistakes and verify endpoint numbering.Gordon McNab
2021-12-08Revert "Merge in upstream changes"Gordon McNab
This reverts commit fa06bd01c97a3a14215ea145764c09aecaa0dd79.
2021-12-08Merge in upstream changesGordon McNab
Merge upstream changes and expand example support to hid examples.