<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, 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-13T19:26:04+00:00</updated>
<entry>
<title>Merge pull request #1943 from adafruit/4.0.x</title>
<updated>2019-06-13T19:26:04+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-06-13T19:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6d388a34eb909e27acd508dc001ae1fe94a530de'/>
<id>urn:sha1:6d388a34eb909e27acd508dc001ae1fe94a530de</id>
<content type='text'>
Merge in gamepadshift fix to master.</content>
</entry>
<entry>
<title>Merge pull request #1940 from tannewt/dirty_area</title>
<updated>2019-06-13T12:29:12+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2019-06-13T12:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6be7cf7440acb827d4b0f767b6083a859499b045'/>
<id>urn:sha1:6be7cf7440acb827d4b0f767b6083a859499b045</id>
<content type='text'>
 Add partial display update support.</content>
</entry>
<entry>
<title>Minor tweaks based on Dan's feedback</title>
<updated>2019-06-13T07:34:19+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-13T07:34:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6f6dcafd906b2ac49291f4220f3fcc7cea6112e1'/>
<id>urn:sha1:6f6dcafd906b2ac49291f4220f3fcc7cea6112e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update BusDevice to save space.</title>
<updated>2019-06-12T21:22:57+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T21:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d2ec43113eb27a8ab736351e1cb5444b4575629f'/>
<id>urn:sha1:d2ec43113eb27a8ab736351e1cb5444b4575629f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1939 from pewpew-game/gamepad-clear</title>
<updated>2019-06-12T20:22:00+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-06-12T20:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=076a3f8a9b1a80d5a038aa181e4a4ac6e317ba8c'/>
<id>urn:sha1:076a3f8a9b1a80d5a038aa181e4a4ac6e317ba8c</id>
<content type='text'>
When clearing gamepad buffer, use the last button state, not 0</content>
</entry>
<entry>
<title>Turn off gc opt for more M0 boards</title>
<updated>2019-06-12T20:20:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T20:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0b1f605a9b317865d476034fe9347f4462d49dc5'/>
<id>urn:sha1:0b1f605a9b317865d476034fe9347f4462d49dc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When clearing gamepad buffer, use the last button state, not 0</title>
<updated>2019-06-12T18:42:41+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-06-12T08:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5e265f4fbd11e1bc099f2a0860aac2ac72eaf854'/>
<id>urn:sha1:5e265f4fbd11e1bc099f2a0860aac2ac72eaf854</id>
<content type='text'>
When reading the accumulated button presses in gamepad and gamepadshift,
don't clear the buffer to "no buttons pressed", but instead set it to
the current (last checked) state. This clears the accumulated presses,
but retains any ongoing ones.

This fixes #1935
</content>
</entry>
<entry>
<title>Change to one lto partition for ultimate optimization.</title>
<updated>2019-06-12T18:37:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T18:32:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a91ad057745cb2903497bf36afad03eea90ab6f8'/>
<id>urn:sha1:a91ad057745cb2903497bf36afad03eea90ab6f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor deinit check to reduce code size.</title>
<updated>2019-06-12T18:36:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T08:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a35d9b469d4ed65fd992771aa98ac57241983794'/>
<id>urn:sha1:a35d9b469d4ed65fd992771aa98ac57241983794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update translations</title>
<updated>2019-06-12T18:32:40+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-12T07:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6db4f4575420ef09faef244f8d3437884d939345'/>
<id>urn:sha1:6db4f4575420ef09faef244f8d3437884d939345</id>
<content type='text'>
</content>
</entry>
</feed>
