<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/frozen, branch 3.0.0-beta.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-beta.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-beta.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-06-02T21:43:08+00:00</updated>
<entry>
<title>update HID, and update seesaw version</title>
<updated>2018-06-02T21:43:08+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-06-02T21:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=27eba65dc77fe0a1d751881a3bb94ef8489f8d57'/>
<id>urn:sha1:27eba65dc77fe0a1d751881a3bb94ef8489f8d57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update frozen LIS3DH to 4.2.1 to save space</title>
<updated>2018-06-02T21:00:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-06-02T21:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6e6bfc4d57df59eed11f64f04024f10c1b2799e1'/>
<id>urn:sha1:6e6bfc4d57df59eed11f64f04024f10c1b2799e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update cpx lib</title>
<updated>2018-05-25T01:40:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-05-25T01:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=052a9ff3782ecad55ddece286af00cbd0a7fe57b'/>
<id>urn:sha1:052a9ff3782ecad55ddece286af00cbd0a7fe57b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refine pirkey build</title>
<updated>2018-05-24T17:28:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-05-24T17:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b9f36184f57264926230e31096ea0321c6de9382'/>
<id>urn:sha1:b9f36184f57264926230e31096ea0321c6de9382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>turn off longint on cpx crickit; update frozen libs</title>
<updated>2018-05-22T17:03:13+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-05-22T17:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0d7db296307d35a0b5b862b2117ea65056250441'/>
<id>urn:sha1:0d7db296307d35a0b5b862b2117ea65056250441</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor longint settings; make crickit cpx build</title>
<updated>2018-05-22T03:58:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-05-22T03:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5680933483b937c34c317ffa93c367aab7723e9d'/>
<id>urn:sha1:5680933483b937c34c317ffa93c367aab7723e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>3.0: add CircuitPlayground and HID to CPX frozen modules</title>
<updated>2018-05-04T12:44:33+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-05-04T12:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=32363b801b6e602baaf7e4ef5a5bd429edb915c2'/>
<id>urn:sha1:32363b801b6e602baaf7e4ef5a5bd429edb915c2</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>
</feed>
