summaryrefslogtreecommitdiff
path: root/examples/device
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-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-08Add FT9xx to more examples which support High-SpeedGordon McNab
2021-12-08Merge branch 'master' into port-ft90xGordon McNab
2021-11-29use 4k stack for example with esp32sxhathach
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-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).
2021-10-15update some sense warning from -Wconversionhathach
2021-10-12Merge branch 'master' into add_uvcHa Thach
2021-10-11rename some video constantshathach
2021-10-11update the descriptor endpoint ISO for nrf5xhathach
2021-10-09Add compile option to allocate video data into flash in video_capture examplekkitayam
2021-10-09Change the video image to scrolling color bars.kkitayam
2021-10-06Modify cdc_msc example for Bridgetek FT90x/FT93xGordon McNab
Add in endpoint definitions for the Bridgetek devices in usb_descriptors.c and allow high speed in tusb_config.h.
2021-10-05rename CFG_TUD_NET to CFG_TUD_ECM_RNDIShathach
2021-10-05Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into ↵hathach
majbthrd-add_ncm
2021-10-01Merge pull request #1120 from hathach/enhanceHa Thach
house keeping update
2021-09-30Add video class entry to rp2040 building scriptskkitayam
2021-09-30Add a file to skip bluepillkkitayam
2021-09-30Add a list file for rp2040kkitayam
2021-09-30Add files to skip building for small ROMkkitayam