<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, branch 5.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-02-21T02:55:04+00:00</updated>
<entry>
<title>Enable _bleio adapter when _bleio is imported</title>
<updated>2020-02-21T02:55:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-21T02:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e31ac710be0e1983ec791dc4db169505afdd8d63'/>
<id>urn:sha1:e31ac710be0e1983ec791dc4db169505afdd8d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable BLE file service for now</title>
<updated>2020-02-20T20:15:56+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-02-20T20:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e8f71415644846ca0f4195afcad4a9e8b2469ded'/>
<id>urn:sha1:e8f71415644846ca0f4195afcad4a9e8b2469ded</id>
<content type='text'>
Fixes #2633
</content>
</entry>
<entry>
<title>Implement to_bytes(..., signed=True)</title>
<updated>2020-02-14T20:12:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-14T20:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c592bd612ad8231f61681aa40cd51b6bbfcb307f'/>
<id>urn:sha1:c592bd612ad8231f61681aa40cd51b6bbfcb307f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2581 from jamesbowman/master</title>
<updated>2020-02-13T19:21:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-02-13T19:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e97b0cfc61e48384997d6383c606f95668116041'/>
<id>urn:sha1:e97b0cfc61e48384997d6383c606f95668116041</id>
<content type='text'>
First draft of eveL, the low-level module of the Gameduino bindings</content>
</entry>
<entry>
<title>Track first free atb for multiple block sizes.</title>
<updated>2020-02-12T01:06:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-02-12T01:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36e6cc8febf7f744f61772d29eed68d9ebb57200'/>
<id>urn:sha1:36e6cc8febf7f744f61772d29eed68d9ebb57200</id>
<content type='text'>
This speeds up cases where no single block allocations happen while
Python code is allocating other block sizes.
</content>
</entry>
<entry>
<title>Split into shared-module and shared-bindings</title>
<updated>2020-02-07T18:30:49+00:00</updated>
<author>
<name>James Bowman</name>
<email>jamesb@excamera.com</email>
</author>
<published>2020-02-07T18:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5c6d94d3e5ac2c4bb8514ac920d59a465300465b'/>
<id>urn:sha1:5c6d94d3e5ac2c4bb8514ac920d59a465300465b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename eveL to _eve, EVEL to _EVE</title>
<updated>2020-02-06T02:17:58+00:00</updated>
<author>
<name>James Bowman</name>
<email>jamesb@excamera.com</email>
</author>
<published>2020-02-06T02:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=acef93a25391594111c1ded0614c440e04e23d26'/>
<id>urn:sha1:acef93a25391594111c1ded0614c440e04e23d26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix printing single-arg exceptions</title>
<updated>2020-02-04T21:55:56+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T21:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e13642351c2827e62a614d569138de8971ebd7c8'/>
<id>urn:sha1:e13642351c2827e62a614d569138de8971ebd7c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix multi-arg exception printing</title>
<updated>2020-02-04T21:41:25+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T21:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7fe959ab39e14b000934b15d7cce13aae9f6a525'/>
<id>urn:sha1:7fe959ab39e14b000934b15d7cce13aae9f6a525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>preserve errno in OSError</title>
<updated>2020-02-04T21:19:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-02-04T21:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5164719e67878418cff51d26f40e4813da02bc83'/>
<id>urn:sha1:5164719e67878418cff51d26f40e4813da02bc83</id>
<content type='text'>
</content>
</entry>
</feed>
