<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/tusb.h, branch 0.16.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/tusb.h?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/tusb.h?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-09-27T08:51:03Z</updated>
<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>- update nrf52 bsp for cmake</title>
<updated>2023-08-18T05:48:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-18T05:48:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9257a0f562a1cb939a902e7c41de5032b0f7de19'/>
<id>urn:sha1:9257a0f562a1cb939a902e7c41de5032b0f7de19</id>
<content type='text'>
- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled
- add hcd_template.c
</content>
</entry>
<entry>
<title>rename typec driver</title>
<updated>2023-06-14T04:07:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-06-14T04:07:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=05969d2a58d426e5948df5dc0479e2ad8dfd02a9'/>
<id>urn:sha1:05969d2a58d426e5948df5dc0479e2ad8dfd02a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>inital support for usb typec and pd example</title>
<updated>2023-06-07T08:10:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-06-07T08:10:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b893f1d5417adf8cf874d6b2e7946582ca37982a'/>
<id>urn:sha1:b893f1d5417adf8cf874d6b2e7946582ca37982a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add parse config descriptor to example</title>
<updated>2022-03-18T17:43:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-18T17:43:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4795cca04ac60d58fbc78d554cd7af7039cd310a'/>
<id>urn:sha1:4795cca04ac60d58fbc78d554cd7af7039cd310a</id>
<content type='text'>
move usbh_edpt_open() to public API, remove rhport from its signature
</content>
</entry>
<entry>
<title>adding tusb_private.h to implement common edpt claim</title>
<updated>2022-03-09T10:17:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-09T10:17:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a5fb20533cc1c9e0ed155083c1bbcb3e7be75e67'/>
<id>urn:sha1:a5fb20533cc1c9e0ed155083c1bbcb3e7be75e67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-23T14:49:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=31aa077cb0b345464548b9cb2e2913227348a969'/>
<id>urn:sha1:31aa077cb0b345464548b9cb2e2913227348a969</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-23T14:46:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d10326cb4e0f48a05bc39c6f51b7b0fb29427cc9'/>
<id>urn:sha1:d10326cb4e0f48a05bc39c6f51b7b0fb29427cc9</id>
<content type='text'>
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
</content>
</entry>
<entry>
<title>Merge branch 'master' into add_uvc</title>
<updated>2021-10-12T15:01:02Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-12T15:01:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=379537cb6deed9c9c055d0fd34d9a941f47ffc02'/>
<id>urn:sha1:379537cb6deed9c9c055d0fd34d9a941f47ffc02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'j4cbo-ncm' into majbthrd-add_ncm</title>
<updated>2021-10-05T09:32:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-05T09:32:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=431650fb7df9d797406c492eac924c8df545253e'/>
<id>urn:sha1:431650fb7df9d797406c492eac924c8df545253e</id>
<content type='text'>
</content>
</entry>
</feed>
