<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools, branch 0.8.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-01-09T20:55:23+00:00</updated>
<entry>
<title>Add arduino zero to default builder and change name to circuitpython.</title>
<updated>2017-01-09T20:55:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-01-09T20:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d05adc89faba2708c1dfb13af61e0449e2cc22f3'/>
<id>urn:sha1:d05adc89faba2708c1dfb13af61e0449e2cc22f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: Use a for loop to build all board variants.</title>
<updated>2016-11-29T18:47:11+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2016-11-29T18:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2042aad126db2c51917c3724b1d30b018ac0a9c3'/>
<id>urn:sha1:2042aad126db2c51917c3724b1d30b018ac0a9c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Add Circuit Playground M0 board. Its experimental.</title>
<updated>2016-11-29T03:21:40+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2016-11-29T03:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b8bf15de16ddeac064129451752977b93b5e7052'/>
<id>urn:sha1:b8bf15de16ddeac064129451752977b93b5e7052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add heap analysis scripts based on GDB breakpoint logs.</title>
<updated>2016-11-24T01:31:53+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2016-11-24T01:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a8fbad5d8bfd6c0abca8a6759785c61d1f553b3f'/>
<id>urn:sha1:a8fbad5d8bfd6c0abca8a6759785c61d1f553b3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Support Trinket and Gemma M0 prototypes.</title>
<updated>2016-11-22T20:03:42+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2016-11-22T20:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc412a80adf8ace5e5daa94be995d710727a1ead'/>
<id>urn:sha1:cc412a80adf8ace5e5daa94be995d710727a1ead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add script to build bins for Adafruit boards.</title>
<updated>2016-11-21T22:40:28+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2016-11-21T22:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d5c90b0d0194f6b9f94d8f5758852e49b0255f3'/>
<id>urn:sha1:8d5c90b0d0194f6b9f94d8f5758852e49b0255f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools, unix: Replace upip tarball with just source files.</title>
<updated>2016-11-07T15:39:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-07T15:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=61d74fdef836753cbf1cf0e9ee7b8e50cb80f41d'/>
<id>urn:sha1:61d74fdef836753cbf1cf0e9ee7b8e50cb80f41d</id>
<content type='text'>
To make its inclusion as frozen modules in multiple ports less magic.
Ports are just expected to symlink 2 files into their scripts/modules
subdirs.

Unix port updated to use this and in general follow frozen modules setup
tested and tried on baremetal ports, where there's "scripts" predefined
dir (overridable with FROZEN_DIR make var), and a user just drops Python
files there.
</content>
</entry>
<entry>
<title>qemu-arm: Enable software floating point support, and float tests.</title>
<updated>2016-11-03T01:28:31+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-03T01:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca973bd3083492777095a07c20965a4644899ec9'/>
<id>urn:sha1:ca973bd3083492777095a07c20965a4644899ec9</id>
<content type='text'>
This helps to test floating point code on Cortex-M hardware.

As part of this patch the link-time-optimisation was disabled because it
wasn't compatible with software FP support.  In particular, the linker
could not find the __aeabi_f2d, __aeabi_d2f etc functions even though they
were provided by lib/libm/math.c.
</content>
</entry>
<entry>
<title>tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port.</title>
<updated>2016-10-30T19:24:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-10-30T19:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=796b720dbcc73374418de571699de99de4edaf41'/>
<id>urn:sha1:796b720dbcc73374418de571699de99de4edaf41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>qemu-arm: Exclude new vfs_fat tests.</title>
<updated>2016-10-27T01:25:28+00:00</updated>
<author>
<name>Alex March</name>
<email>alex.march.dev@gmail.com</email>
</author>
<published>2016-10-21T09:45:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=52aa532050baa4239e1920144ecf1d0588fc672e'/>
<id>urn:sha1:52aa532050baa4239e1920144ecf1d0588fc672e</id>
<content type='text'>
</content>
</entry>
</feed>
