<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor/shared/usb/usb.c, 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-20T13:45:31+00:00</updated>
<entry>
<title>supervisor: rename some locals for clarity</title>
<updated>2020-07-20T13:45:31+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-07-20T13:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9fd10322fedc4a7736118fdb6cb1480ad8da94f1'/>
<id>urn:sha1:9fd10322fedc4a7736118fdb6cb1480ad8da94f1</id>
<content type='text'>
It's perfectly OK for these variables with static linkage to have the
same name, but it's inconvenient for humans like me.
</content>
</entry>
<entry>
<title>supervisor: factor out, Handle USB via background callback</title>
<updated>2020-07-15T16:49:44+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-07-07T16:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6160d11c5a04f60e54ce977fd73fafa5ba858aa0'/>
<id>urn:sha1:6160d11c5a04f60e54ce977fd73fafa5ba858aa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial ESP32S2 port.</title>
<updated>2020-05-15T22:36:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-04-17T23:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6aaab005c5f3a781fec229640c74bf44a601fc97'/>
<id>urn:sha1:6aaab005c5f3a781fec229640c74bf44a601fc97</id>
<content type='text'>
Basic blinky works but doesn't check pins.
</content>
</entry>
<entry>
<title>First try at lowering the power consumption</title>
<updated>2020-03-13T18:12:30+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-03-06T01:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6f60afe8c521011d1a2d34a2632295b483a8cee3'/>
<id>urn:sha1:6f60afe8c521011d1a2d34a2632295b483a8cee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve USB eject by resetting on replug</title>
<updated>2019-12-18T03:01:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-12-18T03:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=561fdfb279c45f7a9ff69a2b2e71ac272cb6aaef'/>
<id>urn:sha1:561fdfb279c45f7a9ff69a2b2e71ac272cb6aaef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup adapter.address; add uniquish suffix to BLE device name</title>
<updated>2019-07-31T04:30:24+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-07-31T04:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=91d791afd091ba38bb61689e88a7fc03b9679e00'/>
<id>urn:sha1:91d791afd091ba38bb61689e88a7fc03b9679e00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update font location and shrink a bunch of builds</title>
<updated>2019-04-12T22:25:48+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-04-12T22:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=796fc3f5abd856848829fc58861c2a69d42c684f'/>
<id>urn:sha1:796fc3f5abd856848829fc58861c2a69d42c684f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tinyusb to fix disconnect/suspend issue with #1681</title>
<updated>2019-04-04T21:59:20+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-04-02T06:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d43a25d6e9336646aa8cf62cad6ae53f232d324'/>
<id>urn:sha1:9d43a25d6e9336646aa8cf62cad6ae53f232d324</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make several const char / const char * arrays static to save a bit of space.</title>
<updated>2019-02-07T19:10:43+00:00</updated>
<author>
<name>Lionel Debroux</name>
<email>lionel_debroux@yahoo.fr</email>
</author>
<published>2019-02-07T18:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=943216dedaf6c5760886f93011163fda04ee6fa0'/>
<id>urn:sha1:943216dedaf6c5760886f93011163fda04ee6fa0</id>
<content type='text'>
Signed-off-by: Lionel Debroux &lt;lionel_debroux@yahoo.fr&gt;
</content>
</entry>
<entry>
<title>refactor nrfx from supervisor/usb.c</title>
<updated>2019-01-30T15:30:23+00:00</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2019-01-30T15:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a51f2b07161239e0a3805cb40914f159f2038c87'/>
<id>urn:sha1:a51f2b07161239e0a3805cb40914f159f2038c87</id>
<content type='text'>
</content>
</entry>
</feed>
