<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/.gitmodules, branch 5.1.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.1.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.1.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-03-12T21:14:09+00:00</updated>
<entry>
<title>Change ST drivers submodule to match TinyUSB</title>
<updated>2020-03-12T21:14:09+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-03-12T21:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef7370d0238fe174d7ebab0a3b110a63ab191eaa'/>
<id>urn:sha1:ef7370d0238fe174d7ebab0a3b110a63ab191eaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>submodule move and sync</title>
<updated>2020-03-11T22:16:16+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-03-11T22:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=be7def128ac47c8128c06f187d11e6d501ec55fe'/>
<id>urn:sha1:be7def128ac47c8128c06f187d11e6d501ec55fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ulab: Use https://github.com/v923z/micropython-ulab/</title>
<updated>2020-03-09T19:48:52+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-03-09T19:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eab9b670d8a8f57c94ec1375cd5cea64fe7b1df8'/>
<id>urn:sha1:eab9b670d8a8f57c94ec1375cd5cea64fe7b1df8</id>
<content type='text'>
The only delta we were carrying was in the README.
</content>
</entry>
<entry>
<title>Merge branch 'master' into ulab</title>
<updated>2020-03-01T03:54:39+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jeff@adafruit.com</email>
</author>
<published>2020-03-01T03:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dc64857a7daa68086fb5eaba17d21078d07a5e9e'/>
<id>urn:sha1:dc64857a7daa68086fb5eaba17d21078d07a5e9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Freeze adafruit_requests and adafruit_esp32spi into feather_mimxrt1011</title>
<updated>2020-02-28T23:26:39+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2020-02-28T23:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3f26a0b06b8822d0789b1989c4bdc6387e792e27'/>
<id>urn:sha1:3f26a0b06b8822d0789b1989c4bdc6387e792e27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ulab: Incorporate it</title>
<updated>2020-02-27T17:03:03+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-02-04T16:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa3b9eba926525751d0968aef88317ce5ad25003'/>
<id>urn:sha1:fa3b9eba926525751d0968aef88317ce5ad25003</id>
<content type='text'>
</content>
</entry>
<entry>
<title>trying to add Adafruit_CircuitPython_Register again</title>
<updated>2020-02-09T00:15:23+00:00</updated>
<author>
<name>Max Holliday</name>
<email>maholli@stanford.edu</email>
</author>
<published>2020-02-09T00:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ffd15c29dcc27b61903e4fc2401b87155c095938'/>
<id>urn:sha1:ffd15c29dcc27b61903e4fc2401b87155c095938</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refine iMX RT memory layout and add three boards</title>
<updated>2020-01-18T01:36:08+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-01-09T04:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7d8dac9211dab92d750a0351335b4ad3fffc05e2'/>
<id>urn:sha1:7d8dac9211dab92d750a0351335b4ad3fffc05e2</id>
<content type='text'>
Introduces a way to place CircuitPython code and data into
tightly coupled memory (TCM) which is accessible by the CPU in a
single cycle. It also frees up room in the corresponding cache for
intermittent data. Loading from external flash is slow!

The data cache is also now enabled.

Adds support for the iMX RT 1021 chip. Adds three new boards:
* iMX RT 1020 EVK
* iMX RT 1060 EVK
* Teensy 4.0

Related to #2492, #2472 and #2477. Fixes #2475.
</content>
</entry>
<entry>
<title>Add initial MIMXRT10XX port</title>
<updated>2020-01-06T20:08:49+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2019-11-02T15:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=13e0cba6f18c1b569cf014fb4e3f0156ba63622e'/>
<id>urn:sha1:13e0cba6f18c1b569cf014fb4e3f0156ba63622e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2019-12-16T08:25:44+00:00</updated>
<author>
<name>KalbeAbbas</name>
<email>kalbeabbas142@gmail.com</email>
</author>
<published>2019-12-16T08:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89ed64157dfdff0f673f38f098f7c5380fac0347'/>
<id>urn:sha1:89ed64157dfdff0f673f38f098f7c5380fac0347</id>
<content type='text'>
</content>
</entry>
</feed>
