<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch dm-mixer</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=dm-mixer</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=dm-mixer'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-03-11T23:30:56+00:00</updated>
<entry>
<title>fix compilation with updated circuitpy_mpconfig and upstream changes</title>
<updated>2019-03-11T23:30:56+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-03-11T23:30:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=15a1647c5cd6d0499e7ddf3284ff4f6af2344d97'/>
<id>urn:sha1:15a1647c5cd6d0499e7ddf3284ff4f6af2344d97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'dm-mixer' of https://github.com/adafruit/circuitpython into mixer_volume</title>
<updated>2019-03-08T19:05:45+00:00</updated>
<author>
<name>sommersoft</name>
<email>sommersoft@gmail.com</email>
</author>
<published>2019-03-08T19:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2fd34d7cca46324f5d4799ce08a6c7a3289a6b5'/>
<id>urn:sha1:e2fd34d7cca46324f5d4799ce08a6c7a3289a6b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1620 from dhalbert/display-transactions-fix</title>
<updated>2019-03-07T15:19:42+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-07T15:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2de8236979ad987193a9a729dc379b612e442b84'/>
<id>urn:sha1:2de8236979ad987193a9a729dc379b612e442b84</id>
<content type='text'>
Rework displayio display bus transaction handling during refresh</content>
</entry>
<entry>
<title>Shrink build so de_DE fits</title>
<updated>2019-03-07T12:47:18+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-07T12:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=26ed411936704e54af5e10e12d3cfa7a58ef55e5'/>
<id>urn:sha1:26ed411936704e54af5e10e12d3cfa7a58ef55e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework background display task to allow reads from SPI SD card during display. Clarify code. Handle multiple displays better.</title>
<updated>2019-03-07T05:08:16+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-07T05:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1f31877d5519813f94feabf3aedfd21e9461ce17'/>
<id>urn:sha1:1f31877d5519813f94feabf3aedfd21e9461ce17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check display-bus transaction status and act accordingly</title>
<updated>2019-03-06T18:45:48+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-06T18:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c854f6617a0b343333635fe0cc91419daff7cdd5'/>
<id>urn:sha1:c854f6617a0b343333635fe0cc91419daff7cdd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1601 from penguindustin/master</title>
<updated>2019-03-06T17:43:55+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-06T17:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2eaa98ad7103ea4a03fc10fbcee7d2ec7a045a70'/>
<id>urn:sha1:2eaa98ad7103ea4a03fc10fbcee7d2ec7a045a70</id>
<content type='text'>
added height and width attributes for displayio</content>
</entry>
<entry>
<title>changed from mp_int_t to uint16_t</title>
<updated>2019-03-06T05:25:09+00:00</updated>
<author>
<name>Dustin Mendoza</name>
<email>penguindustin@gmail.com</email>
</author>
<published>2019-03-06T05:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4145f87fcd25f5adc2bcca52f96fea3b9f965e48'/>
<id>urn:sha1:4145f87fcd25f5adc2bcca52f96fea3b9f965e48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1618 from dhalbert/build-uf2-for-radio-boards</title>
<updated>2019-03-05T19:25:47+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-05T19:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=233cfcd4a2eab4f1d1f84e5356e0873f7534c3fc'/>
<id>urn:sha1:233cfcd4a2eab4f1d1f84e5356e0873f7534c3fc</id>
<content type='text'>
Build both BIN and UF2 for RFM boards</content>
</entry>
<entry>
<title>Build both BIN and UF2 for RFM boards</title>
<updated>2019-03-05T18:11:10+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-03-05T18:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b1d194505ea440f0203f9a49abc8680c7c4d9634'/>
<id>urn:sha1:b1d194505ea440f0203f9a49abc8680c7c4d9634</id>
<content type='text'>
</content>
</entry>
</feed>
