<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/bth, branch 0.13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/bth?h=0.13.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/bth?h=0.13.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-11-05T11:33:15Z</updated>
<entry>
<title>bth: Update driver to interface association changes</title>
<updated>2021-11-05T11:33:15Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2021-11-05T11:23:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec8ece2c9d0f801d6aa763b964719d375c5441d4'/>
<id>urn:sha1:ec8ece2c9d0f801d6aa763b964719d375c5441d4</id>
<content type='text'>
Two interfaces that are required by Bluetooth Primary Controller
do not have IAD according to Bluetooth specification.
Those two interfaces were opened separately in process_set_config().

Later interface association was inferred for BTH (along with other
drivers), since then only one call to open() is place for BTH driver
that should prepare both interfaces at once.

To make it work again btd_open() parses two interfaces at once.
</content>
</entry>
<entry>
<title>remove ep descriptor wMaxPacketSize bitfield due to endian issue</title>
<updated>2021-10-24T06:11:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-24T06:11:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5af989384bd95dbf16f824bcc48e56f3ea283080'/>
<id>urn:sha1:5af989384bd95dbf16f824bcc48e56f3ea283080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add size check to tud_bt_hci_cmd_cb call in bth_device.c</title>
<updated>2021-09-13T08:23:03Z</updated>
<author>
<name>szymonh</name>
<email>12231135+szymonh@users.noreply.github.com</email>
</author>
<published>2021-09-13T08:23:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=50e3c0054f8d26340863667a50aae5a798f6aefc'/>
<id>urn:sha1:50e3c0054f8d26340863667a50aae5a798f6aefc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prevent buffer overflow in bth_device.c</title>
<updated>2021-09-12T18:24:54Z</updated>
<author>
<name>szymonh</name>
<email>12231135+szymonh@users.noreply.github.com</email>
</author>
<published>2021-09-12T18:09:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d5f2c34eaa3e840b32817829031b95c6b7780314'/>
<id>urn:sha1:d5f2c34eaa3e840b32817829031b95c6b7780314</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include clean up</title>
<updated>2021-05-27T10:40:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-27T10:40:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9736e54734a85c03d9055c24414e23f112a67968'/>
<id>urn:sha1:9736e54734a85c03d9055c24414e23f112a67968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>have tusb_init() return true instead of TUSB_ERROR_NONE</title>
<updated>2020-11-23T06:12:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-23T06:12:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=14138f105e6fa487fa0a0ed40db6f27e1c6039fb'/>
<id>urn:sha1:14138f105e6fa487fa0a0ed40db6f27e1c6039fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2020-11-20T09:30:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-20T09:30:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d6461abe7835c336ddfb165817ec966ebd259d62'/>
<id>urn:sha1:d6461abe7835c336ddfb165817ec966ebd259d62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>migrate bth device to new control xfer cb</title>
<updated>2020-11-20T09:13:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-20T09:13:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9f853685ae06c4eac03b277d61440de28d5ba41a'/>
<id>urn:sha1:9f853685ae06c4eac03b277d61440de28d5ba41a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use usbd_edpt_open in bth driver</title>
<updated>2020-08-11T15:09:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-08-11T15:09:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61e96e97cb078a8ae52a2bef107ebefd540603a4'/>
<id>urn:sha1:61e96e97cb078a8ae52a2bef107ebefd540603a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bt hci device class</title>
<updated>2020-05-28T08:58:49Z</updated>
<author>
<name>Jerzy Kasenberg</name>
<email>jerzy.kasenberg@codecoup.pl</email>
</author>
<published>2020-05-13T15:04:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=56d46483e48879cb8a38dc13d7327daa15165754'/>
<id>urn:sha1:56d46483e48879cb8a38dc13d7327daa15165754</id>
<content type='text'>
Code implements USB transport for bluetooth HCI.
</content>
</entry>
</feed>
