<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/device/usbd_control.c, 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/device/usbd_control.c?h=0.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/device/usbd_control.c?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-07-24T08:46:21Z</updated>
<entry>
<title>rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack</title>
<updated>2023-07-24T08:46:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-24T08:46:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef49b93532a7360703ae87d36cf463169f86f20b'/>
<id>urn:sha1:ef49b93532a7360703ae87d36cf463169f86f20b</id>
<content type='text'>
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
</content>
</entry>
<entry>
<title>improve logging, allow easier to turn off usbd, driver logging</title>
<updated>2023-07-20T10:12:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-20T10:06:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=77495cf119c89c3091e7ab05773ebce19988da86'/>
<id>urn:sha1:77495cf119c89c3091e7ab05773ebce19988da86</id>
<content type='text'>
can be useful when focusing on let's say usbh
</content>
</entry>
<entry>
<title>correct EHCI reporting failed xfer (instead of stalled) when device is unplugged</title>
<updated>2023-05-16T04:09:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-05-11T07:26:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=206d63e038744b228cfa6051d701cab50b520fe6'/>
<id>urn:sha1:206d63e038744b228cfa6051d701cab50b520fe6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1852 from silvergasp/mem_s</title>
<updated>2023-02-27T03:22:53Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-27T03:22:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=65ac519715ea0ecace08b183f2d8730d0450affd'/>
<id>urn:sha1:65ac519715ea0ecace08b183f2d8730d0450affd</id>
<content type='text'>
fix: Replace device calls to memcpy with tu_memcpy_s</content>
</entry>
<entry>
<title>minor clean up</title>
<updated>2023-02-27T02:11:35Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-27T02:11:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e34aeb5cf69315d2d7711f0a1d040a28492d026d'/>
<id>urn:sha1:e34aeb5cf69315d2d7711f0a1d040a28492d026d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use tu_static instead of static _fuzz_thread</title>
<updated>2023-02-22T09:23:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-22T09:23:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=498989ee009c388a770e7a312ae04d0a51ba745a'/>
<id>urn:sha1:498989ee009c388a770e7a312ae04d0a51ba745a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread</title>
<updated>2023-02-22T04:47:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-02-22T04:47:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=03ec49450d2109a0e6ede3672e95426fd87aa48f'/>
<id>urn:sha1:03ec49450d2109a0e6ede3672e95426fd87aa48f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Change all static variables to thread when fuzzing</title>
<updated>2023-01-20T23:45:31Z</updated>
<author>
<name>Nathaniel Brough</name>
<email>nathaniel.brough@gmail.com</email>
</author>
<published>2023-01-20T23:40:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=18c3095346159a4f5c3db9775b4f7c6aebca77c2'/>
<id>urn:sha1:18c3095346159a4f5c3db9775b4f7c6aebca77c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Replace device calls to memcpy with tu_memcpy_s</title>
<updated>2023-01-13T23:20:32Z</updated>
<author>
<name>Nathaniel Brough</name>
<email>nathaniel.brough@gmail.com</email>
</author>
<published>2023-01-13T21:37:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2e47210c1af88b88b6f2d92fe2b6d08117041363'/>
<id>urn:sha1:2e47210c1af88b88b6f2d92fe2b6d08117041363</id>
<content type='text'>
Introduces a new function tu_memcpy_s, which is effectively
a backport of memcpy_s. The change also refactors calls
to memcpy over to the more secure tu_memcpy_s.
</content>
</entry>
<entry>
<title>fix redundant-decls warnings by usbd/usbh</title>
<updated>2022-06-24T15:52:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-24T15:22:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0042eccb3b2ff0f980f3a927a271364a2089ada5'/>
<id>urn:sha1:0042eccb3b2ff0f980f3a927a271364a2089ada5</id>
<content type='text'>
</content>
</entry>
</feed>
