<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch v1.4.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-06-15T22:54:22+00:00</updated>
<entry>
<title>docs: Bump version to 1.4.4.</title>
<updated>2015-06-15T22:54:22+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-15T22:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e78a8c94b65977de91f634363eed4a741c19575a'/>
<id>urn:sha1:e78a8c94b65977de91f634363eed4a741c19575a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Check that machine module exists and print SKIP if it doesn't.</title>
<updated>2015-06-15T22:35:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-15T22:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f6518a7bd554c87b4dcb68d1ca618babcf278c63'/>
<id>urn:sha1:f6518a7bd554c87b4dcb68d1ca618babcf278c63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/pyboard.py: Change logic for when raw "&gt;" prompt is parsed.</title>
<updated>2015-06-15T22:28:04+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-15T22:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d59ca4efdbcf572b9f77b8e5b045c939181a3089'/>
<id>urn:sha1:d59ca4efdbcf572b9f77b8e5b045c939181a3089</id>
<content type='text'>
In raw REPL "&gt;" indicates the prompt.  We originally read this character
upon entering the raw REPL, and after reading the last bit of the
output.  This patch changes the logic so the "&gt;" is read only just
before trying to send the next command.  To make this work (and as an
added feature) the input buffer is now flushed upon entering raw REPL.

The main reason for this change is so that pyboard.py recognises the EOF
when sys.exit() is called on the pyboard.  Ie, if you run pyboard.py
with a script that calls sys.exit(), then pyboard.py will exit after
the sys.exit() is called.
</content>
</entry>
<entry>
<title>esp8266: Changed esp_scan to keep the current WiFi operating mode but throw an exception if WiFi is in AP only mode</title>
<updated>2015-06-14T07:57:08+00:00</updated>
<author>
<name>Bill Owens</name>
<email>owens.bill@gmail.com</email>
</author>
<published>2015-06-10T14:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ce212e0a67424c4c89c273e7509be84dc30a172'/>
<id>urn:sha1:3ce212e0a67424c4c89c273e7509be84dc30a172</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Implement divmod for mpz bignum.</title>
<updated>2015-06-13T22:38:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-13T21:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e9ce00d874ef6c93a56e726bb1503341f0448bf9'/>
<id>urn:sha1:e9ce00d874ef6c93a56e726bb1503341f0448bf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.</title>
<updated>2015-06-13T22:36:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-13T21:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c5029bcbf37fd1a3fb145d9fa9e4a5094478f17b'/>
<id>urn:sha1:c5029bcbf37fd1a3fb145d9fa9e4a5094478f17b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Implement second arg for math.log (optional value for base).</title>
<updated>2015-06-13T21:35:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-06-13T20:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6f4952004207a249a437dc822c5252422f63cc69'/>
<id>urn:sha1:6f4952004207a249a437dc822c5252422f63cc69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Fix the documentation for esp.connect() and esp.disconnect()</title>
<updated>2015-06-13T20:03:06+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2015-06-13T18:06:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=05c6fbcae6188d0526a7148e6b8477d17ff72e25'/>
<id>urn:sha1:05c6fbcae6188d0526a7148e6b8477d17ff72e25</id>
<content type='text'>
Since the commit that moved those two functions failed to update
the documentation, this is a fix for that.
</content>
</entry>
<entry>
<title>pip-micropython: Add deprecation notice, but still leave for reference.</title>
<updated>2015-06-13T18:39:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-06-13T18:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd0e24f4b077378635fd71267936fa39a2228cb5'/>
<id>urn:sha1:dd0e24f4b077378635fd71267936fa39a2228cb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Move connect/disconnect from "esp" module to network.</title>
<updated>2015-06-12T14:45:28+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-06-12T14:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=32eb4b905538c71ca5acee5f92e12c1aed992f4c'/>
<id>urn:sha1:32eb4b905538c71ca5acee5f92e12c1aed992f4c</id>
<content type='text'>
</content>
</entry>
</feed>
