<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/st, branch 0.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/st?h=0.11.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/st?h=0.11.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-08-15T11:50:00Z</updated>
<entry>
<title>Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb</title>
<updated>2021-08-15T11:50:00Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-15T11:50:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2bb63406e997189a329f223136b183084f90fa7d'/>
<id>urn:sha1:2bb63406e997189a329f223136b183084f90fa7d</id>
<content type='text'>
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support</content>
</entry>
<entry>
<title>move gd32vf103 to its own family</title>
<updated>2021-08-15T10:19:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-15T10:19:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=09e4348adcdb0af74a15d8077edf610690dd55a4'/>
<id>urn:sha1:09e4348adcdb0af74a15d8077edf610690dd55a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>synopsys clear DAD on bus_reset</title>
<updated>2021-08-13T18:51:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-13T18:51:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6af1950c8d90c41664b079ad78a0918b4821ea92'/>
<id>urn:sha1:6af1950c8d90c41664b079ad78a0918b4821ea92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix dcd_set_address bug when called more than once with different</title>
<updated>2021-08-13T12:11:14Z</updated>
<author>
<name>Tobias Ringström</name>
<email>tobias@platform42.se</email>
</author>
<published>2021-08-13T12:11:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0ec794376bdc28aea3def01cc9fcbb7bcc6d5201'/>
<id>urn:sha1:0ec794376bdc28aea3def01cc9fcbb7bcc6d5201</id>
<content type='text'>
addresses (e.g. after plugging the device into a different port).
</content>
</entry>
<entry>
<title>STM32L151 portable driver adaptations</title>
<updated>2021-08-08T06:30:52Z</updated>
<author>
<name>Robert Manzke</name>
<email>robert.manzke@fh-kiel.de</email>
</author>
<published>2021-08-08T06:30:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea72d64992e7ec1453b1c449f72354aba2758ce8'/>
<id>urn:sha1:ea72d64992e7ec1453b1c449f72354aba2758ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary define guard</title>
<updated>2021-08-07T10:00:13Z</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-08-07T10:00:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4cebde65ec59f21f282c67a590c09bf982e99af5'/>
<id>urn:sha1:4cebde65ec59f21f282c67a590c09bf982e99af5</id>
<content type='text'>
The GD32VF103 family only has USB-OTG peripherals.
</content>
</entry>
<entry>
<title>Remove dependencies to external libraries for the dcd driver</title>
<updated>2021-08-07T06:55:25Z</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-08-07T06:54:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c6d495d6436c797b4efd029bd16ee8f19ff0a9f0'/>
<id>urn:sha1:c6d495d6436c797b4efd029bd16ee8f19ff0a9f0</id>
<content type='text'>
The core of tinyusb must be as independent as possible, we previously
relied on nuclei-sdk or the GD32VF103 firmware library for the synopsys
driver to work with the GD32VF103. Fortunatly we needed very few parts
from them so we implement them here.
</content>
</entry>
<entry>
<title>Add stm32 license header</title>
<updated>2021-08-03T18:21:06Z</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-08-03T18:21:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3eb54d878af0492a85fab2811b5f84187c2f703c'/>
<id>urn:sha1:3eb54d878af0492a85fab2811b5f84187c2f703c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hacky GD32VF103 support</title>
<updated>2021-08-03T18:00:35Z</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-07-09T21:39:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2657560b633b877fc393787755e9b1ec8dfbe843'/>
<id>urn:sha1:2657560b633b877fc393787755e9b1ec8dfbe843</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for dcd_synopsys driver integer overflow in HS mode (issue #968).</title>
<updated>2021-07-19T07:45:12Z</updated>
<author>
<name>Ben Evans</name>
<email>benny.j.evans92@gmail.com</email>
</author>
<published>2021-07-19T07:45:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cee980c598ce3ff83f2980280d53c906b7bf1b19'/>
<id>urn:sha1:cee980c598ce3ff83f2980280d53c906b7bf1b19</id>
<content type='text'>
</content>
</entry>
</feed>
