<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools/usb_descriptor, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-10-07T11:44:05+00:00</updated>
<entry>
<title>Update usb_descriptor submodule</title>
<updated>2019-10-07T11:44:05+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2019-10-07T11:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a020f203dc8b020ae0347d7e5b600ac876fd8124'/>
<id>urn:sha1:a020f203dc8b020ae0347d7e5b600ac876fd8124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated usb_descriptor submodule per @hathach</title>
<updated>2019-04-05T15:52:38+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-04-05T15:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7798eb983dd8f88205b59965fb891b8415b33992'/>
<id>urn:sha1:7798eb983dd8f88205b59965fb891b8415b33992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add USB MIDI support for SAMD and nRF.</title>
<updated>2019-01-09T22:02:11+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-11-17T01:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b5e40f52c2b1c2890c866d7305e0e99b4811b7f5'/>
<id>urn:sha1:b5e40f52c2b1c2890c866d7305e0e99b4811b7f5</id>
<content type='text'>
The API should be identical to using a UART for MIDI.

Fixes #672
</content>
</entry>
<entry>
<title>Move atmel-samd to tinyusb and support nRF flash.</title>
<updated>2018-11-09T01:25:30+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-20T01:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d91111b1b6a1eee77a88b13faf695ee0c5caea3'/>
<id>urn:sha1:9d91111b1b6a1eee77a88b13faf695ee0c5caea3</id>
<content type='text'>
This started while adding USB MIDI support (and descriptor support is
in this change.) When seeing that I'd have to implement the MIDI class
logic twice, once for atmel-samd and once for nrf, I decided to refactor
the USB stack so its shared across ports. This has led to a number of
changes that remove items from the ports folder and move them into
supervisor.

Furthermore, we had external SPI flash support for nrf pending so I
factored out the connection between the usb stack and the flash API as
well. This PR also includes the QSPI support for nRF.
</content>
</entry>
<entry>
<title>HID gamepad support</title>
<updated>2018-04-24T03:51:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-17T00:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9daa1a68d8cc614b5f99e7147587825aa13aade6'/>
<id>urn:sha1:9daa1a68d8cc614b5f99e7147587825aa13aade6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update usb_descriptor again</title>
<updated>2018-04-08T14:15:47+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-08T14:15:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e7305ce15f861ad565ef7ee46b5d9b6bec7d0033'/>
<id>urn:sha1:e7305ce15f861ad565ef7ee46b5d9b6bec7d0033</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorder composite device interfaces; fix report length bug</title>
<updated>2018-04-08T13:33:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-08T13:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a159b853400cefd51543a546ab64ebba9b999502'/>
<id>urn:sha1:a159b853400cefd51543a546ab64ebba9b999502</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add USB HID support, including Consumer Control</title>
<updated>2018-04-03T01:37:44+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-03T01:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=beb6ad2e401ba4d1c5a9540fa912831bd49fe30d'/>
<id>urn:sha1:beb6ad2e401ba4d1c5a9540fa912831bd49fe30d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: seems to be done</title>
<updated>2018-04-02T23:08:18+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-02T23:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d005b123267ab4ac2f0471c730b762cc3e94232c'/>
<id>urn:sha1:d005b123267ab4ac2f0471c730b762cc3e94232c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: works with just keyboard but not complex report descriptor</title>
<updated>2018-03-31T03:24:00+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-03-31T03:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df91878d2e0dd8f69a74918b7fe64671f7d4de3e'/>
<id>urn:sha1:df91878d2e0dd8f69a74918b7fe64671f7d4de3e</id>
<content type='text'>
</content>
</entry>
</feed>
