<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/dfu, branch merge_os</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/dfu?h=merge_os</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/dfu?h=merge_os'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-06-29T03:16:25Z</updated>
<entry>
<title>docs: add build-doc tooling and a README for every example</title>
<updated>2026-06-29T03:16:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-29T03:16:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4b1c8d16f72bb5d8f2eb8a2e8dde35abdd2f2a88'/>
<id>urn:sha1:4b1c8d16f72bb5d8f2eb8a2e8dde35abdd2f2a88</id>
<content type='text'>
Documentation tooling:
- Add the `build-doc` skill and `tools/build_doc.py` wrapper for local
  Sphinx builds (clean / -W / open).
- Enable Markdown (MyST) in conf.py and auto-collect
  examples/{device,host,dual}/*/README.md into a 3-level Examples nav
  (Examples &gt; Device/Host/Dual &gt; example), noting each page's source
  location and normalizing headings to a single H1.
- Remove the stale `.claude/commands/build-doc.md`; point the AGENTS.md
  Documentation section at the skill.

Example docs:
- Add a README.md for every device/host/dual example: what it does, USB
  interface table, notable tusb_config.h settings, generic CMake + Make
  build steps, and how to try it.
- Fold each *_freertos variant into its base README, noting the FreeRTOS
  source path and any RTOS-specific behavior.

Generated docs/examples/ output is git-ignored. Builds clean with
`sphinx-build -W`.

Co-Authored-By: Claude Opus 4.8 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>musb implement double buffer for tx</title>
<updated>2026-04-22T04:53:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-04-22T04:53:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8513c50231e1935657737b42a739e96c6d0dd154'/>
<id>urn:sha1:8513c50231e1935657737b42a739e96c6d0dd154</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace board_millis() with tusb_time_millis_api()</title>
<updated>2026-02-27T17:01:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-02-27T16:51:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8444c25ab6bc841bad81fd04afc1e66a9d57a115'/>
<id>urn:sha1:8444c25ab6bc841bad81fd04afc1e66a9d57a115</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bsp: add TI EK-TM4C1294XL</title>
<updated>2026-01-13T23:21:52Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-01-13T23:18:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=104d3f2545e460ead95dc8482fcadcf98c3749e1'/>
<id>urn:sha1:104d3f2545e460ead95dc8482fcadcf98c3749e1</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>clean up cmake, remove family_get_project_name()</title>
<updated>2025-12-19T05:33:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-12-19T05:24:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=49a8529dcf8f5b2616640e6f96dcb27e930d1f0d'/>
<id>urn:sha1:49a8529dcf8f5b2616640e6f96dcb27e930d1f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2025-11-19T05:19:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-19T04:56:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1df116adfc70bb6d86f6046b46560d5c42762c28'/>
<id>urn:sha1:1df116adfc70bb6d86f6046b46560d5c42762c28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'refs/heads/master' into dwc2_ep0</title>
<updated>2025-11-19T04:32:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-19T04:32:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fd3161087d76c84fb21e8e2f2d30a81d6b11bfba'/>
<id>urn:sha1:fd3161087d76c84fb21e8e2f2d30a81d6b11bfba</id>
<content type='text'>
# Conflicts:
#	examples/device/dfu/src/usb_descriptors.c
#	examples/device/dfu_runtime/src/usb_descriptors.c
#	src/device/usbd_control.c
#	src/portable/synopsys/dwc2/dcd_dwc2.c
</content>
</entry>
<entry>
<title>added .clang-format</title>
<updated>2025-11-05T10:34:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-11-05T08:31:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f04fe7924e8777c1583323171c0e1cabcb29062'/>
<id>urn:sha1:1f04fe7924e8777c1583323171c0e1cabcb29062</id>
<content type='text'>
fix more alerts
disable IAR CStat since pvs-studio check is better integrated with clion
</content>
</entry>
<entry>
<title>Add boundary check</title>
<updated>2025-10-31T09:56:31Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-10-31T09:49:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cee793796ca6feb2164201c6915592a04bf496d2'/>
<id>urn:sha1:cee793796ca6feb2164201c6915592a04bf496d2</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into dwc2_ep0</title>
<updated>2025-10-29T13:32:50Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-29T13:30:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4da7845747497ac93794d9a3bcfabaeebef933d1'/>
<id>urn:sha1:4da7845747497ac93794d9a3bcfabaeebef933d1</id>
<content type='text'>
# Conflicts:
#	examples/device/dfu/src/usb_descriptors.c
#	examples/device/dfu_runtime/src/usb_descriptors.c
#	src/portable/synopsys/dwc2/dcd_dwc2.c
</content>
</entry>
</feed>
