<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/.gitmodules, branch 2.2.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-12-24T04:46:19+00:00</updated>
<entry>
<title>Add git version info to frozen modules.</title>
<updated>2017-12-24T04:46:19+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-24T04:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2dcb2f06cbfaacb5cf362cac1ba547dd45d13e9a'/>
<id>urn:sha1:2dcb2f06cbfaacb5cf362cac1ba547dd45d13e9a</id>
<content type='text'>
</content>
</entry>
<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>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>Turn on build saving and uf2 creation.</title>
<updated>2017-04-20T21:04:06+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-04-20T21:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=98667b1af87f71baa12a3bbde75cc3a28eb4513c'/>
<id>urn:sha1:98667b1af87f71baa12a3bbde75cc3a28eb4513c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Switch to https for freetouch submodule.</title>
<updated>2017-04-18T19:34:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-04-18T19:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=076ff82c46a29ce899cb72a88f568f967f109bd7'/>
<id>urn:sha1:076ff82c46a29ce899cb72a88f568f967f109bd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Swap out pulseio for touchio based on FreeTouch.</title>
<updated>2017-04-18T16:44:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-04-17T23:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=67ec52d7a97f5559a40c6dceb1a70abb9d7b88f0'/>
<id>urn:sha1:67ec52d7a97f5559a40c6dceb1a70abb9d7b88f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule.</title>
<updated>2016-06-14T19:20:18+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-06-14T19:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=06b783cf58222ae616694b2c0b5de565de44349a'/>
<id>urn:sha1:06b783cf58222ae616694b2c0b5de565de44349a</id>
<content type='text'>
From https://github.com/pfalcon/berkeley-db-1.xx, which so far contains
pristine 1.85, but will get patches and compile warning fixes going
forward.

Berkeley DB 1.xx is BSD-licensed, and will form the basis of "btree"
simple database module.
</content>
</entry>
<entry>
<title>lib/lwip: Add LwIP stack as a submodule in the library directory</title>
<updated>2015-10-22T21:35:20+00:00</updated>
<author>
<name>Galen Hazelwood</name>
<email>galenhz@gmail.com</email>
</author>
<published>2015-10-11T21:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=22cb7cd95336a4ce2f42e8f16cee71127f4728ce'/>
<id>urn:sha1:22cb7cd95336a4ce2f42e8f16cee71127f4728ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/libffi: Add libffi as a submodule.</title>
<updated>2015-10-17T12:52:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-10-14T21:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c13be69a8e5c453d9eb59cea070c355964a5b09e'/>
<id>urn:sha1:c13be69a8e5c453d9eb59cea070c355964a5b09e</id>
<content type='text'>
This allows to build libffi from source together with micropython, and is
useful for cross-compilation. Support for this was already merged
previously, to use:

make libffi
make MICROPY_STANDALONE=1

(To both commands appropriate cross-compilition flags can be added).
</content>
</entry>
<entry>
<title>lib/axtls: Add axtls git submodule, dependency of modussl.</title>
<updated>2015-10-03T23:39:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-09-19T14:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=90a36942b474391d7011f69cadb039570c3668e1'/>
<id>urn:sha1:90a36942b474391d7011f69cadb039570c3668e1</id>
<content type='text'>
From https://github.com/pfalcon/axtls , branch micropython.
</content>
</entry>
</feed>
