<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/portable/microchip, branch 0.9.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/portable/microchip?h=0.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/portable/microchip?h=0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-01-08T15:34:36Z</updated>
<entry>
<title>use dcd_event_bus_reset() with speed to replace bus_signal</title>
<updated>2021-01-08T15:34:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-08T15:34:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6e6e6265e4feb797ddbd835dc1bee865d04219e6'/>
<id>urn:sha1:6e6e6265e4feb797ddbd835dc1bee865d04219e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comment clean up</title>
<updated>2021-01-08T04:43:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-08T04:43:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3e1d85eed25c384cc9fe6e7e16fbfbdc491c5536'/>
<id>urn:sha1:3e1d85eed25c384cc9fe6e7e16fbfbdc491c5536</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update comment and correct the size to 8+2</title>
<updated>2021-01-08T04:21:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-08T04:21:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cc5dfd03cd64b1faad7374f6207cb80837134c89'/>
<id>urn:sha1:cc5dfd03cd64b1faad7374f6207cb80837134c89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>walkround for samd21 setup_packet overflow</title>
<updated>2021-01-07T18:21:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-07T18:21:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=60620dca4286fc9ce9ddf4c2f2e6a39c062a5056'/>
<id>urn:sha1:60620dca4286fc9ce9ddf4c2f2e6a39c062a5056</id>
<content type='text'>
increase setup packet size from 8 to 12, since USB DMA controller is
suspected to overflow the buffer with 2 extra bytes
</content>
</entry>
<entry>
<title>add OPT_MCU_SAMD11</title>
<updated>2020-08-22T11:46:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-22T11:46:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9d3a9cf546580907d0e72fd6e36e23050bcab850'/>
<id>urn:sha1:9d3a9cf546580907d0e72fd6e36e23050bcab850</id>
<content type='text'>
skip ci build for example that need more ROM/RAM could fit into SAMD11
</content>
</entry>
<entry>
<title>enable pull-up in dcd_init() instead of usbd</title>
<updated>2020-08-01T13:14:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-01T13:14:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=acde49ccc97466f603dc7face7ab70ea10d38ee3'/>
<id>urn:sha1:acde49ccc97466f603dc7face7ab70ea10d38ee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix samd21 race condition with setup packet</title>
<updated>2020-07-22T18:39:15Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-07-22T18:39:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0407cfe16c7b9736da2ff36c69232e7c3f470864'/>
<id>urn:sha1:0407cfe16c7b9736da2ff36c69232e7c3f470864</id>
<content type='text'>
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
</content>
</entry>
<entry>
<title>dcd_samd: Provide implementation for OPT_MCU_SAME5X</title>
<updated>2020-06-25T23:51:04Z</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2020-06-25T23:51:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b2ef8cdd42552e2ac82fa9df3fd03b8442a7225d'/>
<id>urn:sha1:b2ef8cdd42552e2ac82fa9df3fd03b8442a7225d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added OPT_MCU_SAME5X option</title>
<updated>2020-06-23T17:53:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-06-23T17:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d4d6e06c1dac7fa50e86794a05feff0c7ab9c32d'/>
<id>urn:sha1:d4d6e06c1dac7fa50e86794a05feff0c7ab9c32d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abstract all UDP_CSR</title>
<updated>2020-05-02T11:24:23Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-05-02T11:24:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0e30afa6913a675a6034de6965788b9e64f42fb7'/>
<id>urn:sha1:0e30afa6913a675a6034de6965788b9e64f42fb7</id>
<content type='text'>
</content>
</entry>
</feed>
