<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/docs/reference/getting_started.rst, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/docs/reference/getting_started.rst?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/docs/reference/getting_started.rst?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-10-20T19:07:04Z</updated>
<entry>
<title>WIP improved docs (feat. LLM)</title>
<updated>2025-10-20T19:07:04Z</updated>
<author>
<name>c1570</name>
<email>c1570@users.noreply.github.com</email>
</author>
<published>2025-09-22T21:31:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e4ff88f3640458f820838efd047a3831333446d8'/>
<id>urn:sha1:e4ff88f3640458f820838efd047a3831333446d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix .rst links to use Sphinx :doc: role for proper HTML generation</title>
<updated>2025-10-09T05:50:55Z</updated>
<author>
<name>copilot-swe-agent[bot]</name>
<email>198982749+Copilot@users.noreply.github.com</email>
</author>
<published>2025-10-09T05:50:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5a82112f5af0ba4dc2ccf93cb56a881c2e771f45'/>
<id>urn:sha1:5a82112f5af0ba4dc2ccf93cb56a881c2e771f45</id>
<content type='text'>
Co-authored-by: hathach &lt;249515+hathach@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>HIL add timeout for opening mtp device</title>
<updated>2025-10-02T03:43:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-01T13:56:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6d32256188d578079b0d050509f2c7d7178897a0'/>
<id>urn:sha1:6d32256188d578079b0d050509f2c7d7178897a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update board_test always output to uart regardless of LOGGER option</title>
<updated>2025-07-02T10:27:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-02T10:27:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a64e3eb0aa661db14eb647e2f75059815741112f'/>
<id>urn:sha1:a64e3eb0aa661db14eb647e2f75059815741112f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove make wrapper for rp2040/espressif</title>
<updated>2025-07-02T09:34:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-02T09:34:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=52f0427096a9e20b62dc3055a153a60e50317297'/>
<id>urn:sha1:52f0427096a9e20b62dc3055a153a60e50317297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add doc for building examples with cmake build system</title>
<updated>2025-07-02T07:41:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-02T07:41:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4579b4f8255a5ed06e276978474fab7c7567445a'/>
<id>urn:sha1:4579b4f8255a5ed06e276978474fab7c7567445a</id>
<content type='text'>
change ci matrix build:
- github build make/cmake one per family on push only
- circicle do full cmake build for all toolchain (missing rx-gcc)
</content>
</entry>
<entry>
<title>refactor: Fix inline literal and code blocks in .rst documents</title>
<updated>2025-03-07T13:21:33Z</updated>
<author>
<name>Darian Leung</name>
<email>32921628+Dazza0@users.noreply.github.com</email>
</author>
<published>2025-03-07T13:17:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8f288e96a85c7f4a073338c47107af2770c3dcaf'/>
<id>urn:sha1:8f288e96a85c7f4a073338c47107af2770c3dcaf</id>
<content type='text'>
- Added missing inline literals (double backticks) to any reference of symbol
names and macros
- Added language specifier to "code-block" directives to enable syntax
highlighting when rendered.
</content>
</entry>
<entry>
<title>move mcu supported to README.rst, separated supported boards to boards.rst</title>
<updated>2024-12-27T04:34:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-12-27T02:58:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=824793a428aea082b4ae887ce7a26b4736e1d2cc'/>
<id>urn:sha1:824793a428aea082b4ae887ce7a26b4736e1d2cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update doc, bump up release 0.18.0</title>
<updated>2024-12-25T05:23:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-12-25T05:17:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ab9472f5848faac26d6c6160f78b8a82661c6ff6'/>
<id>urn:sha1:ab9472f5848faac26d6c6160f78b8a82661c6ff6</id>
<content type='text'>
revert OPT_MCU_RAXXX value back to 1403
</content>
</entry>
<entry>
<title>add new tusb_int_handler(rhport, in_isr) as common irq handler</title>
<updated>2024-10-10T09:28:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-10-10T09:22:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=57aac432b52df6d284c98daf591e661d1c55aa05'/>
<id>urn:sha1:57aac432b52df6d284c98daf591e661d1c55aa05</id>
<content type='text'>
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
</content>
</entry>
</feed>
