<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/frozen/circuitpython-stage, branch 6.0.0-rc.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-rc.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-rc.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-10-02T10:17:49+00:00</updated>
<entry>
<title>Bump circuitpython-stage to 1.1.1</title>
<updated>2020-10-02T10:17:49+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-10-02T10:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd2b40fdf14ceee8400ada88f2cbfe87cbd19183'/>
<id>urn:sha1:dd2b40fdf14ceee8400ada88f2cbfe87cbd19183</id>
<content type='text'>
This adds handling of GameOver exception as SystemExit in anticipation
of the new way of starting games from the menu.
</content>
</entry>
<entry>
<title>pewpew_m4: Enable analogio and usb_hid</title>
<updated>2020-07-18T17:30:40+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-07-18T17:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d692f33a8b9638e37ba6e311432eeb96c0ec825'/>
<id>urn:sha1:8d692f33a8b9638e37ba6e311432eeb96c0ec825</id>
<content type='text'>
The newest version for the Stage library for PewPewM4 no longer contains
embedded graphics, which frees enough space in flash to enabled back
AnalogIO and also add USB_HID. There is still ~192 bytes left free.

If new additions to CircuitPython make it grow further, we can disable
USB_HID again.
</content>
</entry>
<entry>
<title>Bump circuitpython-stage to 1.0.11 to fix audio problems</title>
<updated>2020-04-16T11:56:03+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-04-16T11:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f7e89879295ce131e6a36d9ab92890d70566a67d'/>
<id>urn:sha1:f7e89879295ce131e6a36d9ab92890d70566a67d</id>
<content type='text'>
Fix #2773
</content>
</entry>
<entry>
<title>Fix RGB/BGR colors in Stage</title>
<updated>2020-04-15T21:41:38+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-04-15T21:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f39ca6052e4fd33e3ea1d879c80e11f643d0834a'/>
<id>urn:sha1:f39ca6052e4fd33e3ea1d879c80e11f643d0834a</id>
<content type='text'>
This makes the colors used by the stage library compatible with those
used by the displayio library.
</content>
</entry>
<entry>
<title>circuitpython-stage: allow choosing background color</title>
<updated>2020-01-30T14:24:04+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-01-30T14:24:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=27c36eea2bbadd1e5df1ef4fd9bf54824068f2c2'/>
<id>urn:sha1:27c36eea2bbadd1e5df1ef4fd9bf54824068f2c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump circuitpython-stage version to 1.0.8</title>
<updated>2019-12-26T21:13:52+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-12-26T21:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6205b55b192991916befc5aba45d1da08d5600ad'/>
<id>urn:sha1:6205b55b192991916befc5aba45d1da08d5600ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update PewPew M4</title>
<updated>2019-12-23T17:37:36+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-12-23T14:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b06057395baea6987aabfdc4782476f222dc24e8'/>
<id>urn:sha1:b06057395baea6987aabfdc4782476f222dc24e8</id>
<content type='text'>
PewPew M4 now has the pew.py added to its frozen libraries. Some
features needed to be disabled to make room for that.
</content>
</entry>
<entry>
<title>Add support for PewPew M4 board</title>
<updated>2019-09-05T08:50:33+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-08-04T12:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d50ed3b6e78c4f28fd3a38c429986a3e66216a74'/>
<id>urn:sha1:d50ed3b6e78c4f28fd3a38c429986a3e66216a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update circuitpython-stage to 1.0.4 for audiocore changes</title>
<updated>2019-08-01T02:19:50+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2019-08-01T02:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fd2299e51a0aec5a44e4ee4fc19859ad51966c41'/>
<id>urn:sha1:fd2299e51a0aec5a44e4ee4fc19859ad51966c41</id>
<content type='text'>
Since some parts of audioio were moved to audiocore, we now have
to import them differently.
</content>
</entry>
<entry>
<title>update stage too</title>
<updated>2019-06-19T19:44:10+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2019-06-19T19:44:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=14d0606fa05537fd089e6e293d8d5d8de4e74215'/>
<id>urn:sha1:14d0606fa05537fd089e6e293d8d5d8de4e74215</id>
<content type='text'>
</content>
</entry>
</feed>
