<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports, branch 3.1.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.1.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.1.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-11-01T23:57:10+00:00</updated>
<entry>
<title>put .frozen before /lib in sys.path; update frozen libraries</title>
<updated>2018-11-01T23:57:10+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-11-01T21:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4dfba2f8acec7d76fa61c13fcec662b6d957f69a'/>
<id>urn:sha1:4dfba2f8acec7d76fa61c13fcec662b6d957f69a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clock the SAMD21 much faster so it can actually convert at its max</title>
<updated>2018-09-18T22:29:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-09-18T22:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=655f2239165a81087c76ffa02f884ee02ff98980'/>
<id>urn:sha1:655f2239165a81087c76ffa02f884ee02ff98980</id>
<content type='text'>
sample rate of 350ksps.

Also added an error check of sample rate.

Fixes #1196
</content>
</entry>
<entry>
<title>Merge pull request #1186 from dhalbert/uart-enhancements</title>
<updated>2018-09-12T23:23:28+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-09-12T23:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2dd9407f2125e724b4b9a1cdd4d0d0cc01284b31'/>
<id>urn:sha1:2dd9407f2125e724b4b9a1cdd4d0d0cc01284b31</id>
<content type='text'>
UART enhancements</content>
</entry>
<entry>
<title>fix nrf builds; sphinx 1.8.0 crashing: use lower version</title>
<updated>2018-09-12T22:37:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-09-12T22:14:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6a72084198b10df61b1cf85fb8340f864bc54031'/>
<id>urn:sha1:6a72084198b10df61b1cf85fb8340f864bc54031</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UART fixes and enhancements; default board object fix</title>
<updated>2018-09-12T21:19:43+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-09-12T21:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6a046f55c449da59cf4641ef4cf34c6b1b63da44'/>
<id>urn:sha1:6a046f55c449da59cf4641ef4cf34c6b1b63da44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usb_write() output_len was uint8_t instead of uint32_t</title>
<updated>2018-09-12T21:16:52+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-09-12T21:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2bd7040fe0dc5de68c9c6b731a1e5f162df9f21e'/>
<id>urn:sha1:2bd7040fe0dc5de68c9c6b731a1e5f162df9f21e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When UART timeout of zero is given, make read() return data already available</title>
<updated>2018-09-12T17:25:49+00:00</updated>
<author>
<name>Paul Kierstead</name>
<email>paulkierstead@gmail.com</email>
</author>
<published>2018-09-01T17:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=02b3f62460df879b83018a32a4a47aa68d81af58'/>
<id>urn:sha1:02b3f62460df879b83018a32a4a47aa68d81af58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PWMOut was not claming channels on shared TCCs</title>
<updated>2018-09-11T23:46:47+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-09-11T23:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c3918bae575665895da0dc86d4c430a22a25bf67'/>
<id>urn:sha1:c3918bae575665895da0dc86d4c430a22a25bf67</id>
<content type='text'>
</content>
</entry>
<entry>
<title> adjust SAMD51 neopixel_write timing</title>
<updated>2018-08-24T11:01:50+00:00</updated>
<author>
<name>Jerry Needell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2018-08-24T11:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e8b94d0024ed105f08b7c072a795cde54331c3aa'/>
<id>urn:sha1:e8b94d0024ed105f08b7c072a795cde54331c3aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1131 from tannewt/hallowing3</title>
<updated>2018-08-21T01:26:07+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-08-21T01:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=182a8d71206356a118c82ced9d6d7098c5a8ce75'/>
<id>urn:sha1:182a8d71206356a118c82ced9d6d7098c5a8ce75</id>
<content type='text'>
Support Hallowing in 3.x</content>
</entry>
</feed>
