<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools/gen_usb_descriptor.py, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-07-28T18:19:43+00:00</updated>
<entry>
<title>fix windows' encoding defaults</title>
<updated>2020-07-28T18:19:43+00:00</updated>
<author>
<name>lady ada</name>
<email>limor@ladyada.net</email>
</author>
<published>2020-07-28T18:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b675cc83f6d7892563a360d23dfed6c89f0f003'/>
<id>urn:sha1:5b675cc83f6d7892563a360d23dfed6c89f0f003</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add externs. GCC10 complains about duplicate defines</title>
<updated>2020-07-22T23:26:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T23:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2bd6d056638f05185eb497ca2d039ebe9f386327'/>
<id>urn:sha1:2bd6d056638f05185eb497ca2d039ebe9f386327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license to some obvious files.</title>
<updated>2020-07-06T18:16:25+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-06-03T22:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34b4993d63a6b576f29d624385c681f679b4124c'/>
<id>urn:sha1:34b4993d63a6b576f29d624385c681f679b4124c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow boards to change the "CircuitPython" text in their USB interface description.</title>
<updated>2019-11-12T21:29:35+00:00</updated>
<author>
<name>Thea Flowers</name>
<email>me@thea.codes</email>
</author>
<published>2019-11-12T21:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=67ff1c92f0d1d6a93c5f1fdf6d5e07c66d39df0a'/>
<id>urn:sha1:67ff1c92f0d1d6a93c5f1fdf6d5e07c66d39df0a</id>
<content type='text'>
In cases where more than one board is connected to a single computer it can become pretty hard to figure out which board you're actually talking to. For example, if you have several MIDI-compatible boards they all show up as "CircuitPython MIDI". This change allows boards to replace the "CircuitPython" part of their USB descriptors with more specific text, for example, "CircuitPython Feather" or just "Feather". This will let folks more easily tell boards apart.

The new option is named `USB_INTERFACE_NAME` and is available in `mkconfigboard.mk`. For example:

```
USB_INTERFACE_NAME = "Feather"
```
</content>
</entry>
<entry>
<title>Fix invalid syntax error</title>
<updated>2019-10-08T07:52:00+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2019-10-08T07:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=810d802ca80d98fcccff1d83d9f9a48a5fe102be'/>
<id>urn:sha1:810d802ca80d98fcccff1d83d9f9a48a5fe102be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into circuitpython-number-endpoint</title>
<updated>2019-10-08T07:41:29+00:00</updated>
<author>
<name>kamtom480</name>
<email>46525824+kamtom480@users.noreply.github.com</email>
</author>
<published>2019-10-08T07:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f6e553f89f21455953731aefb8b63b0c2ae02727'/>
<id>urn:sha1:f6e553f89f21455953731aefb8b63b0c2ae02727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the specific endpoint names</title>
<updated>2019-10-08T07:35:04+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2019-10-08T07:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=79096dbacdcfffe9e097b6fb0706b5cbc625568c'/>
<id>urn:sha1:79096dbacdcfffe9e097b6fb0706b5cbc625568c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use boolean type for renumber_endpoints</title>
<updated>2019-10-08T07:26:02+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2019-10-08T07:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=29844db332f3498166c938f25d9129c827ebf755'/>
<id>urn:sha1:29844db332f3498166c938f25d9129c827ebf755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add HID OUT</title>
<updated>2019-10-07T11:40:44+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2019-10-07T11:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=badf32e88d149eb286672a3acfd2d9804ffdbe6b'/>
<id>urn:sha1:badf32e88d149eb286672a3acfd2d9804ffdbe6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add validation</title>
<updated>2019-10-07T10:31:42+00:00</updated>
<author>
<name>Kamil Tomaszewski</name>
<email>kamil.tomaszewski@sony.com</email>
</author>
<published>2019-10-04T09:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1205d3e3052bf057e4bae0d1da046bfcfbb2c21b'/>
<id>urn:sha1:1205d3e3052bf057e4bae0d1da046bfcfbb2c21b</id>
<content type='text'>
</content>
</entry>
</feed>
