<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/supervisor/__init__.c, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-08-06T16:01:28+00:00</updated>
<entry>
<title>Modify some Python stubs</title>
<updated>2020-08-06T16:01:28+00:00</updated>
<author>
<name>Taku Fukada</name>
<email>naninunenor@gmail.com</email>
</author>
<published>2020-08-03T04:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=56c898da80df57d0e83f4e8d1ee44f4351ce1d8c'/>
<id>urn:sha1:56c898da80df57d0e83f4e8d1ee44f4351ce1d8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix several type hints</title>
<updated>2020-07-27T09:05:13+00:00</updated>
<author>
<name>Taku Fukada</name>
<email>naninunenor@gmail.com</email>
</author>
<published>2020-07-25T08:58:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d356581651e4a11dc18787da95e2f96bfde3575d'/>
<id>urn:sha1:d356581651e4a11dc18787da95e2f96bfde3575d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swap sphinx to autoapi and the inline stubs</title>
<updated>2020-05-13T00:28:24+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-05-13T00:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e8de3c554024d3ac89e9ee77b958a6932a64bec'/>
<id>urn:sha1:4e8de3c554024d3ac89e9ee77b958a6932a64bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Did struct, supervisor, terminalio</title>
<updated>2020-05-12T15:28:33+00:00</updated>
<author>
<name>dherrada</name>
<email>dylan.herrada@gmail.com</email>
</author>
<published>2020-05-12T15:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=991045b9ce958db9d7102d621f4e7860301e4c21'/>
<id>urn:sha1:991045b9ce958db9d7102d621f4e7860301e4c21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support internationalisation.</title>
<updated>2018-08-07T21:58:57+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-07-31T23:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=933add6cd833bb6ba6682ad2b6eb478871415ff5'/>
<id>urn:sha1:933add6cd833bb6ba6682ad2b6eb478871415ff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove rogue execute bit. Must a common incorrect shortcut for me. :-)</title>
<updated>2018-07-31T19:42:21+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-07-31T19:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a88cdaca6a462da398b8e3a8a0c7de02d810ca37'/>
<id>urn:sha1:a88cdaca6a462da398b8e3a8a0c7de02d810ca37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow for resizing the stack area.</title>
<updated>2018-07-31T12:18:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-07-25T12:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12cf5e51c29a5a74ced59c6c89af44e93e2de815'/>
<id>urn:sha1:12cf5e51c29a5a74ced59c6c89af44e93e2de815</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic memory allocation outside Python runtime</title>
<updated>2018-07-31T12:18:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-05-24T20:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=777542c716e07e78439c3c6bbf442722ebaaecc6'/>
<id>urn:sha1:777542c716e07e78439c3c6bbf442722ebaaecc6</id>
<content type='text'>
This allows for the heap to fill all space but the stack. It also
allows us to designate space for memory outside the runtime for
things such as USB descriptors, flash cache and main filename.

Fixes #754
</content>
</entry>
<entry>
<title>Rephrase the doc</title>
<updated>2018-05-16T21:28:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-05-16T21:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=918d30cb97c8d15ad27c6a59f68c55dc211b425a'/>
<id>urn:sha1:918d30cb97c8d15ad27c6a59f68c55dc211b425a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move reload exception to reload.c</title>
<updated>2018-05-14T21:41:17+00:00</updated>
<author>
<name>Roy Hooper</name>
<email>rhooper@toybox.ca</email>
</author>
<published>2018-05-14T21:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=92b1cb574320578abe022c021c4b1891cfafbae6'/>
<id>urn:sha1:92b1cb574320578abe022c021c4b1891cfafbae6</id>
<content type='text'>
</content>
</entry>
</feed>
