<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stm/lexerstm.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>2014-01-08T08:29:44+00:00</updated>
<entry>
<title>Updated teensy to use common code from stm directory.</title>
<updated>2014-01-08T08:29:44+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-01-07T17:49:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b7b947b015d733586a7de6159d533cbdb01ac18'/>
<id>urn:sha1:9b7b947b015d733586a7de6159d533cbdb01ac18</id>
<content type='text'>
Updated mconfigport.h to enable GC
</content>
</entry>
<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>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>
</feed>
