<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/main.c, branch 6.1.0-beta.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.0-beta.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.0-beta.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-12-02T20:51:43+00:00</updated>
<entry>
<title>Merge pull request #3767 from dhalbert/sleep</title>
<updated>2020-12-02T20:51:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-12-02T20:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d7ba641ff646b48e5ad38ff72a2dcfe17bb54624'/>
<id>urn:sha1:d7ba641ff646b48e5ad38ff72a2dcfe17bb54624</id>
<content type='text'>
Initial alarm and sleep PR: time alarms with light and deep sleep; PinAlarms not yet implemented</content>
</entry>
<entry>
<title>address review comments</title>
<updated>2020-12-02T01:01:14+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-12-02T01:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8b7c23c1ee5d3fbfbda9116d6689e99f44e3b95a'/>
<id>urn:sha1:8b7c23c1ee5d3fbfbda9116d6689e99f44e3b95a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add movable allocation system.</title>
<updated>2020-11-28T16:50:23+00:00</updated>
<author>
<name>Christian Walther</name>
<email>cwalther@gmx.ch</email>
</author>
<published>2020-10-11T12:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c7404a3ff89c738c002ec63448a58d56330dfcc3'/>
<id>urn:sha1:c7404a3ff89c738c002ec63448a58d56330dfcc3</id>
<content type='text'>
This allows calls to `allocate_memory()` while the VM is running, it will then allocate from the GC heap (unless there is a suitable hole among the supervisor allocations), and when the VM exits and the GC heap is freed, the allocation will be moved to the bottom of the former GC heap and transformed into a proper supervisor allocation. Existing movable allocations will also be moved to defragment the supervisor heap and ensure that the next VM run gets as much memory as possible for the GC heap.

By itself this breaks terminalio because it violates the assumption that supervisor_display_move_memory() still has access to an undisturbed heap to copy the tilegrid from. It will work in many cases, but if you're unlucky you will get garbled terminal contents after exiting from the vm run that created the display. This will be fixed in the following commit, which is separate to simplify review.
</content>
</entry>
<entry>
<title>deep sleep working; deep sleep delay when connected</title>
<updated>2020-11-27T03:06:37+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-11-27T03:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=104a089677d62de3554deea7850796dfbb29b1fc'/>
<id>urn:sha1:104a089677d62de3554deea7850796dfbb29b1fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge from upstream + wip</title>
<updated>2020-11-25T22:52:06+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-11-25T22:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef0830bfe241b544b05bd3081f5bba03af57fe0d'/>
<id>urn:sha1:ef0830bfe241b544b05bd3081f5bba03af57fe0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed alarm.time API</title>
<updated>2020-11-25T20:09:27+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-11-25T20:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9dbea36eac9a78cf324bba8d32a5cb2c9940d411'/>
<id>urn:sha1:9dbea36eac9a78cf324bba8d32a5cb2c9940d411</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some API renaming and bug fixes; fix docs</title>
<updated>2020-11-25T04:37:05+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-11-25T04:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f868cc5dd02319957500180541281f41ec0d0573'/>
<id>urn:sha1:f868cc5dd02319957500180541281f41ec0d0573</id>
<content type='text'>
</content>
</entry>
<entry>
<title>working, but need to avoid deep sleeping too fast before USB ready</title>
<updated>2020-11-24T03:44:53+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-11-24T03:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a45afc54919162df342fab421ed113ff1771d01'/>
<id>urn:sha1:7a45afc54919162df342fab421ed113ff1771d01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip</title>
<updated>2020-11-23T00:10:09+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-11-23T00:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0f1ec3c4a3dd52b11752e10d0dd31202e9c705f'/>
<id>urn:sha1:a0f1ec3c4a3dd52b11752e10d0dd31202e9c705f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wip: ResetReason to microcontroller.cpu</title>
<updated>2020-11-22T04:29:52+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-11-22T04:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75559f35ccc946dfd292e25671919e5d5b3bd7a6'/>
<id>urn:sha1:75559f35ccc946dfd292e25671919e5d5b3bd7a6</id>
<content type='text'>
</content>
</entry>
</feed>
