<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/modules, branch 1.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=1.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=1.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-02-21T10:50:32+00:00</updated>
<entry>
<title>ESP8266: Add reset note to webrepl init.</title>
<updated>2017-02-21T10:50:32+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-02-21T10:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=44e5d3608691870f9642c8ccb3bc6626acc00764'/>
<id>urn:sha1:44e5d3608691870f9642c8ccb3bc6626acc00764</id>
<content type='text'>
</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>
<entry>
<title>esp8266: Move websocket_helper.py from scripts to modules for frozen BC.</title>
<updated>2016-12-05T02:01:08+00:00</updated>
<author>
<name>puuu</name>
<email>puuu@users.noreply.github.com</email>
</author>
<published>2016-11-11T06:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4fc607a1d77e1cf9e1fe1c037ad28d309c81113e'/>
<id>urn:sha1:4fc607a1d77e1cf9e1fe1c037ad28d309c81113e</id>
<content type='text'>
websocket_helper.py is used by webrepl.  If webrepl is enabled and
websocket_helper.py is not frozen bytecode it leads to heap
fragmentation.
</content>
</entry>
<entry>
<title>esp8266: Include upip as a standard frozen bytecode module.</title>
<updated>2016-11-07T22:34:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-07T22:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1cc168d48736cca9326835eefb8b5ccdc4d63718'/>
<id>urn:sha1:1cc168d48736cca9326835eefb8b5ccdc4d63718</id>
<content type='text'>
Previously, it was included only in release builds, but it's important
tool which should be always at the fingertips to be useful (and to
pump up its usage).
</content>
</entry>
<entry>
<title>esp8266: Rework webrepl_setup to run over wired REPL.</title>
<updated>2016-11-06T07:01:48+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-06T07:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e84e3e7c106de2588394c787031c9bb9f55ad2ea'/>
<id>urn:sha1:e84e3e7c106de2588394c787031c9bb9f55ad2ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers: Add "from micropython import const" when const is used.</title>
<updated>2016-11-03T01:41:11+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-03T01:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7bb0f7b0f6218e813ca1ea9a21d5d549c7b36ab9'/>
<id>urn:sha1:7bb0f7b0f6218e813ca1ea9a21d5d549c7b36ab9</id>
<content type='text'>
Following best-practice use of the const feature, to make it compatible
with Python.
</content>
</entry>
<entry>
<title>esp8266/modules: Fix negative temperature in ds18x20 driver.</title>
<updated>2016-11-02T11:58:49+00:00</updated>
<author>
<name>ernitron</name>
<email>ernitron@gmail.com</email>
</author>
<published>2016-10-31T09:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e5f06559e6762b00e36a66901ba092676cd8e019'/>
<id>urn:sha1:e5f06559e6762b00e36a66901ba092676cd8e019</id>
<content type='text'>
</content>
</entry>
</feed>
