<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor, branch 6.1.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-01-12T15:23:07+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'origin/main' into audioout-esp32</title>
<updated>2021-01-12T15:23:07+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-01-12T15:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1ca29ec47c9f51589faa151b659dfd1dd4a349ef'/>
<id>urn:sha1:1ca29ec47c9f51589faa151b659dfd1dd4a349ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3973 from kattni/update-code-py</title>
<updated>2021-01-12T00:56:18+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2021-01-12T00:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=047708e36e67beee14771120296cdf758f00601d'/>
<id>urn:sha1:047708e36e67beee14771120296cdf758f00601d</id>
<content type='text'>
Update created code.py file formatting.</content>
</entry>
<entry>
<title>Adding escape characters.</title>
<updated>2021-01-11T21:26:27+00:00</updated>
<author>
<name>Kattni Rembor</name>
<email>kattni@adafruit.com</email>
</author>
<published>2021-01-11T21:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09596ddca208b2bd337c5e6650e61d1ff972dad4'/>
<id>urn:sha1:09596ddca208b2bd337c5e6650e61d1ff972dad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update created code.py file formatting.</title>
<updated>2021-01-11T21:09:05+00:00</updated>
<author>
<name>Kattni Rembor</name>
<email>kattni@adafruit.com</email>
</author>
<published>2021-01-11T21:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e9291777f5fe3bb6f1545c62cb7285268f61cda'/>
<id>urn:sha1:9e9291777f5fe3bb6f1545c62cb7285268f61cda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>background tasks: Add, use port_wake_main_task</title>
<updated>2021-01-09T20:02:47+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2021-01-09T19:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e20c65d8f044cb9522cd1a7f4a3030efefa77cbb'/>
<id>urn:sha1:e20c65d8f044cb9522cd1a7f4a3030efefa77cbb</id>
<content type='text'>
Some ports need an extra operation to ensure that the main task is
awoken so that a queued background task will execute during an ongoing
light sleep.

This removes the need to enable supervisor ticks while I2SOut is operating.

Closes: #3952
</content>
</entry>
<entry>
<title>avoid inline compile errors</title>
<updated>2021-01-09T04:07:21+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2021-01-09T03:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=255ffa979cd62063bcbabbc64e3c4fb8d1c0f216'/>
<id>urn:sha1:255ffa979cd62063bcbabbc64e3c4fb8d1c0f216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix size of memset in board_reset_user_neopixels()</title>
<updated>2021-01-04T21:50:09+00:00</updated>
<author>
<name>DavePutz</name>
<email>dwputz@gmail.com</email>
</author>
<published>2021-01-04T21:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ce55822680b3b4005f370bbd735d50402cd48925'/>
<id>urn:sha1:ce55822680b3b4005f370bbd735d50402cd48925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add include to tick.c for mp_hal_is_interrupted()</title>
<updated>2020-12-26T18:39:48+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2020-12-26T18:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=938a0fa2fc9ffaba15f345f102a34c5354166c4a'/>
<id>urn:sha1:938a0fa2fc9ffaba15f345f102a34c5354166c4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into pin_alarm</title>
<updated>2020-12-24T03:05:02+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2020-12-24T03:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8061a2574d27db6c0e1c35890879204381b20afe'/>
<id>urn:sha1:8061a2574d27db6c0e1c35890879204381b20afe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3862 from dhalbert/storage-remount</title>
<updated>2020-12-22T18:11:54+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-12-22T18:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8b5b602ea775f4957befc03e720e687135abd340'/>
<id>urn:sha1:8b5b602ea775f4957befc03e720e687135abd340</id>
<content type='text'>
unmounted filesystems start as ejected</content>
</entry>
</feed>
