<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/unix/mpyconfig.h, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2013-12-21T18:17:45+00:00</updated>
<entry>
<title>Change object representation from 1 big union to individual structs.</title>
<updated>2013-12-21T18:17:45+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-12-21T18:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d99b05282d14ceb0163cbcd059aa37bdb415af43'/>
<id>urn:sha1:d99b05282d14ceb0163cbcd059aa37bdb415af43</id>
<content type='text'>
A big change.  Micro Python objects are allocated as individual structs
with the first element being a pointer to the type information (which
is itself an object).  This scheme follows CPython.  Much more flexible,
not necessarily slower, uses same heap memory, and can allocate objects
statically.

Also change name prefix, from py_ to mp_ (mp for Micro Python).
</content>
</entry>
<entry>
<title>Unix: add machine-specific sqrt support.</title>
<updated>2013-11-09T20:14:30+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-11-09T20:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=087d218d95a42fc90bc6c4d2609d300c75ffc03d'/>
<id>urn:sha1:087d218d95a42fc90bc6c4d2609d300c75ffc03d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get unix version compling.</title>
<updated>2013-10-22T15:05:47+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-22T15:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d276f6357ea3578d091d971de13cc1ec7d440958'/>
<id>urn:sha1:d276f6357ea3578d091d971de13cc1ec7d440958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate new lexer stream with stm framework.</title>
<updated>2013-10-20T16:42:00+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-20T16:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa2162bc77b22fd135fd059219191ac91449b3fa'/>
<id>urn:sha1:fa2162bc77b22fd135fd059219191ac91449b3fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abstract out back-end stream functionality from lexer.</title>
<updated>2013-10-20T13:41:27+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-20T13:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a5185f4bc8f60fb2be82580e6f2d93fec53d0a33'/>
<id>urn:sha1:a5185f4bc8f60fb2be82580e6f2d93fec53d0a33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add iterators and comprehension to emitnative.</title>
<updated>2013-10-16T22:58:48+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-16T22:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d2755ec538ab815561e7592b5afa6dcfcb557fbb'/>
<id>urn:sha1:d2755ec538ab815561e7592b5afa6dcfcb557fbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Crude try-except working.</title>
<updated>2013-10-15T22:46:01+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-15T22:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c9f91976e19e07f2cf9e4b5b348eedd3e473419a'/>
<id>urn:sha1:c9f91976e19e07f2cf9e4b5b348eedd3e473419a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ifdef/if defined to simple if's.</title>
<updated>2013-10-12T15:53:13+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-12T15:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ef4abb446dfcbdbc426a0921a33e0883607e677'/>
<id>urn:sha1:3ef4abb446dfcbdbc426a0921a33e0883607e677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate out mpy core and unix version.</title>
<updated>2013-10-12T13:30:21+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-12T13:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c025ebb2dc38891fff1d451d13382d9717fb1d59'/>
<id>urn:sha1:c025ebb2dc38891fff1d451d13382d9717fb1d59</id>
<content type='text'>
</content>
</entry>
</feed>
