<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, branch 4.1.0-beta.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.1.0-beta.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.1.0-beta.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-06-12T17:09:09+00:00</updated>
<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>
<entry>
<title>Add PS/2 support -- ps2io module</title>
<updated>2019-06-04T21:05:46+00:00</updated>
<author>
<name>Elvis Pfützenreuter</name>
<email>epxx@epxx.co</email>
</author>
<published>2019-05-16T02:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1da8d4b4da7b71a68d367601e10b4633606fab56'/>
<id>urn:sha1:1da8d4b4da7b71a68d367601e10b4633606fab56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement forced clean builds for boards so designated.</title>
<updated>2019-05-24T19:32:24+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-05-24T19:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e85c1ef91683929df0afe105e92ce6e4291b445'/>
<id>urn:sha1:4e85c1ef91683929df0afe105e92ce6e4291b445</id>
<content type='text'>
Mark boards that set CFLAGS_INLINE_LIMIT for particular langauges as needing clean builds.

Fixes #1910.
</content>
</entry>
<entry>
<title>Merge pull request #1906 from adafruit/4.0.x</title>
<updated>2019-05-22T22:23:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-05-22T22:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=63b253c33a2e56bc6c6ccb902d89d0c0b27f7d8f'/>
<id>urn:sha1:63b253c33a2e56bc6c6ccb902d89d0c0b27f7d8f</id>
<content type='text'>
Merge in all bug fixes from 4.0.1 into master</content>
</entry>
<entry>
<title>Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disabled as well</title>
<updated>2019-05-17T19:56:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-05-17T19:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=da77eedafae1d4f9f554f04ca787759f09e9560a'/>
<id>urn:sha1:da77eedafae1d4f9f554f04ca787759f09e9560a</id>
<content type='text'>
</content>
</entry>
</feed>
