<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/shared-bindings/supervisor, branch 5.3.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-12-31T03:49:20+00:00</updated>
<entry>
<title>Remove nRF52832 support</title>
<updated>2018-12-31T03:49:20+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-12-31T03:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b6b5ed9c893f1d0ecdad03e18596a5bc33a08883'/>
<id>urn:sha1:b6b5ed9c893f1d0ecdad03e18596a5bc33a08883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the docs next to the implementation</title>
<updated>2018-10-10T06:15:25+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2018-10-10T06:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0688709c4fb965b318ad40d2cab19911bd1497e8'/>
<id>urn:sha1:0688709c4fb965b318ad40d2cab19911bd1497e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added Documentation for the serial_bytes_available attribute</title>
<updated>2018-10-10T02:50:59+00:00</updated>
<author>
<name>ATMakersBill</name>
<email>bill@atmakers.org</email>
</author>
<published>2018-10-10T02:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=05d4b8cf50685db683dd48d7d3037da868385a0a'/>
<id>urn:sha1:05d4b8cf50685db683dd48d7d3037da868385a0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replacing change to input() with separate method to check for USB Serial input</title>
<updated>2018-10-09T22:37:52+00:00</updated>
<author>
<name>ATMakersBill</name>
<email>bill@atmakers.org</email>
</author>
<published>2018-10-09T22:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9f94712ad10193c4fc6d888ef3ebc611bc0e011c'/>
<id>urn:sha1:9f94712ad10193c4fc6d888ef3ebc611bc0e011c</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>
