<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 4.0.0-beta.2</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-beta.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-02-04T22:56:40+00:00</updated>
<entry>
<title>Merge pull request #1519 from tannewt/speed_debug</title>
<updated>2019-02-04T22:56:40+00:00</updated>
<author>
<name>Kattni</name>
<email>kattni@adafruit.com</email>
</author>
<published>2019-02-04T22:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9bcc38e995648493fe35ad63a18bd65d63f64c21'/>
<id>urn:sha1:9bcc38e995648493fe35ad63a18bd65d63f64c21</id>
<content type='text'>
Add fast seek support and turn on auto brightness by default</content>
</entry>
<entry>
<title>Fix allocation size</title>
<updated>2019-02-04T21:39:51+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-04T21:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b249243a9f8d6ed246b0b873fe606066a6d712ed'/>
<id>urn:sha1:b249243a9f8d6ed246b0b873fe606066a6d712ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set auto brightness on by default for boards with displays built in.</title>
<updated>2019-02-03T21:42:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-03T21:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=90e596470336aa45a44dcbdf2ab9dfd254b9ab79'/>
<id>urn:sha1:90e596470336aa45a44dcbdf2ab9dfd254b9ab79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fast seek support to file objects</title>
<updated>2019-02-03T21:41:20+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-03T21:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a393a6e0c578231123220e73adc32b8ee58db64b'/>
<id>urn:sha1:a393a6e0c578231123220e73adc32b8ee58db64b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1515 from tannewt/fix_long_live</title>
<updated>2019-02-02T00:40:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-02T00:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3d0757102977bcebadfd530949a84fb224e0cfcb'/>
<id>urn:sha1:3d0757102977bcebadfd530949a84fb224e0cfcb</id>
<content type='text'>
Fix a couple long live issues</content>
</entry>
<entry>
<title>Never long live the main dictionary.</title>
<updated>2019-02-02T00:05:37+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-02T00:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5555a24479a2f40d52d008c991f191d3b9b566bf'/>
<id>urn:sha1:5555a24479a2f40d52d008c991f191d3b9b566bf</id>
<content type='text'>
It's contents change often and may be referenced elsewhere.

Fixes #1443
</content>
</entry>
<entry>
<title>Don't long live class attributes</title>
<updated>2019-02-02T00:04:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-02T00:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a39fc94dde9cd73329130014eb504482591b5a53'/>
<id>urn:sha1:a39fc94dde9cd73329130014eb504482591b5a53</id>
<content type='text'>
When they are added later, they are also referenced in the main
dictionary.

Fixes #1218
</content>
</entry>
<entry>
<title>Fix up heap analysis for dynamic heap location</title>
<updated>2019-02-02T00:03:37+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-02T00:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3af57f3e92cf26648beb51cf91559810d7968305'/>
<id>urn:sha1:3af57f3e92cf26648beb51cf91559810d7968305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1513 from tannewt/rotation</title>
<updated>2019-02-01T18:35:26+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-02-01T18:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12917d323de2b4426c35c039a353d65b9acfad99'/>
<id>urn:sha1:12917d323de2b4426c35c039a353d65b9acfad99</id>
<content type='text'>
Add support for display rotation and raw commands</content>
</entry>
<entry>
<title>Clarify rotation parameter</title>
<updated>2019-02-01T17:33:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-02-01T17:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=845783a4572e919658b4c320cb1359f2c7ebbadd'/>
<id>urn:sha1:845783a4572e919658b4c320cb1359f2c7ebbadd</id>
<content type='text'>
</content>
</entry>
</feed>
