<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch v1.0-rc1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0-rc1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-03T17:44:02+00:00</updated>
<entry>
<title>Merge pull request #555 from lurch/patch-1</title>
<updated>2014-05-03T17:44:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T17:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4bb3fdb9cfcb76fb5b64e0a031a70c807ac7395'/>
<id>urn:sha1:b4bb3fdb9cfcb76fb5b64e0a031a70c807ac7395</id>
<content type='text'>
RTC doc fix</content>
</entry>
<entry>
<title>stmhal: Enable cmath module.</title>
<updated>2014-05-03T17:40:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T17:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=93e51b594a14d1537c31f07365410ded9b5de490'/>
<id>urn:sha1:93e51b594a14d1537c31f07365410ded9b5de490</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix incorrect fix ;)</title>
<updated>2014-05-03T17:28:11+00:00</updated>
<author>
<name>Andrew Scheller</name>
<email>github@loowis.durge.org</email>
</author>
<published>2014-05-03T17:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=86a9a8863270bad2fbaae75149e5f5e94e4160a1'/>
<id>urn:sha1:86a9a8863270bad2fbaae75149e5f5e94e4160a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add .gitignore to ignore the new build dir names.</title>
<updated>2014-05-03T17:26:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T17:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bb8ba7fc90b3505a5c6d95cb539c666ff04bc429'/>
<id>urn:sha1:bb8ba7fc90b3505a5c6d95cb539c666ff04bc429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: pyboard.py now acts as a command-line program to run scripts.</title>
<updated>2014-05-03T17:14:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T17:14:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3244123031096c6b20da9c424f430b557025a612'/>
<id>urn:sha1:3244123031096c6b20da9c424f430b557025a612</id>
<content type='text'>
You can run a local script on the pyboard using:

    python pyboard.py test.py

where test.py is the local script you want to run.
</content>
</entry>
<entry>
<title>Updated doc fix</title>
<updated>2014-05-03T16:50:46+00:00</updated>
<author>
<name>Andrew Scheller</name>
<email>github@loowis.durge.org</email>
</author>
<published>2014-05-03T16:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e9ff5570c3b3a0af8937cf5a25012551b018c1a4'/>
<id>urn:sha1:e9ff5570c3b3a0af8937cf5a25012551b018c1a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Change names: flash to firmware, flashboard to deploy.</title>
<updated>2014-05-03T16:46:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T16:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aad1204b8ed77a1466f03d848aa1c32dfff1dc24'/>
<id>urn:sha1:aad1204b8ed77a1466f03d848aa1c32dfff1dc24</id>
<content type='text'>
Since firmware lives in a build directory which already specifies the
board name, no real reason to also have the firmware have the board
name.
</content>
</entry>
<entry>
<title>stmhal: Default build directory now includes board name.</title>
<updated>2014-05-03T16:39:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T16:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=51315614e1998b837079a1b256d0ca38220d619d'/>
<id>urn:sha1:51315614e1998b837079a1b256d0ca38220d619d</id>
<content type='text'>
BUILD is build-$(BOARD) by default.
</content>
</entry>
<entry>
<title>RTC doc fix</title>
<updated>2014-05-03T16:34:19+00:00</updated>
<author>
<name>Andrew Scheller</name>
<email>github@loowis.durge.org</email>
</author>
<published>2014-05-03T16:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b569d690f5a99fe0b85787e22cd41c049c65a017'/>
<id>urn:sha1:b569d690f5a99fe0b85787e22cd41c049c65a017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K.</title>
<updated>2014-05-03T16:32:55+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T16:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ae8feac598980d965c3eca9ab4f2903e51f955a5'/>
<id>urn:sha1:ae8feac598980d965c3eca9ab4f2903e51f955a5</id>
<content type='text'>
This renames MICROPY_HW_HAS_WLAN to MICROPY_HW_ENABLE_CC3K (since it's a
driver, not a board feature) and wraps all CC3000 code in this #if.
It's disabled for all boards.
</content>
</entry>
</feed>
