<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, branch 5.0.0-alpha.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.0.0-alpha.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-07-09T12:58:49+00:00</updated>
<entry>
<title>merge from master</title>
<updated>2019-07-09T12:58:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-07-09T12:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6a001786a9b030a6c42bc3c84c91db302620f1ba'/>
<id>urn:sha1:6a001786a9b030a6c42bc3c84c91db302620f1ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402</title>
<updated>2019-06-27T21:06:26+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-27T21:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0cce7fcaa3295d18f4fb7e10821ab692d5b2f4d7'/>
<id>urn:sha1:0cce7fcaa3295d18f4fb7e10821ab692d5b2f4d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Validate raw code and mpy read length</title>
<updated>2019-06-26T00:54:27+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-26T00:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2494bfdc8626aadb7d3197d165daf2569f3a8db1'/>
<id>urn:sha1:2494bfdc8626aadb7d3197d165daf2569f3a8db1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Validate portions of mpy load to detect corruption</title>
<updated>2019-06-25T22:39:33+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-25T22:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=330517bde9d7b6a78583e42dfdf585118db40dfb'/>
<id>urn:sha1:330517bde9d7b6a78583e42dfdf585118db40dfb</id>
<content type='text'>
Fixes #1917
</content>
</entry>
<entry>
<title>WIP: backup only; not compiled</title>
<updated>2019-06-20T01:54:28+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-20T01:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24ac1fdcabdcdb02f9807192d3cb2a4210b4afc8'/>
<id>urn:sha1:24ac1fdcabdcdb02f9807192d3cb2a4210b4afc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't operate directly on bleio objects in shared-bindings: use common_hal</title>
<updated>2019-06-19T03:46:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-19T03:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=35b919185747c42e183ccfc41f99fd370acca450'/>
<id>urn:sha1:35b919185747c42e183ccfc41f99fd370acca450</id>
<content type='text'>
routines instead. Changes made but not yet tested.
</content>
</entry>
<entry>
<title>merge from upstream; WIP redo Address; no more AddressType</title>
<updated>2019-06-14T01:55:07+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-14T01:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bed6d43a768838fd3bc5d2048bf7acdc6e9b0a33'/>
<id>urn:sha1:bed6d43a768838fd3bc5d2048bf7acdc6e9b0a33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Uncomment vm.c SUPEROPT (debugging typo); trim a few builds</title>
<updated>2019-06-12T17:09:09+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-12T17:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ba1b36a800393680c6681074c317532312930707'/>
<id>urn:sha1:ba1b36a800393680c6681074c317532312930707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; reorganize mpconfigboard.mk files</title>
<updated>2019-06-12T15:08:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-12T15:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1bb4fccc3b28edd1010013b3043e419ec2940f7f'/>
<id>urn:sha1:1bb4fccc3b28edd1010013b3043e419ec2940f7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/master' into vm-computed-goto</title>
<updated>2019-06-11T22:01:04+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-11T22:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aa3316b619c8a8bcddd889fa0b806e5798973137'/>
<id>urn:sha1:aa3316b619c8a8bcddd889fa0b806e5798973137</id>
<content type='text'>
</content>
</entry>
</feed>
