<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch v1.3.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-11-28T17:48:48+00:00</updated>
<entry>
<title>docs: Bump version to 1.3.7.</title>
<updated>2014-11-28T17:48:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-28T17:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=722fab7c2a1aa9e141f4bfc794f705855ef46796'/>
<id>urn:sha1:722fab7c2a1aa9e141f4bfc794f705855ef46796</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update uheapq.rst</title>
<updated>2014-11-28T17:32:29+00:00</updated>
<author>
<name>inaugurator</name>
<email>inaugurator@users.noreply.github.com</email>
</author>
<published>2014-11-27T23:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9aae41121bf0fd8036300c154daafb061546de52'/>
<id>urn:sha1:9aae41121bf0fd8036300c154daafb061546de52</id>
<content type='text'>
Erratum in froh.</content>
</entry>
<entry>
<title>esp8266: Change bignum from mpz to longlong; move some rodata to iram.</title>
<updated>2014-11-28T14:58:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-28T14:58:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fbea8100432abbdfde3d866d5bea1d8b4f87d217'/>
<id>urn:sha1:fbea8100432abbdfde3d866d5bea1d8b4f87d217</id>
<content type='text'>
Some rodata items can go in iram/irom segment, but not others.  With
this patch ESP now has 24256 bytes of heap ram.  It passes 228 out of
248 tests from tests/basics directory.
</content>
</entry>
<entry>
<title>esp8266: Provide sensible default ESP_SDK; deploy 2 the images together.</title>
<updated>2014-11-28T10:22:01+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-28T10:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f100657188c3f6e53db9d90f7ceebc4753bf44b'/>
<id>urn:sha1:5f100657188c3f6e53db9d90f7ceebc4753bf44b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Allow to override serial port.</title>
<updated>2014-11-27T23:54:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-11-27T23:54:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bbc389d67932e2afa0699848422b944d0ca759e'/>
<id>urn:sha1:1bbc389d67932e2afa0699848422b944d0ca759e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: New port of Micro Python to ESP8266 wifi module.</title>
<updated>2014-11-27T20:30:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-27T20:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=075d597464be619475535930de2f36abe69176f8'/>
<id>urn:sha1:075d597464be619475535930de2f36abe69176f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add NLR support for xtensa CPU.</title>
<updated>2014-11-27T20:29:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-27T20:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2399aa03b81e6a23f0b2719196c07101884222be'/>
<id>urn:sha1:2399aa03b81e6a23f0b2719196c07101884222be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Enable uhashlib module; add heapq, hashlib weak links.</title>
<updated>2014-11-27T17:54:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-11-27T17:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=92f1ed8f4086dcd0eb6c39df695d0326252db7c4'/>
<id>urn:sha1:92f1ed8f4086dcd0eb6c39df695d0326252db7c4</id>
<content type='text'>
hashlib test passes on pyboard.
</content>
</entry>
<entry>
<title>pfenv_printf: Properly implement %p format specifier.</title>
<updated>2014-11-27T17:38:03+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-11-26T19:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df732bb01b5703eb1a7b643b98606358e6911aa5'/>
<id>urn:sha1:df732bb01b5703eb1a7b643b98606358e6911aa5</id>
<content type='text'>
Previously, it truncated pointer value to 32 bits on 64-bit systems.
</content>
</entry>
<entry>
<title>builtin: Reimplement __repl_print__() in terms of print().</title>
<updated>2014-11-27T17:38:03+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-11-26T19:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1eca32836d558287b404e84a8364d9088e07695a'/>
<id>urn:sha1:1eca32836d558287b404e84a8364d9088e07695a</id>
<content type='text'>
Before, __repl_print__() used libc printf(), while print() used uPy streams
and own printf() implementation. This led to subtle, but confusing
differences in output when just doing "foo" vs "print(foo)" on interactive
prompt.
</content>
</entry>
</feed>
