<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/video_capture/skip.txt, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/video_capture/skip.txt?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/video_capture/skip.txt?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-06-22T08:23:08Z</updated>
<entry>
<title>hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583</title>
<updated>2026-06-22T08:23:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-22T08:23:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eda704ca1acef9691b51e17026765f497b1fffbe'/>
<id>urn:sha1:eda704ca1acef9691b51e17026765f497b1fffbe</id>
<content type='text'>
The BSP family and MCU option were named "ch58x"/"CH58X", but the supported part is
the CH583/CH582 (and the SDK repo is openwch/ch583); CH585 is a separate MCU family,
so the CH58x umbrella was misleading. Rename to the specific family:

- hw/bsp/ch58x -&gt; hw/bsp/ch583 (dir), and the BSP-local files ch58x_it.* -&gt;
  ch583_it.*, system_ch58x.* -&gt; system_ch583.* (include guards/refs updated). The
  vendor SDK files (CH58x_common.h, CH58x_*.c in hw/mcu/wch/ch583) keep their names.
- OPT_MCU_CH58X -&gt; OPT_MCU_CH583 in tusb_option.h, tusb_mcu.h, and the shared WCH
  USBFS driver (ch32_usbfs_reg.h, dcd_ch32_usbfs.c). OPT_MCU_CH582 is kept as an
  alias (same value), so either name selects the same code.
- FAMILY_MCUS CH58X -&gt; CH583, CFG_TUSB_MCU=OPT_MCU_CH583, mcu:CH58X -&gt; mcu:CH583 in
  the example skip lists, the CI build matrix (ci_set_matrix.py), the get_deps family
  tag, and docs/reference/boards.rst.

Board names (ch582m_evt, yd-ch582m) are unchanged. Verified: make + cmake build for
ch582m_evt, and ci.lan HIL (all device examples pass).

Co-Authored-By: Claude Opus 4.8 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>skip video_capture example for CH58X due to 32KB RAM limitation</title>
<updated>2026-03-18T07:23:28Z</updated>
<author>
<name>alt-0191</name>
<email>2223147307@qq.com</email>
</author>
<published>2026-03-12T16:15:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a2ea022e96ac2c9d4b945f30081d195002fb88d9'/>
<id>urn:sha1:a2ea022e96ac2c9d4b945f30081d195002fb88d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future.</title>
<updated>2025-11-17T12:42:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-17T10:45:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=be9d1973ac4c30fedd24b8199fd4dee5c842e2ef'/>
<id>urn:sha1:be9d1973ac4c30fedd24b8199fd4dee5c842e2ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>skip some examples for mcxa15</title>
<updated>2024-09-30T15:13:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-30T15:13:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fa44923de1d43e4fd429563e609d59fe19f92107'/>
<id>urn:sha1:fa44923de1d43e4fd429563e609d59fe19f92107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ci skip example for ch32v1</title>
<updated>2024-06-14T09:16:10Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-14T09:16:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f32851cf2ae6ec7aa3b39150c3f0f96d65af9b3a'/>
<id>urn:sha1:f32851cf2ae6ec7aa3b39150c3f0f96d65af9b3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add CH32V20x USB OTG/FS driver</title>
<updated>2024-05-15T13:01:00Z</updated>
<author>
<name>Matthew Tran</name>
<email>matthewlamtran@berkeley.edu</email>
</author>
<published>2023-11-20T02:26:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=db60fa1c63ae58c205e43e144253dab6815bb2d1'/>
<id>urn:sha1:db60fa1c63ae58c205e43e144253dab6815bb2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework ci (#2631)</title>
<updated>2024-05-09T13:43:46Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-09T13:43:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ba6babf570752a28379aab51d9c27e7b9efe872d'/>
<id>urn:sha1:ba6babf570752a28379aab51d9c27e7b9efe872d</id>
<content type='text'>
* add name field to usbd_class_driver_t
* ci: use set matrix py script
* add riscv32 and cmake support for ch32v307, fomu,  gd32vf103
* update build_cmake.py to take --family --board --toolchain
* separate hil test to its own workflow
* move esp32 board into separated hil json
* add make build to ci
* remov build_make.py
* build.py support esp32 board
* setup toolchain support esp-idf
* fix missing click
* merge family in matrix build to reduce jobs
* skip cifuzz since it still has issue with get_deps and click</content>
</entry>
<entry>
<title>update esp32 to also be supported by hil test</title>
<updated>2023-11-29T10:09:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-29T10:09:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=83840041a86d3893dc66e9a39cdace78158da011'/>
<id>urn:sha1:83840041a86d3893dc66e9a39cdace78158da011</id>
<content type='text'>
test run locally well
</content>
</entry>
<entry>
<title>fix end symbol for samx7x and same5x</title>
<updated>2022-06-29T08:05:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-29T08:05:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5a378703fbc30d8e7481abec81bc70a9e25761e6'/>
<id>urn:sha1:5a378703fbc30d8e7481abec81bc70a9e25761e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify skip and only logic for build scripts</title>
<updated>2022-01-05T23:44:23Z</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2022-01-05T23:44:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7b27b8f498a185d8a7c1bea5dac8f43e7030ebd7'/>
<id>urn:sha1:7b27b8f498a185d8a7c1bea5dac8f43e7030ebd7</id>
<content type='text'>
And switch to a single file that can include mcu, family or board.
</content>
</entry>
</feed>
