<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor/shared/external_flash, branch 5.3.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=5.3.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-04-21T01:56:05+00:00</updated>
<entry>
<title>external_flash: add support for mx25r1635f</title>
<updated>2020-04-21T01:56:05+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-04-17T02:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=05b5356accefa02a868064fbc402a4646535004d'/>
<id>urn:sha1:05b5356accefa02a868064fbc402a4646535004d</id>
<content type='text'>
This flash chip is used in Simmel.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>supervisor/shared/external_flash/devices.h: Add MX25L51245G support.</title>
<updated>2020-03-25T21:16:09+00:00</updated>
<author>
<name>Brian Dean</name>
<email>bsd@bdmicro.com</email>
</author>
<published>2020-03-25T21:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b1d83c3f5e08ac57799a535ced7fe70032552f57'/>
<id>urn:sha1:b1d83c3f5e08ac57799a535ced7fe70032552f57</id>
<content type='text'>
Add external flash support for Macronix MX25L51245G 64MiB SPI flash.
</content>
</entry>
<entry>
<title>samd51 thing plus: new port</title>
<updated>2020-02-25T17:52:23+00:00</updated>
<author>
<name>jepler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-09-13T17:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f20255813f56a17b8a83663173577a17fade5e45'/>
<id>urn:sha1:f20255813f56a17b8a83663173577a17fade5e45</id>
<content type='text'>
testing performed:
 * successfully store and retrieve a 500kB file on the flash
 * square wave output on each pin appears on o'scope
 * board.SPI(), board.SERIAL(), board.I2C() all construct
</content>
</entry>
<entry>
<title>Add support for external flash device Winbond.com W25Q80DV</title>
<updated>2020-02-07T00:46:43+00:00</updated>
<author>
<name>Langston Nashold</name>
<email>lgnashold@gmail.com</email>
</author>
<published>2020-02-06T05:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=76d8e5b39966adb2a5c17dc0a8be9cd44e7957a9'/>
<id>urn:sha1:76d8e5b39966adb2a5c17dc0a8be9cd44e7957a9</id>
<content type='text'>
Currently, we only support external flash device W25Q80DL. This
adds support for the W25Q80DL.

tweak
</content>
</entry>
<entry>
<title>Implement requested changes</title>
<updated>2020-01-28T22:11:25+00:00</updated>
<author>
<name>Lucian Copeland</name>
<email>hierophect@gmail.com</email>
</author>
<published>2020-01-28T22:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c8600554654926fe88d65fc0b5d668c0bea476a'/>
<id>urn:sha1:3c8600554654926fe88d65fc0b5d668c0bea476a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>supervisor: external_flash: don't call m_free when it's bad</title>
<updated>2019-12-10T23:07:20+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-12-10T23:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4a5c17b5e79cf9bd02be248620d445065891a25'/>
<id>urn:sha1:f4a5c17b5e79cf9bd02be248620d445065891a25</id>
<content type='text'>
It's extremely dubious that we have these handles that we think
are to GC'd memory at a time when the gc pool may not be initialized.
Hopefully, they WERE valid GC memory and are undisturbed by the teardown
of the interpreter that can lead to this state.

In this case, don't try to m_free them, the memory will become free when
the GC heap is reinitialized.

Closes: #2338 (together with previous commit)
</content>
</entry>
<entry>
<title>supervisor: external_flash: don't call m_malloc_maybe when it's bad</title>
<updated>2019-12-10T23:06:09+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2019-12-10T21:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b22fbcd77da8c9724ed08228b89cfea53afdd5b6'/>
<id>urn:sha1:b22fbcd77da8c9724ed08228b89cfea53afdd5b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add board configuration for Winterbloom Sol</title>
<updated>2019-11-05T07:11:42+00:00</updated>
<author>
<name>Thea Flowers</name>
<email>me@thea.codes</email>
</author>
<published>2019-10-29T21:10:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73989dbcaf8cf28d291561811dd244a7de456dbf'/>
<id>urn:sha1:73989dbcaf8cf28d291561811dd244a7de456dbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2019-10-15T02:47:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2019-10-15T02:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1a7c787d3ca769cb8505498cb362f6b29b978ad0'/>
<id>urn:sha1:1a7c787d3ca769cb8505498cb362f6b29b978ad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add IS25LP128F flash device definition</title>
<updated>2019-10-14T21:42:53+00:00</updated>
<author>
<name>arturo182</name>
<email>arturo182@tlen.pl</email>
</author>
<published>2019-10-14T21:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e0f60d0c173f889199e431de3838cd1d93376500'/>
<id>urn:sha1:e0f60d0c173f889199e431de3838cd1d93376500</id>
<content type='text'>
</content>
</entry>
</feed>
