<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tools, branch v1.4.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-08-08T12:03:08+00:00</updated>
<entry>
<title>tools: Make pyboard.py Python2 compatible.</title>
<updated>2015-08-08T12:03:08+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-08-08T12:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e86b47175fb0dc0992e46f48117d29e3f40969c1'/>
<id>urn:sha1:e86b47175fb0dc0992e46f48117d29e3f40969c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/pyboard.py: Fix read timeout calc to work with shorter sleep.</title>
<updated>2015-07-28T23:21:22+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-28T23:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7ccdf8be771481706c49da67b95a3faab5edc548'/>
<id>urn:sha1:7ccdf8be771481706c49da67b95a3faab5edc548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: Add telnet support to pyboard.py.</title>
<updated>2015-07-26T13:02:34+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-28T12:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cd14188bc8b4cd942ea7ea5cf5eb27955d8695ae'/>
<id>urn:sha1:cd14188bc8b4cd942ea7ea5cf5eb27955d8695ae</id>
<content type='text'>
The adapter class "TelnetToSerial" is used to access the Telnet
connection using the same API as with the serial connection. The
function pyboard.run-test() has been removed to made the module
generic and because this small test is no longer needed.
</content>
</entry>
<entry>
<title>tools/pyboard.py: Speed up reading of chars by decreasing sleep period.</title>
<updated>2015-07-25T21:49:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-25T21:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=db109ca0fc12f4a8ffe08d44d3b1422452bd7b4e'/>
<id>urn:sha1:db109ca0fc12f4a8ffe08d44d3b1422452bd7b4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/pyboard.py: Make enter_raw_repl stricter and more reliable.</title>
<updated>2015-07-25T21:46:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-25T21:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f1236734bbd8baaa2566e0f3abdd0ff2d6663932'/>
<id>urn:sha1:f1236734bbd8baaa2566e0f3abdd0ff2d6663932</id>
<content type='text'>
When looking for chars to indicate raw repl is active, look for the full
string of chars to improve reliability of entering raw repl correctly.

Previous to this patch there was the possibility that raw repl was
entered in a dirty state, where not all input chars from previous
invocation were drained.
</content>
</entry>
<entry>
<title>tools/pyboard.py: Fix parsing of returned error so last chr is not lost.</title>
<updated>2015-07-25T21:44:56+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-25T21:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9de53bf788e6f878396f6b796d39f21c058f3f16'/>
<id>urn:sha1:9de53bf788e6f878396f6b796d39f21c058f3f16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: Fix pydfu.py to work with old and new versions of PyUSB</title>
<updated>2015-07-06T16:56:12+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-06-21T06:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c91727b75a0d58ce6b33b26c43456f8b10268d31'/>
<id>urn:sha1:c91727b75a0d58ce6b33b26c43456f8b10268d31</id>
<content type='text'>
Update pydfu.py to match with the version from openmv.

I just updated the openmv version to work with both of the
PyUSB 1.0.0.b1 and 1.0.0.b2

See: https://github.com/walac/pyusb/blob/master/ReleaseNotes.rst
</content>
</entry>
<entry>
<title>tools/make-frozen.py: Use Python2-compatible shebang.</title>
<updated>2015-07-06T11:48:29+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-07-06T11:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ab8b63bdd8c640e09156b81983742e60d88a0cd'/>
<id>urn:sha1:6ab8b63bdd8c640e09156b81983742e60d88a0cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/make-frozen.py: Actually make Python2-compatible.</title>
<updated>2015-07-06T11:27:57+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-07-06T11:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=de575c80b97345d89605990575eb2d87953a3451'/>
<id>urn:sha1:de575c80b97345d89605990575eb2d87953a3451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools/make-frozen.py: Add Python2 compatibility.</title>
<updated>2015-07-06T11:09:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2015-07-06T11:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3a2e9f20f60561f9b43d0abc4ec38ea62a0b3ef5'/>
<id>urn:sha1:3a2e9f20f60561f9b43d0abc4ec38ea62a0b3ef5</id>
<content type='text'>
</content>
</entry>
</feed>
