summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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.
2021-12-08Add FT9xx to more examples which support High-SpeedGordon McNab
2021-12-08Merge branch 'master' into port-ft90xGordon McNab
2021-12-07Add mksunxi tool to make flashable imageYunhao Tian
2021-12-07skip host ci for tm4c due to sram overflowhathach
2021-12-07move hcd_musb.c include to family.mkhathach
2021-12-04Add BSP support for F1C100sYunhao Tian
2021-12-03Merge branch 'master' into add_hcd_for_msp_exp432e401yHa Thach
2021-12-02fix cihathach
2021-12-01add chipidea highspeed controllerhathach
add warning to transdimension for the rename
2021-11-29use 4k stack for example with esp32sxhathach
2021-11-29Fix build errorskkitayam
2021-11-29Add musb driverkkitayam
2021-11-08msp432e4 ci typo, skip dfu example for tm4c123hathach
2021-11-08reduce CFG_TUD_DFU_XFER_BUFSIZE for max compatiblehathach
2021-11-08add flash-openocd target. correct ek-tm4c123 button statehathach
2021-11-05xmc4500 led blinky, button okhathach
2021-11-02skip net example for pi4 due to ssize_t conflicthathach
2021-11-02add pi4 to ci build in build_aarch64hathach
2021-10-31correct freertos port for efm32gghathach
2021-10-29correctly init hs phy for bcmhathach
2021-10-26Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2hathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach
2021-10-23Merge branch 'master' into fix-warningsHa Thach
2021-10-23Merge pull request #1150 from kkitayam/change_input_terminal_type_to_cameraHa Thach
UVC example: change input terminal type to camera from external
2021-10-22pi cm4 enumerated as full speed devicehathach
2021-10-19net_lwip_webserver: allow users to enable LWIP_IP6 if desiredPeter Lawrence
2021-10-18suppress null-dereference by usbh and lwiphathach
2021-10-18enable -Wnull-dereferencehathach
2021-10-17more with -Wcast-qualhathach
2021-10-16Change input terminal type to camerakkitayam
2021-10-15msc examples: Extend serial number to 12 digitsJerzy Kasenberg
USB3CV tool complains about too short serial number being used in MSC device. This just extends serial number to 12 characters, it makes it easier to analyze USB3CV logs where this unnecessary warning made output red. Offending warning: Serial Number string for MSC device : iSerialNumber = 0x3 Checking iSerialNumber String Descriptor: index = 0x03. String Descriptor : "123456". (ENGLISH_US) Using Language ID 0x409 MSC Serial Number length = 14 Invalid MSC Serial Number length : should be >= 26 ************************* Invalid MSC Serial Number length ************************* ************************* (MSC: 5.1.2) Serial number must be a string, 12 characters or longer (if the device supports a BOT interface, bInterfaceProtocol = 0x50), or exactly 12 characters long (if the device supports a CBI interface, bInterfaceProtocol = 0x00 or 0x01, and has a serial number).