<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal, branch v1.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-08-12T22:23:53+00:00</updated>
<entry>
<title>extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.</title>
<updated>2014-08-12T22:23:53+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T22:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1ddd844815014d01f342489ced131bc73980e0be'/>
<id>urn:sha1:1ddd844815014d01f342489ced131bc73980e0be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Enable moductypes by default.</title>
<updated>2014-08-12T19:02:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-12T19:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=105e32f1a5126698b9032d013edffb12a550c0ce'/>
<id>urn:sha1:105e32f1a5126698b9032d013edffb12a550c0ce</id>
<content type='text'>
Also fixes compiler error in moductypes when compiled without debugging.

Addresses issue #778.
</content>
</entry>
<entry>
<title>stmhal: Working STM32F4DISC accelerometer, via Python script.</title>
<updated>2014-08-10T21:26:20+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-10T21:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=101d87da6ac24439cc0238775aba062edb7d649c'/>
<id>urn:sha1:101d87da6ac24439cc0238775aba062edb7d649c</id>
<content type='text'>
Thanks to David Siorpaes.
</content>
</entry>
<entry>
<title>doc: Document gc, sys, math, cmath.</title>
<updated>2014-08-10T16:50:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-10T16:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=30dd23aa7f2c7f142bab66d189f7f479091cf161'/>
<id>urn:sha1:30dd23aa7f2c7f142bab66d189f7f479091cf161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard").</title>
<updated>2014-08-10T16:49:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-10T16:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c64c634ca15627b93c0f029835c9725d617fd77'/>
<id>urn:sha1:0c64c634ca15627b93c0f029835c9725d617fd77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal, pin: Save 140 bytes ROM by simplifying pin_print function.</title>
<updated>2014-08-09T08:19:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-09T08:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2605df3346581ce696cdf0634e966b37cfe3244e'/>
<id>urn:sha1:2605df3346581ce696cdf0634e966b37cfe3244e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal, pin: Simplify default value for alternate function init.</title>
<updated>2014-08-09T07:51:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-09T07:51:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04019e365f798ef9ccc37d8c78ee84495c5b9124'/>
<id>urn:sha1:04019e365f798ef9ccc37d8c78ee84495c5b9124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Start of documentation for modos and modtime.</title>
<updated>2014-08-08T22:30:01+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-08T22:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ea439e59d95bee29df770dadbbc1a330d1e864a1'/>
<id>urn:sha1:ea439e59d95bee29df770dadbbc1a330d1e864a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal/teensy: Use _ instead of - in source file names.</title>
<updated>2014-08-08T21:34:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-08T21:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=284efa89ae25f75686754f0b6b8fd06526c05971'/>
<id>urn:sha1:284efa89ae25f75686754f0b6b8fd06526c05971</id>
<content type='text'>
Trying to move towards consistency, let's use _ exclusively in names of
source files (eg .c, .h, .csv).
</content>
</entry>
<entry>
<title>stmhal: Fix documentation; remove ability to specify af by str.</title>
<updated>2014-08-08T21:26:53+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-08T21:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b67463be1d1c5e6f02f4c8159ff3fcfca4a2f09'/>
<id>urn:sha1:4b67463be1d1c5e6f02f4c8159ff3fcfca4a2f09</id>
<content type='text'>
</content>
</entry>
</feed>
