<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stm/malloc0.c, branch v1.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-04-05T19:35:48+00:00</updated>
<entry>
<title>Improve GC finalisation code; add option to disable it.</title>
<updated>2014-04-05T19:35:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-05T19:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12bab72d93498958ddef26c1a2dd7c69a9f9cf8d'/>
<id>urn:sha1:12bab72d93498958ddef26c1a2dd7c69a9f9cf8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generalize malloc-via-gc-heap support, make it available to unix port.</title>
<updated>2014-02-11T14:20:02+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-02-10T20:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b62c30b4bc86f76ac6f48cdf374a947573af30ec'/>
<id>urn:sha1:b62c30b4bc86f76ac6f48cdf374a947573af30ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of calloc().</title>
<updated>2014-02-10T16:40:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-02-10T16:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58ff93bc7c25d7d41dda28875f88652b260b9f13'/>
<id>urn:sha1:58ff93bc7c25d7d41dda28875f88652b260b9f13</id>
<content type='text'>
If there's malloc and memset, then there's no need for calloc, especially if
we need to implement it ourselves.
</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>Implement simple servo control using PWM.</title>
<updated>2013-10-23T19:39:20+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-23T19:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f6545139b84f3a6ad1dab04652b7646aacc44e7'/>
<id>urn:sha1:0f6545139b84f3a6ad1dab04652b7646aacc44e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm: improved GC, and cooked output for VCP.</title>
<updated>2013-10-22T20:13:36+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-22T20:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c5827fc654b7722964483f58600e129e21c1013'/>
<id>urn:sha1:0c5827fc654b7722964483f58600e129e21c1013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make stm use garbage collector.</title>
<updated>2013-10-21T22:46:04+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-21T22:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3f69aca2e23c9479320b9de545eae1d3d8983d35'/>
<id>urn:sha1:3f69aca2e23c9479320b9de545eae1d3d8983d35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partially implement proper flash storage.</title>
<updated>2013-10-18T22:44:05+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-18T22:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=995b8aabb1ee786a4070d6d8392750ff878d53fa'/>
<id>urn:sha1:995b8aabb1ee786a4070d6d8392750ff878d53fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up linker script; improve startup code; printf to USB.</title>
<updated>2013-10-17T21:50:21+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-17T21:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a175e1f110e0d6ad1b784054050be59a6e2c706'/>
<id>urn:sha1:4a175e1f110e0d6ad1b784054050be59a6e2c706</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inital commit of stm32f4xx framework.</title>
<updated>2013-10-12T23:42:20+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-12T23:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ed65605edc5c1376947a34723b9c750400b5a028'/>
<id>urn:sha1:ed65605edc5c1376947a34723b9c750400b5a028</id>
<content type='text'>
</content>
</entry>
</feed>
