<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py, branch 6.2.0-beta.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.0-beta.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-02T17:59:58+00:00</updated>
<entry>
<title>Merge pull request #4233 from pewpew-game/displayio-group-list</title>
<updated>2021-03-02T17:59:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2021-03-02T17:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e4f0e47d9f0bb620f56b93c649197b16105ab5b2'/>
<id>urn:sha1:e4f0e47d9f0bb620f56b93c649197b16105ab5b2</id>
<content type='text'>
displayio: make Group use a python list internally</content>
</entry>
<entry>
<title>Merge pull request #4256 from kmatch98/bt_cleanup</title>
<updated>2021-03-02T02:24:12+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2021-03-02T02:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d0eab5c5615277d10eac2547c61924ff4754f0e5'/>
<id>urn:sha1:d0eab5c5615277d10eac2547c61924ff4754f0e5</id>
<content type='text'>
Add `bitmaptools` module</content>
</entry>
<entry>
<title>Separate out mp_obj_list_insert for use in display.Group</title>
<updated>2021-02-27T20:13:55+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2021-02-27T20:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=24473b79838412e7be0c65e6dfae45146cf15a6b'/>
<id>urn:sha1:24473b79838412e7be0c65e6dfae45146cf15a6b</id>
<content type='text'>
Note that for some reason this makes the binary 500 bytes larger!
</content>
</entry>
<entry>
<title>Separate mp_obj_list_pop so it can be used outside of objlist.c</title>
<updated>2021-02-27T19:52:38+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2021-02-21T15:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e505c59ed838095ccb2bd996fc77bd4aeada2d80'/>
<id>urn:sha1:e505c59ed838095ccb2bd996fc77bd4aeada2d80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'adafruit/main' into busio-uart-rp</title>
<updated>2021-02-26T00:59:15+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-02-26T00:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3f08cb47b846fff41ef9a45d49758f0cef61e723'/>
<id>urn:sha1:3f08cb47b846fff41ef9a45d49758f0cef61e723</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A few minor fixes for corner cases</title>
<updated>2021-02-26T00:50:57+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2021-02-26T00:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=52bc935fa7aa9e5c94f75fec8b2fa746c83f0be7'/>
<id>urn:sha1:52bc935fa7aa9e5c94f75fec8b2fa746c83f0be7</id>
<content type='text'>
* Always clear the peripheral interrupt so we don't hang when full
* Store the ringbuf in the object so it gets collected when we're alive
* Make UART objects have a finaliser so they are deinit when their
  memory is freed
* Copy bytes into the ringbuf from the FIFO after we read to ensure
  the interrupt is enabled ASAP
* Copy bytes into the ringbuf from the FIFO before measuring our
  rx available because the interrupt is based on a threshold (not
  &gt; 0). For example, a single byte won't trigger an interrupt.
</content>
</entry>
<entry>
<title>Updated build configs to turn off BITMAPTOOLS for smaller builds</title>
<updated>2021-02-25T21:44:32+00:00</updated>
<author>
<name>Kevin Matocha</name>
<email>kmatocha@icloud.com</email>
</author>
<published>2021-02-25T21:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a7a4f93ff8b600dc58954851c134205fa4a587d8'/>
<id>urn:sha1:a7a4f93ff8b600dc58954851c134205fa4a587d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bitmaptools module</title>
<updated>2021-02-24T05:23:14+00:00</updated>
<author>
<name>Kevin Matocha</name>
<email>kmatocha@icloud.com</email>
</author>
<published>2021-02-24T05:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7200286425363c430b7f4466c27e53ea67f7887'/>
<id>urn:sha1:b7200286425363c430b7f4466c27e53ea67f7887</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos for CIRCUITPY_USB_HID_SYS_CONTROL</title>
<updated>2021-02-23T14:22:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-02-23T14:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a4198885e060bcb1071a9698fbe7e4a9564d581'/>
<id>urn:sha1:7a4198885e060bcb1071a9698fbe7e4a9564d581</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid pulling in extra float-uint64 routines</title>
<updated>2021-02-21T17:05:03+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-02-21T17:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=93bf269c0d56ec5d842ff908e149c635ab323107'/>
<id>urn:sha1:93bf269c0d56ec5d842ff908e149c635ab323107</id>
<content type='text'>
</content>
</entry>
</feed>
