<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/common/tusb_verify.h, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_verify.h?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/common/tusb_verify.h?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-07-19T11:08:04Z</updated>
<entry>
<title>- add tud_cdc_n_ready() though not used</title>
<updated>2024-07-19T11:08:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-19T11:08:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6fb6602a097b2d2e026f150d6fde387803606f88'/>
<id>urn:sha1:6fb6602a097b2d2e026f150d6fde387803606f88</id>
<content type='text'>
- usbd now change _usbd_dev.cfg_num before calling driver's open()
</content>
</entry>
<entry>
<title>add cmake for pi zero (renamed from pi zero_w), build but the flash size seem wrong (only 24 bytes for text)</title>
<updated>2024-05-02T06:29:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-02T06:29:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea3f1d39e8bfc82facc7b3e503d7c71f9119de2b'/>
<id>urn:sha1:ea3f1d39e8bfc82facc7b3e503d7c71f9119de2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- add esp32 c3, c6 mcu option</title>
<updated>2024-04-25T17:10:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-25T17:10:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=223ce56625474764dc00229c44731858abcf4f29'/>
<id>urn:sha1:223ce56625474764dc00229c44731858abcf4f29</id>
<content type='text'>
- skip breakpoint for espressif riscv
</content>
</entry>
<entry>
<title>Fix IAR breakpoint test.</title>
<updated>2024-04-25T04:51:04Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-04-18T18:00:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5f473d51cf04a7bfeca71bce09a9b3a4c2b2a7d1'/>
<id>urn:sha1:5f473d51cf04a7bfeca71bce09a9b3a4c2b2a7d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add __ARM_ARCH_8_1M_MAIN__ for M55</title>
<updated>2023-12-27T16:28:24Z</updated>
<author>
<name>YixingShen</name>
<email>kkman3651878@hotmail.com</email>
</author>
<published>2023-12-27T16:28:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9a1559a35653e34c2fc8b4dccdc9f40ad476913c'/>
<id>urn:sha1:9a1559a35653e34c2fc8b4dccdc9f40ad476913c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change hcd_int_handler(rhport, in_isr) signature: add in_isr</title>
<updated>2023-09-27T08:51:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-09-27T08:51:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee'/>
<id>urn:sha1:3b0ffd0f488671f1bafa4bcd9e22dd51f8bb6dee</id>
<content type='text'>
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
</content>
</entry>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
<entry>
<title>Add TU_BREAKPOINT for mips architecture</title>
<updated>2022-05-01T12:05:49Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@gmail.com</email>
</author>
<published>2022-05-01T12:04:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d51743a21cb23f7e0c81844f12bba08420a52a29'/>
<id>urn:sha1:d51743a21cb23f7e0c81844f12bba08420a52a29</id>
<content type='text'>
_mips is provided by xc32-gcc
</content>
</entry>
<entry>
<title>add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr</title>
<updated>2022-04-20T11:29:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-04-20T11:29:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b034c18077ef1350f2678f245ed1b885e9be79fc'/>
<id>urn:sha1:b034c18077ef1350f2678f245ed1b885e9be79fc</id>
<content type='text'>
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
</content>
</entry>
<entry>
<title>add tusb_debug.h remove tusb_error.h</title>
<updated>2022-03-09T09:44:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-09T09:42:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=708f05668d681439e521379e281d087d1910a0f3'/>
<id>urn:sha1:708f05668d681439e521379e281d087d1910a0f3</id>
<content type='text'>
move debug utils to new header
</content>
</entry>
</feed>
