<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, branch 2.1.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.1.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.1.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-10-08T16:54:46+00:00</updated>
<entry>
<title>Freeze libraries needed by adafruit_circuitplayground library into firmware.</title>
<updated>2017-10-08T16:54:46+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-03T22:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef65ee78c544f0996eeb77ae762d2c4c7ed17057'/>
<id>urn:sha1:ef65ee78c544f0996eeb77ae762d2c4c7ed17057</id>
<content type='text'>
This saves a lot of RAM. Fixes #287.
Also fixed compilation of frozen_mpy.c to use supplied make rule rather than
builtin rule (supplied rule suppresses printing out the gcc command line).
</content>
</entry>
<entry>
<title>py: Only load frozen modules when the filename has the prefix. (#235)</title>
<updated>2017-09-06T02:01:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-09-06T02:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6baacf46b746b897cc8fea0f32df4379370b2c04'/>
<id>urn:sha1:6baacf46b746b897cc8fea0f32df4379370b2c04</id>
<content type='text'>
* py: Only load frozen modules when the filename has the prefix.

This allows one to override a built-in module by loading a newer
version onto the file system.

* Unbreak mpys
</content>
</entry>
<entry>
<title>Fix issue #207, esp8266 file operations problems (#222)</title>
<updated>2017-09-01T20:12:26+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-09-01T20:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0d0b27faf0bc76ede0fbc595f641fdceb04ac56'/>
<id>urn:sha1:a0d0b27faf0bc76ede0fbc595f641fdceb04ac56</id>
<content type='text'>
The frozen module `_boot.py` was not being loaded on restart
because `pyexec_frozen_module()` did not know about the new `.frozen`
pseudo-directory. Updated lower-level routine to look in the right place.
Also made ".frozen" and related values be `#define`s.</content>
</entry>
<entry>
<title>py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)</title>
<updated>2017-08-31T19:27:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-08-31T19:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4d0dc4b2985f0da924011b20706c6a99e52f17d2'/>
<id>urn:sha1:4d0dc4b2985f0da924011b20706c6a99e52f17d2</id>
<content type='text'>
Fixes #214</content>
</entry>
<entry>
<title>Modernize module and class static dicts; update freetouch</title>
<updated>2017-08-27T19:02:50+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-27T19:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c679c80c710fd4a0e37ad87200d8a721e19727aa'/>
<id>urn:sha1:c679c80c710fd4a0e37ad87200d8a721e19727aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.</title>
<updated>2017-08-26T02:17:07+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-26T02:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16'/>
<id>urn:sha1:ef61b5ecb59e9b4e37e3e3c023c62d583c23eb16</id>
<content type='text'>
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
</content>
</entry>
<entry>
<title>Added ability to freeze multiple directories; freeze neopixel library in cpx build (#199)</title>
<updated>2017-08-23T18:05:59+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-23T18:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=74cfdeb316420a3732370a5e19a6822c52395384'/>
<id>urn:sha1:74cfdeb316420a3732370a5e19a6822c52395384</id>
<content type='text'>
Reworked frozen module support: clean up makefiles and handle multiple directories.
Modules to freeze are included as git submodules.

Add neopixel to circuitplayground express build.

Fixes #56 </content>
</entry>
<entry>
<title>py/asmthumb: Use existing macro to properly clear the D-cache.</title>
<updated>2017-08-23T01:32:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-23T01:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f9ecaa132f44ca25e863bd76a0f9733fd7988503'/>
<id>urn:sha1:f9ecaa132f44ca25e863bd76a0f9733fd7988503</id>
<content type='text'>
This macro is provided by stmhal/mphalport.h and makes sure the addr and
size arguments are correctly aligned.
</content>
</entry>
<entry>
<title>py/formatfloat: Don't post-increment variable that won't be used again.</title>
<updated>2017-08-21T12:04:23+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-21T12:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f5309fc4ffa2ee2bf562e18eef3e16e1c22dfb66'/>
<id>urn:sha1:f5309fc4ffa2ee2bf562e18eef3e16e1c22dfb66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/objcomplex: Remove unnecessary assignment of variable.</title>
<updated>2017-08-21T12:03:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-21T12:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=103ae43f95313a82674d45a2b654528d5da89435'/>
<id>urn:sha1:103ae43f95313a82674d45a2b654528d5da89435</id>
<content type='text'>
</content>
</entry>
</feed>
