<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings, branch 4.0.0-alpha.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-alpha.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-12-04T20:05:39+00:00</updated>
<entry>
<title>allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feather 52840 UART pins</title>
<updated>2018-12-04T20:05:39+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-04T20:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=63cd9209f17c6807e96e5011c5dca9862d67da58'/>
<id>urn:sha1:63cd9209f17c6807e96e5011c5dca9862d67da58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1372 from dhalbert/pyserial-compat-for-uart</title>
<updated>2018-12-03T22:20:44+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-12-03T22:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b4359eaece432d68cce9c4a96261e411b8dfebb'/>
<id>urn:sha1:1b4359eaece432d68cce9c4a96261e411b8dfebb</id>
<content type='text'>
UART changes: timeout in secs, write bytes, etc.</content>
</entry>
<entry>
<title>UART changes: timeout in secs, write bytes, etc.</title>
<updated>2018-12-03T17:04:32+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-03T16:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=80db2cec99ca5c995a0302b1d6d00ad77cfcd736'/>
<id>urn:sha1:80db2cec99ca5c995a0302b1d6d00ad77cfcd736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix arg type for AudioOut(..., quiescent_value=...)</title>
<updated>2018-12-03T16:20:33+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-03T16:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=72e3cfdfb8ade31ad6e4350027fe2a525e6e5a92'/>
<id>urn:sha1:72e3cfdfb8ade31ad6e4350027fe2a525e6e5a92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove reference to clock_id on the function descriptiions</title>
<updated>2018-11-18T16:43:28+00:00</updated>
<author>
<name>Carlos</name>
<email>carlos.santiago.diaz@gmail.com</email>
</author>
<published>2018-11-18T16:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=060b84a0fae485e8b0cbd32e8fc4ada2211e78f2'/>
<id>urn:sha1:060b84a0fae485e8b0cbd32e8fc4ada2211e78f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix time.monotonic_ns docstring</title>
<updated>2018-11-18T16:41:35+00:00</updated>
<author>
<name>Carlos</name>
<email>carlos.santiago.diaz@gmail.com</email>
</author>
<published>2018-11-18T16:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55a9e2d6971b57cac0978f76b6116577f55ea914'/>
<id>urn:sha1:55a9e2d6971b57cac0978f76b6116577f55ea914</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix output overflow and make help translatable</title>
<updated>2018-11-10T00:41:08+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-11-10T00:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=355abc835ea75715b4dea38604ef64f8c4eeaa0f'/>
<id>urn:sha1:355abc835ea75715b4dea38604ef64f8c4eeaa0f</id>
<content type='text'>
</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>bring bleio PR up to date</title>
<updated>2018-11-07T19:12:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-11-07T19:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64d457dad9bb3843ee468136022996ecb91a98df'/>
<id>urn:sha1:64d457dad9bb3843ee468136022996ecb91a98df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in doc string as well</title>
<updated>2018-11-05T22:49:24+00:00</updated>
<author>
<name>caternuson</name>
<email>caternuson@gmail.com</email>
</author>
<published>2018-11-05T22:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55cbeb6fc67e2caaf4f874eff3b85839676253c0'/>
<id>urn:sha1:55cbeb6fc67e2caaf4f874eff3b85839676253c0</id>
<content type='text'>
</content>
</entry>
</feed>
