<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools, branch v1.8.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-10-13T13:08:19+00:00</updated>
<entry>
<title>qemu-arm: Enable lots of extmods and enable tests for them.</title>
<updated>2016-10-13T13:08:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-10-13T13:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b0a15aa73540f82ef47c9492af7ce196d1b1a6e9'/>
<id>urn:sha1:b0a15aa73540f82ef47c9492af7ce196d1b1a6e9</id>
<content type='text'>
The qemu-arm port is used for testing of ARM Thumb architecture on a
desktop so should have many features enabled.
</content>
</entry>
<entry>
<title>tools: Upgrade upip to 1.1.3.</title>
<updated>2016-10-12T15:55:31+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-12T15:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cdbeee0c506fd5b465f76d8072b1fe4e954dd782'/>
<id>urn:sha1:cdbeee0c506fd5b465f76d8072b1fe4e954dd782</id>
<content type='text'>
Initial support for running on a baremetal, low-heap systems (like esp8266),
using Python module interface.
</content>
</entry>
<entry>
<title>tools: Upgrade upip to 1.0.</title>
<updated>2016-10-04T21:34:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-04T21:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cecf6bee97aa55e9376cb7e7fb492fce9afef2fe'/>
<id>urn:sha1:cecf6bee97aa55e9376cb7e7fb492fce9afef2fe</id>
<content type='text'>
Fully self-hosted release (without fallbacks), and uses stream gzip
decompression (step towards support for limited-heap baremetal systems).
</content>
</entry>
<entry>
<title>tools: Update upip to 0.8. Fixes IPv6 support.</title>
<updated>2016-09-23T12:35:06+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-23T12:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4c639861019202d6c71b74c8590bb32fccf53f6a'/>
<id>urn:sha1:4c639861019202d6c71b74c8590bb32fccf53f6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Update opcode format table because 3 opcodes were removed, 1 added.</title>
<updated>2016-09-23T02:48:57+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-23T02:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7df9291b6c33fb8b5ff3215939f7f563d235e8c4'/>
<id>urn:sha1:7df9291b6c33fb8b5ff3215939f7f563d235e8c4</id>
<content type='text'>
LIST_APPEND, MAP_ADD and SET_ADD have been removed, and STORE_COMP has
been added in adaf0d865cd6c81fb352751566460506392ed55f.
</content>
</entry>
<entry>
<title>tools/mpy-tool.py: Support freezing of complex numbers.</title>
<updated>2016-09-02T14:19:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-02T14:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c51c883cc84bb680dcc810a81e81dd1df879a07c'/>
<id>urn:sha1:c51c883cc84bb680dcc810a81e81dd1df879a07c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/mpy-tool.py: Compute the hash value for str/bytes objects.</title>
<updated>2016-09-02T05:10:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-02T05:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b6bdf18debfd75e9d39c2e8452c7b4ade448bcc5'/>
<id>urn:sha1:b6bdf18debfd75e9d39c2e8452c7b4ade448bcc5</id>
<content type='text'>
This makes it more efficient at runtime to hash str/bytes objects.
</content>
</entry>
<entry>
<title>tools/mpy-tool.py: Store qstr config values in global config object.</title>
<updated>2016-09-02T05:09:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-02T05:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4790afdafaf243ca7a1ec250917f30ed00a2d2d'/>
<id>urn:sha1:b4790afdafaf243ca7a1ec250917f30ed00a2d2d</id>
<content type='text'>
Makes it easier to access them without passing around another dict of the
config values.
</content>
</entry>
<entry>
<title>tools/mpy-tool.py: Support freezing float literals with obj-repr C.</title>
<updated>2016-08-10T03:26:11+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-08-10T03:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=72ae3c72c7341656bcc610a5671e5cc23f7cf280'/>
<id>urn:sha1:72ae3c72c7341656bcc610a5671e5cc23f7cf280</id>
<content type='text'>
The tool now generates code for freezing floats in obj-repr A, B or C,
with the specific representation detected at compile time using macros.
</content>
</entry>
<entry>
<title>tools: Upgrade upip to 0.7.</title>
<updated>2016-05-27T23:57:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-05-27T23:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cbe544a76da598b27e8fc9fe9fde1db71c099e20'/>
<id>urn:sha1:cbe544a76da598b27e8fc9fe9fde1db71c099e20</id>
<content type='text'>
SSL certificate warning, switch to uerrno, and better usage message.
</content>
</entry>
</feed>
