Commit Graph

  • ffde3bd33d Merge pull request #1159 from hathach/fix-warnings Ha Thach 2021-10-24 00:19:19 +07:00
  • 311c05b401 Merge branch 'master' into fix-warnings Ha Thach 2021-10-23 21:23:56 +07:00
  • b541c0f5e0 Merge pull request #1150 from kkitayam/change_input_terminal_type_to_camera Ha Thach 2021-10-23 20:48:52 +07:00
  • 2ef200003d Update broadcom library Scott Shawcroft 2021-10-22 09:31:24 -07:00
  • 35b62810c3 Update submodule Scott Shawcroft 2021-10-22 09:00:09 -07:00
  • 4279ad7d6e Merge pull request #1 from hathach/tannewt-rpi Scott Shawcroft 2021-10-22 08:55:10 -07:00
  • 5e437ee186 pi cm4 enumerated as full speed device hathach 2021-10-22 15:37:34 +07:00
  • 5079d47ff5 Merge pull request #1153 from majbthrd/ipv4 Ha Thach 2021-10-20 15:58:18 +07:00
  • d42b5604ce net_lwip_webserver: allow users to enable LWIP_IP6 if desired Peter Lawrence 2021-10-15 20:10:19 -05:00
  • b3b6b4f785 Update _negotiate_streaming_parameters() to handle some requests kkitayam 2021-10-19 21:49:00 +09:00
  • 4bfab30c02 Merge pull request #1139 from hathach/release-0.12.0 Ha Thach 2021-10-19 13:27:53 +07:00
  • 3485c82246 update changelog hathach 2021-10-19 12:35:35 +07:00
  • 4fd0ee4eef Implement GET_DEF and GET_LEN handling on Probe/Commit entities of streaming interface kkitayam 2021-10-16 15:52:46 +09:00
  • 6fcf4bee8c suppress null-dereference by usbh and lwip hathach 2021-10-18 11:42:00 +07:00
  • a7dd5b616c fix -Wnull-dereference in midi_device hathach 2021-10-18 01:11:27 +07:00
  • e927359d9c Merge pull request #1147 from kasjer/kasjer/msc-examples-serial-number Ha Thach 2021-10-18 00:49:22 +07:00
  • 826b34a8ac enable -Wnull-dereference hathach 2021-10-18 00:13:40 +07:00
  • 4cecd4e6e3 Merge pull request #1146 from kasjer/kasjer/da146xx-usb-complience Ha Thach 2021-10-17 23:48:04 +07:00
  • 38f02f0f3d Merge pull request #1145 from kilograham/release-0.12.0 Ha Thach 2021-10-17 17:47:11 +07:00
  • 099d3b377f add volatile to EPx_REGS for -Wcast-qual hathach 2021-10-17 17:33:14 +07:00
  • 31cd366935 more -Wcast-qual hathach 2021-10-17 17:32:03 +07:00
  • a5f516893b more with -Wcast-qual hathach 2021-10-17 16:26:27 +07:00
  • 7325dd6335 Change input terminal type to camera kkitayam 2021-10-16 12:06:13 +09:00
  • 0b249618b0 fix -Wcast-qual hathach 2021-10-15 17:35:05 +07:00
  • 9a688224d0 msc examples: Extend serial number to 12 digits Jerzy Kasenberg 2021-10-15 13:47:49 +02:00
  • bf4b133084 dcd_da146xx: Drop unexpected data Jerzy Kasenberg 2021-10-15 11:57:52 +02:00
  • 49aa0b72a8 dcd_da146xx: Fix EPIN stall notification handling Jerzy Kasenberg 2021-10-15 11:34:26 +02:00
  • 7596cb3079 update some sense warning from -Wconversion hathach 2021-10-15 15:54:32 +07:00
  • 06d9555389 More warning cleanup - physically suppress warnings in TinyUSB headers using pragmas so they don't break -Werror compilation of external files that include them - fix compiler warnings in rp2040 port - add cmake method to rp2040 port to allow an external project to suppress warnings in TinyUSB itself graham sanderson 2021-10-14 15:20:32 -05:00
  • d94a5aa044 Merge pull request #1144 from kilograham/release-0.12.0 Ha Thach 2021-10-15 01:59:06 +07:00
  • 4d0cf6135a Merge pull request #1143 from kkitayam/fix_video_format_guid Ha Thach 2021-10-15 01:55:42 +07:00
  • 7667299b48 Remove compiler warning graham sanderson 2021-10-14 12:13:39 -05:00
  • 2a795d5fd0 Fix GUID of video compression formats kkitayam 2021-10-14 23:15:35 +09:00
  • 5cfe293001 update changelog and increase version for 0.12.0 hathach 2021-10-13 17:31:57 +07:00
  • 9da234cd7c Merge pull request #1101 from kasjer/kasjer/da146xx-bus-reset-sleep Ha Thach 2021-10-13 16:33:54 +07:00
  • 4ab14867da Trying to get USB init Scott Shawcroft 2021-10-12 16:47:53 -07:00
  • b26cc2cc46 Add linkermap for size analysis (#1136) Ha Thach 2021-10-13 00:57:45 +07:00
  • 2ba690d31d Merge pull request #1118 from kkitayam/add_uvc Ha Thach 2021-10-12 22:47:52 +07:00
  • 379537cb6d Merge branch 'master' into add_uvc Ha Thach 2021-10-12 22:01:02 +07:00
  • 557fa3900a update docs hathach 2021-10-12 21:57:34 +07:00
  • 67f1603833 Fix a typo kkitayam 2021-10-12 23:35:19 +09:00
  • ef04dee52a Merge pull request #1 from hathach/kkitayam-add_uvc Koji KITAYAMA 2021-10-12 23:20:55 +09:00
  • 4d9e44e09c more rename hathach 2021-10-12 01:12:26 +07:00
  • 7afcb1e5d5 minor code clean up without functionality changes hathach 2021-10-12 00:56:20 +07:00
  • 4d170614dc rename some video constants hathach 2021-10-11 23:18:24 +07:00
  • b3bfce2cb7 update the descriptor endpoint ISO for nrf5x hathach 2021-10-08 15:49:56 +07:00
  • ecec0370ca Merge pull request #1107 from majbthrd/add_ncm Ha Thach 2021-10-11 15:57:46 +07:00
  • a6723f556d add ncm.h for magic number hathach 2021-10-11 12:36:03 +07:00
  • b6d09ca761 Add compile option to allocate video data into flash in video_capture example kkitayam 2021-10-09 23:02:18 +09:00
  • a3a18c9ed3 Change the video image to scrolling color bars. kkitayam 2021-10-09 19:51:51 +09:00
  • a8eea9f6a5 add backward compatible with warnings for CFG_TUD_NET hathach 2021-10-09 11:28:55 +07:00
  • 5e6edecaa3 Streamline settings for board. Gordon McNab 2021-10-07 17:00:28 +01:00
  • 8c40a74f29 Sort out board settings. Gordon McNab 2021-10-06 17:13:44 +01:00
  • 9966b8a5d6 Change author in header to Bridgetek Pte Ltd. Gordon McNab 2021-10-06 16:54:52 +01:00
  • 37c5eeb51d Rename directories to indicate that FT930 and FT900 devices are both covered by the same SDK and src/portable code. Board makefile includes __FT900__ macro for FT90x and __FT930__ macro for boards with FT93x. Gordon McNab 2021-10-06 16:50:55 +01:00
  • 9660a5821f Merge pull request #1123 from Daft-Freak/patch-1 Ha Thach 2021-10-06 16:55:33 +07:00
  • bcecbfdc29 Modify cdc_msc example for Bridgetek FT90x/FT93x Gordon McNab 2021-10-06 09:15:33 +01:00
  • 98ab8117d6 USB seems to init ok Scott Shawcroft 2021-10-05 18:20:44 -07:00
  • 62c613f6d2 Add initial port for FT9xx series from Bridgetek. Add FT90X and FT93X to the list of devices in tusb_option.h. 1700 for FT90x and 1701 for FT93x. Set endpoint attributes for FT90x and FT93x in dcd_attr.h. Add FT90x routines for USB device in src/portable/bridgetek/ft90x/dcd_ft90x.c The location for hardware header files and libraries is hw/mcu/bridgetek/ft90x/hardware. There are no files in the repository, but files will be linked as a submodule in the future. The required files can be copied from or linked to the location "C:/Program Files(x86)/Bridgetek/FT9xx Toolchain/Toolchain/hardware" once the toolchain is installed. Makefile for the MM900EV1B board for developing with an FT900 device is present. Use "BOARD=mm900ev1b". Gordon McNab 2021-10-05 13:54:47 +01:00
  • 431650fb7d Merge branch 'j4cbo-ncm' into majbthrd-add_ncm hathach 2021-10-05 16:32:37 +07:00
  • 6fd62c8902 update docs hathach 2021-10-05 16:06:54 +07:00
  • a867d87072 rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS hathach 2021-10-05 12:32:07 +07:00
  • 31cfd5a684 Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-add_ncm hathach 2021-10-05 11:39:32 +07:00
  • aa97b419b2 Handle HID devices with OUT endpoint listed first Charlie Birks 2021-10-04 11:43:12 +01:00
  • d9bda631d4 Merge pull request #1120 from hathach/enhance Ha Thach 2021-10-01 23:31:21 +07:00
  • fec2d15989 clean up vendor open hathach 2021-10-01 23:00:09 +07:00
  • 75ad0c7d31 clean up hathach 2021-10-01 22:20:50 +07:00
  • fdd1e4fbf0 more usbd clean up hathach 2021-10-01 21:52:29 +07:00
  • 0932d502c7 remove bcm files Scott Shawcroft 2021-09-30 14:50:38 -07:00
  • c851229eea Merge pull request #1063 from HiFiPhile/uac_fifo Ha Thach 2021-10-01 00:17:51 +07:00
  • e7ef322268 Merge pull request #1113 from szymonh/master Ha Thach 2021-10-01 00:08:32 +07:00
  • a1788da410 Add video class entry to rp2040 building scripts kkitayam 2021-09-30 22:14:29 +09:00
  • 7708997a67 change scsis status to phase error when total_bytes < block_count hathach 2021-09-30 20:14:23 +07:00
  • 14514d7087 Merge branch 'master' of https://github.com/szymonh/tinyusb into szymonh-master hathach 2021-09-30 20:02:32 +07:00
  • 2800a6a583 Add a file to skip bluepill kkitayam 2021-09-30 21:46:16 +09:00
  • 98e6a93a78 Add a list file for rp2040 kkitayam 2021-09-30 21:38:27 +09:00
  • 889e4103d9 Add files to skip building for small ROM kkitayam 2021-09-30 21:27:09 +09:00
  • 9a7795464e Add cast operations to unused parameters kkitayam 2021-09-30 21:08:57 +09:00
  • 831443a2dc Move frame settings to usb_descriptors.h kkitayam 2021-09-30 01:13:19 +09:00
  • 4ca466b00b Update comments kkitayam 2021-09-29 22:59:46 +09:00
  • 9bcab53c2c Implement frame rate settings kkitayam 2021-09-29 22:53:26 +09:00
  • dba5e7b17d Implement negotiation process for streaming parameters kkitayam 2021-09-29 01:18:33 +09:00
  • 0c89292a8d Fix transfer failure when reconnecting kkitayam 2021-09-26 21:52:56 +09:00
  • 319db9573c Change video frames to project logo kkitayam 2021-09-26 18:33:30 +09:00
  • a15c354329 Fix typo kkitayam 2021-09-26 17:44:36 +09:00
  • f7bbdea0b8 Refactor application API parameters kkitayam 2021-09-26 17:15:00 +09:00
  • 0d6496886c Change frame buffer management kkitayam 2021-09-25 20:49:04 +09:00
  • d88cc23ca5 Refactor packet handling kkitayam 2021-09-25 16:59:17 +09:00
  • a978828c3a Add green plain kkitayam 2021-09-25 17:09:05 +09:00
  • cd3f6eac2f Fix streaming payload handling kkitayam 2021-09-25 13:08:00 +09:00
  • 3cb4bb391d Separate a handling resource into controller and streaming kkitayam 2021-09-20 14:55:56 +09:00
  • 2b4e02f192 Implement some mandatory requests on streaming interface kkitayam 2021-08-15 18:07:53 +09:00
  • 4995d9cbd2 Fix handling for set_interface kkitayam 2021-08-09 17:11:05 +09:00
  • 20572a6ed2 Fix regarding standard video stream request kkitayam 2021-08-04 00:32:16 +09:00
  • c52cf9c8a5 fix: endpoint descriptor has incorrectly settings kkitayam 2021-08-01 17:51:15 +09:00
  • d026f17457 fix: configuration descriptor has incorrectly sizes kkitayam 2021-08-01 17:11:43 +09:00
  • 019c1ab09e add tentative example kkitayam 2021-07-31 19:35:22 +09:00
  • 033d6b28ff moved ISO attributes from audio to common kkitayam 2021-07-25 14:01:35 +09:00
  • e8de411322 cleanup open() kkitayam 2021-07-19 21:28:05 +09:00
  • 97d5d1e491 add files for video class device kkitayam 2021-07-17 18:51:33 +09:00