<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch v1.5.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.5.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-12-31T14:43:19+00:00</updated>
<entry>
<title>docs: Bump version to 1.5.2.</title>
<updated>2015-12-31T14:43:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-31T14:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ed584e2ffd906e97ae234cccebbc63222a7dbcf2'/>
<id>urn:sha1:ed584e2ffd906e97ae234cccebbc63222a7dbcf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/libc/string0: Use uintptr_t instead of uint32_t.</title>
<updated>2015-12-31T14:11:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-31T14:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64ececb72fe8ccf769f4751cbd591fde650bc83a'/>
<id>urn:sha1:64ececb72fe8ccf769f4751cbd591fde650bc83a</id>
<content type='text'>
This makes the code portable to non-32-bit architectures.
</content>
</entry>
<entry>
<title>stmhal: Fix USB on the STM32F429DISC board</title>
<updated>2015-12-31T07:36:41+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-12-31T07:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8c936edeb279ab9970130f97725ab300e3f3add4'/>
<id>urn:sha1:8c936edeb279ab9970130f97725ab300e3f3add4</id>
<content type='text'>
The USB REPL has been broken since commit 1be0fde45c8d84eaf04851af96f06aad8171b2b2
This patch allows the STM32F429DISC board (which uses the USB_HS PHY)
</content>
</entry>
<entry>
<title>py/map: In map lookup, check for fixed map independent of ordered map.</title>
<updated>2015-12-31T00:24:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-31T00:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6dde019d933175b5c2608b8da2239846e1730838'/>
<id>urn:sha1:6dde019d933175b5c2608b8da2239846e1730838</id>
<content type='text'>
It's possible to have a fixed map that is properly hashed (ie not
simply ordered).
</content>
</entry>
<entry>
<title>tools: Add C middle-processor to make builtin tables proper hash tables.</title>
<updated>2015-12-31T00:24:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-12-18T23:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4bd95f8b4407ff85c68676285c02236ee72d72cb'/>
<id>urn:sha1:4bd95f8b4407ff85c68676285c02236ee72d72cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add discussion on interrupt handlers incl uPy specific techniques.</title>
<updated>2015-12-31T00:02:09+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2015-12-08T12:02:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=521759ee18f94a0a55f1fcc8a1242da9cf92af55'/>
<id>urn:sha1:521759ee18f94a0a55f1fcc8a1242da9cf92af55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modlwip: Use _ERR_BADF instead of magic number.</title>
<updated>2015-12-30T14:43:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-30T14:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fb7b715b7b745289aacb04b772c00838b6942c82'/>
<id>urn:sha1:fb7b715b7b745289aacb04b772c00838b6942c82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modlwip: Avoid magic numeric values in memcpy().</title>
<updated>2015-12-30T14:40:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-30T14:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bc25545fbbcfdfde433eace9e4327c4fa954d54d'/>
<id>urn:sha1:bc25545fbbcfdfde433eace9e4327c4fa954d54d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/modlwip: User proper field name and value names for socket state.</title>
<updated>2015-12-30T14:26:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-30T14:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=722fb2d251a8e997c3cdf94ea5c65d730a69ed71'/>
<id>urn:sha1:722fb2d251a8e997c3cdf94ea5c65d730a69ed71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/modesp: Allow to compile out proprietary espconn stuff.</title>
<updated>2015-12-30T13:53:51+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-12-30T13:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=43fecb0acbd06e1b8a9da271e6c77cd252b08c8d'/>
<id>urn:sha1:43fecb0acbd06e1b8a9da271e6c77cd252b08c8d</id>
<content type='text'>
</content>
</entry>
</feed>
