<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor/shared/filesystem.c, branch 6.1.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.1.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-01-11T21:26:27+00:00</updated>
<entry>
<title>Adding escape characters.</title>
<updated>2021-01-11T21:26:27+00:00</updated>
<author>
<name>Kattni Rembor</name>
<email>kattni@adafruit.com</email>
</author>
<published>2021-01-11T21:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09596ddca208b2bd337c5e6650e61d1ff972dad4'/>
<id>urn:sha1:09596ddca208b2bd337c5e6650e61d1ff972dad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update created code.py file formatting.</title>
<updated>2021-01-11T21:09:05+00:00</updated>
<author>
<name>Kattni Rembor</name>
<email>kattni@adafruit.com</email>
</author>
<published>2021-01-11T21:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9e9291777f5fe3bb6f1545c62cb7285268f61cda'/>
<id>urn:sha1:9e9291777f5fe3bb6f1545c62cb7285268f61cda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify iMX flash config and add Metro M7 1011</title>
<updated>2020-10-07T22:23:47+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-09-29T02:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09bc4157516dd59754a3eb1a5dbbb72a758ebe93'/>
<id>urn:sha1:09bc4157516dd59754a3eb1a5dbbb72a758ebe93</id>
<content type='text'>
This unifies the flash config to the settings used by the Boot ROM.
This makes the config unique per board which allows for changing
quad enable and status bit differences per flash device. It also
allows for timing differences due to the board layout.

This change also tweaks linker layout to leave more ram space for
the CircuitPython heap.
</content>
</entry>
<entry>
<title>Allow drive name to be set per target, with fallback to pre-existing behaviour</title>
<updated>2020-02-12T11:09:48+00:00</updated>
<author>
<name>Dave Marples</name>
<email>dave@marples.net</email>
</author>
<published>2020-02-12T11:09:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bfca65d86feed89bf64bc758368e2f871fdf8de2'/>
<id>urn:sha1:bfca65d86feed89bf64bc758368e2f871fdf8de2</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>update filesystem.c</title>
<updated>2019-11-25T19:43:46+00:00</updated>
<author>
<name>Ayan Pahwa</name>
<email>iayanpahwa@gmail.com</email>
</author>
<published>2019-11-25T19:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=718a28c886b996c7793ad563334070f5b7517477'/>
<id>urn:sha1:718a28c886b996c7793ad563334070f5b7517477</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Not creating code.py file for non-express boards</title>
<updated>2019-11-25T18:36:03+00:00</updated>
<author>
<name>Ayan Pahwa</name>
<email>iayanpahwa@gmail.com</email>
</author>
<published>2019-11-25T18:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5e1740d11f9cc446611281210a89b68013be8090'/>
<id>urn:sha1:5e1740d11f9cc446611281210a89b68013be8090</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build failure for boards with less memory</title>
<updated>2019-11-25T17:01:01+00:00</updated>
<author>
<name>Ayan Pahwa</name>
<email>iayanpahwa@gmail.com</email>
</author>
<published>2019-11-25T17:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9c6466cffb0ac3a303e49bd0b685a47807a30367'/>
<id>urn:sha1:9c6466cffb0ac3a303e49bd0b685a47807a30367</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable creation of code.py only for full builds</title>
<updated>2019-11-23T15:28:33+00:00</updated>
<author>
<name>Ayan Pahwa</name>
<email>iayanpahwa@gmail.com</email>
</author>
<published>2019-11-23T15:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=180b485f8b109baf64252a4b9793a37377af8c25'/>
<id>urn:sha1:180b485f8b109baf64252a4b9793a37377af8c25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Passing address of char_written at f_write</title>
<updated>2019-11-23T15:17:30+00:00</updated>
<author>
<name>Ayan Pahwa</name>
<email>iayanpahwa@gmail.com</email>
</author>
<published>2019-11-23T15:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=262cfd4ea3f80697baf8ca2ccfe63ec243c02870'/>
<id>urn:sha1:262cfd4ea3f80697baf8ca2ccfe63ec243c02870</id>
<content type='text'>
</content>
</entry>
</feed>
