<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools, branch 3.0.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-06-18T21:07:21+00:00</updated>
<entry>
<title>Correct the tool build</title>
<updated>2018-06-18T21:07:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-06-18T21:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=724bd7c17f316ca4fd400b5f75efaef8248ebc62'/>
<id>urn:sha1:724bd7c17f316ca4fd400b5f75efaef8248ebc62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to Feather52s full name to avoid confusion with the nrf52840 later.</title>
<updated>2018-06-18T17:51:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-06-18T17:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=05547b72ac088764d0d96d3e7121069474f4ff8c'/>
<id>urn:sha1:05547b72ac088764d0d96d3e7121069474f4ff8c</id>
<content type='text'>
Fixes #940
</content>
</entry>
<entry>
<title>Add auto-build for nrf52840 development kit, PCA10056</title>
<updated>2018-06-15T23:34:26+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-06-15T23:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4338921de1d3934d2b6620c056cdc5916ec0f04'/>
<id>urn:sha1:b4338921de1d3934d2b6620c056cdc5916ec0f04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build_adafruit_bins: feather_huzzah need not be a special case</title>
<updated>2018-06-10T19:56:55+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2018-06-10T19:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bbba3e505fceaa9a878d25b90ebef2c219b60103'/>
<id>urn:sha1:bbba3e505fceaa9a878d25b90ebef2c219b60103</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add code size analysis tool and shrink samd.clock a smidge.</title>
<updated>2018-06-08T19:56:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-06-08T19:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=66b79723b6d238f93908a029ed7a1c4619842b52'/>
<id>urn:sha1:66b79723b6d238f93908a029ed7a1c4619842b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Feather M0 Express build with Crickit libraries</title>
<updated>2018-06-05T22:21:47+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-06-05T22:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9ba6990228438aad958934ea6f996debfb21334b'/>
<id>urn:sha1:9ba6990228438aad958934ea6f996debfb21334b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: Add cpboard.py</title>
<updated>2018-06-02T17:09:44+00:00</updated>
<author>
<name>Noralf Trønnes</name>
<email>noralf@tronnes.org</email>
</author>
<published>2018-06-02T16:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e37d5622fe6f21ef0fc757a4b3298f485ef7e443'/>
<id>urn:sha1:e37d5622fe6f21ef0fc757a4b3298f485ef7e443</id>
<content type='text'>
This is a variant of pyboard.py aimed at Circuit Python boards.
It can emulate pyboard.py enough so it works with tests/run-tests.
</content>
</entry>
<entry>
<title>refactor longint settings; make crickit cpx build</title>
<updated>2018-05-22T03:58:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-05-22T03:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5680933483b937c34c317ffa93c367aab7723e9d'/>
<id>urn:sha1:5680933483b937c34c317ffa93c367aab7723e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleaning up and fixing the docs generation Makefile and README instructions</title>
<updated>2018-05-14T18:02:25+00:00</updated>
<author>
<name>Karin Hawley</name>
<email>karin@joinhonor.com</email>
</author>
<published>2018-05-14T17:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f9ae1ee1729b16a2459a93f1c777f851e0418a6b'/>
<id>urn:sha1:f9ae1ee1729b16a2459a93f1c777f851e0418a6b</id>
<content type='text'>
- moving Makefile to parent folder.  This resolves some of the weird path/build issues
- remove trace references to cpydiff and original file (no longer used anywhere)
- converting SOURCEDIR to a changeable variable, passed through all sphinx-build calls
- adding path to conf.py, in case it moves again
- making `-v` default with VERBOSE
- making `-E` default with FORCE
- creating BASEOPTS to store all the dirs, paths, and settings, passing them to sphinx-build in one long chain, instead of individually
- updating README to use the make command as default.  Also added text explaining some of the customization you can add into a make command
</content>
</entry>
<entry>
<title>HID gamepad support</title>
<updated>2018-04-24T03:51:23+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-04-17T00:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9daa1a68d8cc614b5f99e7147587825aa13aade6'/>
<id>urn:sha1:9daa1a68d8cc614b5f99e7147587825aa13aade6</id>
<content type='text'>
</content>
</entry>
</feed>
