<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/lib, 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/lib?h=0.9.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/lib?h=0.9.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-03-05T15:08:42Z</updated>
<entry>
<title>add back lib/CMSIS_5 submodule</title>
<updated>2021-03-05T15:08:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-05T15:08:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a64535f57d3b2d05ee5796547bf215e9e7e57282'/>
<id>urn:sha1:a64535f57d3b2d05ee5796547bf215e9e7e57282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove local cmsis_5</title>
<updated>2021-03-05T15:04:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-05T15:04:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=af81089225d30e363e5fa1f0b00c85c3c3f9c4f8'/>
<id>urn:sha1:af81089225d30e363e5fa1f0b00c85c3c3f9c4f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add lib/CMSIS_5 v5.7 locally</title>
<updated>2021-03-02T04:02:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-02T04:02:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=42ff88bdaf1c676391ee99c05d63bb871d1fbfe0'/>
<id>urn:sha1:42ff88bdaf1c676391ee99c05d63bb871d1fbfe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove submodule lib/CMSIS_5</title>
<updated>2021-03-02T03:18:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-02T03:18:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7afaae7ffc71094363a54dc92ab7982d0cb84d7b'/>
<id>urn:sha1:7afaae7ffc71094363a54dc92ab7982d0cb84d7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove lib/CMSIS_4 submodule, move nrf to lib/CMSIS_5</title>
<updated>2021-03-01T18:18:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-01T18:18:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c34b6b2324809276664070a8c52bfa71ceaf9d06'/>
<id>urn:sha1:c34b6b2324809276664070a8c52bfa71ceaf9d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add submodule lib/FreeRTOS-Kernel</title>
<updated>2021-03-01T15:13:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-01T15:13:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7ff14a652ba1348f863338479eb3347a06fcc80a'/>
<id>urn:sha1:7ff14a652ba1348f863338479eb3347a06fcc80a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove submodule lib/FreeRTOS</title>
<updated>2021-03-01T14:59:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-01T14:59:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e8cbccf81decb4074f40791c1608d46c112fe0b2'/>
<id>urn:sha1:e8cbccf81decb4074f40791c1608d46c112fe0b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>host msc: call read_capacity as part of enumeration</title>
<updated>2021-02-23T12:41:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-02-23T12:41:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5108d7613600449c50af9e8ce373571d56bed3cc'/>
<id>urn:sha1:5108d7613600449c50af9e8ce373571d56bed3cc</id>
<content type='text'>
- add tuh_msc_get_block_count(), tuh_msc_get_block_size()
- rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to
tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming
- change tuh_msc_is_busy() to tuh_msc_ready()
- add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities
- add host msc configured to for state check.
</content>
</entry>
<entry>
<title>moving sct neopixel driver to shared library</title>
<updated>2021-01-10T18:31:40Z</updated>
<author>
<name>Greg Steiert</name>
<email>greg@steiert.net</email>
</author>
<published>2021-01-10T18:31:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f4300afb1ce12a6f63c1e31d2e413f59e304ce77'/>
<id>urn:sha1:f4300afb1ce12a6f63c1e31d2e413f59e304ce77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add CMSIS_5 submodule</title>
<updated>2020-10-30T07:08:54Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-10-30T07:08:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4f3ac8c492e5b45bed3270b80e4efe7c00a46a0e'/>
<id>urn:sha1:4f3ac8c492e5b45bed3270b80e4efe7c00a46a0e</id>
<content type='text'>
</content>
</entry>
</feed>
