| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-18 | move daddr into xfer struct | hathach | |
| 2022-03-18 | update sync API, move timeout into xfer struct | hathach | |
| remove tuh_control_xfer_sync() | |||
| 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 | update example | hathach | |
| 2022-03-17 | move result into transfer struct | 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-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 | Merge pull request #1393 from hathach/more-host-bare-api | Ha Thach | |
| More host enhancement | |||
| 2022-03-11 | remove usbh_control.c | hathach | |
| 2022-03-10 | Print speed. Don't crash if string get fails | Scott Shawcroft | |
| 2022-03-09 | Add host example that prints out info of connected devices | Scott Shawcroft | |
| 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-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 | rename example | hathach | |
| 2022-03-04 | minor cleanup | hathach | |
| 2022-03-04 | adding new libusb api example | hathach | |
| 2022-03-04 | skip pyocd reset after flash | hathach | |
| 2022-03-04 | fix build with esp32s2, also use dwc2 for esp example | hathach | |
| 2022-03-02 | minor rename | hathach | |
| 2022-03-01 | in 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-02 | clean up | hathach | |
| 2022-03-01 | start to add pio usb (host) support | hathach | |
| run as proof of concept | |||
| 2022-02-25 | fix uac2_headset build | hathach | |
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2022-02-25 | enhance dual role examples | hathach | |
| 2022-02-22 | Add dual role (concurrent) example | Scott Shawcroft | |
| This reads HID devices over host and then translates that to ASCII and sends it over CDC device. | |||
| 2022-02-18 | fix build with latest esp idf | hathach | |
| 2022-02-15 | msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command | hathach | |
| LUN1 of msc_disk_dual will be set to not ready to simulate medium not present (e.g SD card removed) | |||
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-19 | enable ci build for RX65X host example | hathach | |
| update comment for unit not ready 3a-00 additional sense | |||
| 2022-01-17 | Merge pull request #1276 from kkitayam/fix_video_capture_frame_interval | Ha Thach | |
| Fix video_capture example fails enumeration when 8FPS | |||
| 2022-01-17 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2022-01-13 | Fix dwFrameIntervalStep and dwMaxFrameInterval | kkitayam | |
| dwMaxFrameInterval minus dwMinFrameInterval should be evenly divisible by dwFrameIntervalStep. | |||
| 2022-01-05 | Skip dfu and usbtmc on pi zero | Scott Shawcroft | |
| 2022-01-05 | Unify skip and only logic for build scripts | Scott Shawcroft | |
| And switch to a single file that can include mcu, family or board. | |||
| 2022-01-05 | Skip net and freertos examples | Scott Shawcroft | |
| 2021-12-29 | skip freertos example for f1c100s | hathach | |
| 2021-12-29 | Merge branch 'master' of https://github.com/t123yh/tinyusb into t123yh-master | hathach | |
| 2021-12-27 | build system: Changes for xc32 compiler | Jerzy 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-15 | Update midi_test endpoints and FT9xx code | Gordon McNab | |
| 2021-12-09 | update g4 bsp | hathach | |
| 2021-12-08 | Fix spelling mistakes and verify endpoint numbering. | Gordon McNab | |
| 2021-12-08 | Revert "Merge in upstream changes" | Gordon McNab | |
| This reverts commit fa06bd01c97a3a14215ea145764c09aecaa0dd79. | |||
| 2021-12-08 | Merge in upstream changes | Gordon McNab | |
| Merge upstream changes and expand example support to hid examples. | |||
