<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, branch 4.1.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.1.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.1.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-12-18T16:27:14+00:00</updated>
<entry>
<title>cherry-pick jepler's huffman size reduction</title>
<updated>2019-12-18T16:27:14+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-12-03T01:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6265ee0e8ce0bf79f3cd73be4b15dc631a403a8b'/>
<id>urn:sha1:6265ee0e8ce0bf79f3cd73be4b15dc631a403a8b</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>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>
<entry>
<title>Merge latest 4.0.x fixes into master</title>
<updated>2019-06-11T20:16:29+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-11T20:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4fc189b60c800f097db55c16768fa8c73eb72ccf'/>
<id>urn:sha1:4fc189b60c800f097db55c16768fa8c73eb72ccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedup</title>
<updated>2019-06-11T16:43:48+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-11T16:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ea760c042bcdff61792a4b5f3de0b3ec212c44c4'/>
<id>urn:sha1:ea760c042bcdff61792a4b5f3de0b3ec212c44c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include display objects in gc.</title>
<updated>2019-06-06T21:49:32+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-06-06T21:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=62de2506e47c14a71c7a9fe04360697ccb966aeb'/>
<id>urn:sha1:62de2506e47c14a71c7a9fe04360697ccb966aeb</id>
<content type='text'>
</content>
</entry>
</feed>
