<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch v1.1.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-06-15T08:47:27+00:00</updated>
<entry>
<title>stmhal: Add Python function to set UART for REPL.</title>
<updated>2014-06-15T08:47:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-15T08:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2547928148aefcf163953057979e14f46bef1170'/>
<id>urn:sha1:2547928148aefcf163953057979e14f46bef1170</id>
<content type='text'>
This adds a hook to get/set pyb_uart_global_debug from Python, using
pyb.repl_uart().  You can set it to an arbitrary UART object, and then
the REPL (in and out) is repeated on this UART object (as well as on USB
CDC).

Ultimately, this will be replaced with a proper Pythonic interface to
set sys.stdin and sys.stdout.
</content>
</entry>
<entry>
<title>stmhal: Fix type signatures on functions that take variable args.</title>
<updated>2014-06-15T08:32:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-15T08:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c0711cbefa6a54b35c23c64f63c13dd3e78b25da'/>
<id>urn:sha1:c0711cbefa6a54b35c23c64f63c13dd3e78b25da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Fix file print methods to use print instead of printf.</title>
<updated>2014-06-15T08:10:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-15T08:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e79c6696c59e253235f1da1f8d306273b5d215e0'/>
<id>urn:sha1:e79c6696c59e253235f1da1f8d306273b5d215e0</id>
<content type='text'>
Also make stdout_print_strn static (ultimately this function needs to be
merged with stdout_tx_strn).
</content>
</entry>
<entry>
<title>stmhal: Update and improve LCD driver.</title>
<updated>2014-06-14T23:41:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-14T23:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34ab8dd6dde058aeeff721eb066dad36858d8f4b'/>
<id>urn:sha1:34ab8dd6dde058aeeff721eb066dad36858d8f4b</id>
<content type='text'>
Still some method names to iron out, and funtionality to add, but this
will do for the first, basic version.
</content>
</entry>
<entry>
<title>parsenum: Signedness issues.</title>
<updated>2014-06-14T15:02:21+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-06-14T14:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0294661da5b68cd428362fb81513d11471e6a24a'/>
<id>urn:sha1:0294661da5b68cd428362fb81513d11471e6a24a</id>
<content type='text'>
char can be signedness, and using signedness types is dangerous - it can
lead to negative offsets when doing table lookups. We apparently should just
ban char usage.
</content>
</entry>
<entry>
<title>Merge pull request #693 from iabdalkader/assert</title>
<updated>2014-06-14T14:51:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-14T14:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=812025bd8317d520006dd71ab6404edb6df29352'/>
<id>urn:sha1:812025bd8317d520006dd71ab6404edb6df29352</id>
<content type='text'>
Add __assert_func</content>
</entry>
<entry>
<title>Make __assert_func weak</title>
<updated>2014-06-14T15:02:50+00:00</updated>
<author>
<name>mux</name>
<email>freelancer.c@gmail.com</email>
</author>
<published>2014-06-14T15:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f6f47a688cc10116c805c657b78dc64e805ab0b'/>
<id>urn:sha1:5f6f47a688cc10116c805c657b78dc64e805ab0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __assert_func only if DEBUG=1</title>
<updated>2014-06-14T13:53:11+00:00</updated>
<author>
<name>mux</name>
<email>freelancer.c@gmail.com</email>
</author>
<published>2014-06-14T13:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00db5c81e1de9f3f566554410ef0a0881c012adb'/>
<id>urn:sha1:00db5c81e1de9f3f566554410ef0a0881c012adb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add __assert_func</title>
<updated>2014-06-14T12:41:11+00:00</updated>
<author>
<name>mux</name>
<email>freelancer.c@gmail.com</email>
</author>
<published>2014-06-14T12:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34e7b67d3c5882ac2078a87bbeb2ab5d09e6717a'/>
<id>urn:sha1:34e7b67d3c5882ac2078a87bbeb2ab5d09e6717a</id>
<content type='text'>
* issue #692
</content>
</entry>
<entry>
<title>objstr: Refactor to work with char pointers instead of indexes.</title>
<updated>2014-06-14T03:30:30+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-06-14T03:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e3cfc0d33d04a33b6f546f8018991c34768a871d'/>
<id>urn:sha1:e3cfc0d33d04a33b6f546f8018991c34768a871d</id>
<content type='text'>
In preparation for unicode support.
</content>
</entry>
</feed>
