<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/modules, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-05-26T07:05:58+00:00</updated>
<entry>
<title>esp8266/modules: Mount filesystem at root when creating for first time.</title>
<updated>2017-05-26T07:05:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-05-26T07:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eea584860dc65203dcae407819c2f139c1f71214'/>
<id>urn:sha1:eea584860dc65203dcae407819c2f139c1f71214</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/scripts: Move initsetup &amp; port_diag tools to modules/.</title>
<updated>2017-05-12T14:58:50+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-12T14:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ddf0b7dbc3843f2025da5a4cc1b588340c4aad13'/>
<id>urn:sha1:ddf0b7dbc3843f2025da5a4cc1b588340c4aad13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/scripts: Move drivers/modules to modules/ (frozen bytecode).</title>
<updated>2017-05-12T14:57:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-12T14:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e9308c189af388525becbcd42b81ea6d37738135'/>
<id>urn:sha1:e9308c189af388525becbcd42b81ea6d37738135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/modules/flashbdev: Reserve one sector for native code storage.</title>
<updated>2017-05-12T13:08:54+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-05-12T13:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5f7ce2a1ca65840ef95d0c044088bc38453b7471'/>
<id>urn:sha1:5f7ce2a1ca65840ef95d0c044088bc38453b7471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Change default settings to mount flash at root dir.</title>
<updated>2017-05-05T10:15:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-10T06:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e62235f8c755b270e478f403d8ac75c5192847ba'/>
<id>urn:sha1:e62235f8c755b270e478f403d8ac75c5192847ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Change to use new generic VFS sub-system.</title>
<updated>2017-01-27T06:21:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-27T04:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f9ecd484bbd698c0f85a3f40f391afeb01940052'/>
<id>urn:sha1:f9ecd484bbd698c0f85a3f40f391afeb01940052</id>
<content type='text'>
The VFS sub-system supports mounting of an arbitrary number of devices
(limited only by available RAM).  The internal flash is now mounted at
"/flash".
</content>
</entry>
<entry>
<title>esp8266/modules/flashbdev: Change RESERVED_SECS to 0.</title>
<updated>2017-01-06T07:30:55+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-06T07:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e343bea6e708d69258cd3d771b35d482ae22626b'/>
<id>urn:sha1:e343bea6e708d69258cd3d771b35d482ae22626b</id>
<content type='text'>
This effectively reverts the change that introduced this new constant.
The reason is so that users do not need to rebuild the filesystem on
their modules when upgrading the firmware.

Users can change RESERVED_SECS by hand if they need the feature, and in
future firmware it may default to a non-zero value.
</content>
</entry>
<entry>
<title>esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size.</title>
<updated>2017-01-06T05:22:53+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-06T05:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc7e48fdc80dec708dd3f1703490cb3d30561d91'/>
<id>urn:sha1:cc7e48fdc80dec708dd3f1703490cb3d30561d91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/modules/flashbdev: Remove code to patch bootloader flash size.</title>
<updated>2017-01-05T19:26:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-05T19:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a72294d7d494ae3231e7bad74f57baaa4da088c'/>
<id>urn:sha1:4a72294d7d494ae3231e7bad74f57baaa4da088c</id>
<content type='text'>
This code is no longer pertinent for some time - since switchover to
SDK2.0, there must be correct flash size set for bootloader, or there's
a risk of flash data corruption. And indeed, the correct flash size is
by default auto-detected by esptool.py 1.2.
</content>
</entry>
<entry>
<title>esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem.</title>
<updated>2017-01-04T12:47:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-04T12:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bae7798f1ef531c862421b37c0d5d462e34a6d2f'/>
<id>urn:sha1:bae7798f1ef531c862421b37c0d5d462e34a6d2f</id>
<content type='text'>
Starting at esp.flash_user_start(), the reserved sectors are for general
purpose use, for example for native code generation.  There is currently
one sector reserved as such.
</content>
</entry>
</feed>
