<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/main.c, branch 6.0.0-alpha.3</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-alpha.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0-alpha.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-08-21T23:20:58+00:00</updated>
<entry>
<title>Add PSRAM support to ESP32S2</title>
<updated>2020-08-21T23:20:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-08-21T23:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f39708abb23b7c7794c04de184213433de481a33'/>
<id>urn:sha1:f39708abb23b7c7794c04de184213433de481a33</id>
<content type='text'>
When configured the CircuitPython heap will be on the external RAM.
When not available, the heap will be 48k inside the IDF heap.
</content>
</entry>
<entry>
<title>Merge pull request #3232 from hierophect/esp32-neopixel</title>
<updated>2020-08-11T18:04:39+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-08-11T18:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bbac68e77c8dac0b8b20825bbf83a09a3eaf2559'/>
<id>urn:sha1:bbac68e77c8dac0b8b20825bbf83a09a3eaf2559</id>
<content type='text'>
ESP32-S2: Add Neopixel support</content>
</entry>
<entry>
<title>Add skip for rgb matrix exception handling</title>
<updated>2020-08-10T22:00:50+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-08-10T22:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4613b58a31c8d439d92961f2034eb9f60b0d97c1'/>
<id>urn:sha1:4613b58a31c8d439d92961f2034eb9f60b0d97c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main: Allow these arrays to reside in ROM</title>
<updated>2020-08-04T19:45:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T19:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d92a77fdd3864d51b5774d65d4020965b85e095d'/>
<id>urn:sha1:d92a77fdd3864d51b5774d65d4020965b85e095d</id>
<content type='text'>
The missing second "const" made these mutable arrays pointing to
const string data.
</content>
</entry>
<entry>
<title>main: Drop "double extension" detection if not FULL_BUILD</title>
<updated>2020-08-04T19:45:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T17:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a85b6441fc6373689d793cd0904382464a5d58b7'/>
<id>urn:sha1:a85b6441fc6373689d793cd0904382464a5d58b7</id>
<content type='text'>
This saves nearly 200 bytes.  Curiously, it also saves RAM.
</content>
</entry>
<entry>
<title>Combine some "safe mode" messages</title>
<updated>2020-08-04T19:45:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T16:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d0427cf60c150a51f652f145425aeb4df9ee602b'/>
<id>urn:sha1:d0427cf60c150a51f652f145425aeb4df9ee602b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add externs. GCC10 complains about duplicate defines</title>
<updated>2020-07-22T23:26:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T23:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2bd6d056638f05185eb497ca2d039ebe9f386327'/>
<id>urn:sha1:2bd6d056638f05185eb497ca2d039ebe9f386327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into memmonitor</title>
<updated>2020-07-22T19:24:19+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-07-22T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1ec358094671716cadf9b17ca51deb346070bcae'/>
<id>urn:sha1:1ec358094671716cadf9b17ca51deb346070bcae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak declaration for boards with TCM</title>
<updated>2020-07-21T01:16:20+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T01:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=389c81341dc7267a7f51c468d5e90602b76569ab'/>
<id>urn:sha1:389c81341dc7267a7f51c468d5e90602b76569ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get AllocationAlarm working</title>
<updated>2020-07-18T00:15:03+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-17T02:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a1e4814a27713bd08b836cbae2afa9c858bfd4e4'/>
<id>urn:sha1:a1e4814a27713bd08b836cbae2afa9c858bfd4e4</id>
<content type='text'>
</content>
</entry>
</feed>
