<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266, branch 2.3.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.3.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.3.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-05-03T20:08:09+00:00</updated>
<entry>
<title>handle bad power on reset better</title>
<updated>2018-05-03T20:08:09+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-05-03T19:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=74a6edff4de212de11a435be12d19b5817ab8d2d'/>
<id>urn:sha1:74a6edff4de212de11a435be12d19b5817ab8d2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/etshal: delete incorrect function prototypes</title>
<updated>2018-04-07T01:39:35+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2018-04-07T01:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1062e193e497796d1eb28b82c0d0d596ec193e84'/>
<id>urn:sha1:1062e193e497796d1eb28b82c0d0d596ec193e84</id>
<content type='text'>
these are function prototypes not used in circuitpython.  The
declarations began to conflict with ones in the upstream SDK
at some point, so delete them.
</content>
</entry>
<entry>
<title>esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .</title>
<updated>2018-04-07T01:39:35+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-11-14T07:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7f4ff9b3cccbe6f965a36c3c8a30628e08886dc5'/>
<id>urn:sha1:7f4ff9b3cccbe6f965a36c3c8a30628e08886dc5</id>
<content type='text'>
Recent vendor SDKs ship libs with code in .text section, which previously
was going into .irom0.text. Adjust the linker script to route these
sections back to iROM (follows upstream change).
</content>
</entry>
<entry>
<title>Remove obsolete periphal drivers in esp module</title>
<updated>2018-02-23T15:57:59+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2018-02-23T15:57:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=641a44e3e9d69349bdc525865b164c983e7ca40c'/>
<id>urn:sha1:641a44e3e9d69349bdc525865b164c983e7ca40c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce reset mechanics to microcontroller.</title>
<updated>2017-12-05T22:50:58+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-12-05T22:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4d36990479888a0be503383367fbd1bd9b6976b'/>
<id>urn:sha1:b4d36990479888a0be503383367fbd1bd9b6976b</id>
<content type='text'>
This allows one to configure how a subsequent reset will behave and
also trigger a reset.

Fixes #350 and fixes #173
</content>
</entry>
<entry>
<title>add SPI.write_readinto() to esp8266 port</title>
<updated>2017-12-05T21:03:22+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-12-05T21:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2900ed22e714b64c8bb7c41b0f06bb57c4d237c2'/>
<id>urn:sha1:2900ed22e714b64c8bb7c41b0f06bb57c4d237c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266  enable framebuf (#408)</title>
<updated>2017-11-06T19:00:03+00:00</updated>
<author>
<name>jerryneedell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2017-11-06T19:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c1486a5c77ef2eb79e468bfc50f731cef933eb1'/>
<id>urn:sha1:3c1486a5c77ef2eb79e468bfc50f731cef933eb1</id>
<content type='text'>
enable framebuf for ESP8266</content>
</entry>
<entry>
<title>esp8266: add neopixel_write - remove neopixel.py (#339)</title>
<updated>2017-10-17T01:29:42+00:00</updated>
<author>
<name>jerryneedell</name>
<email>jerryneedell@gmail.com</email>
</author>
<published>2017-10-17T01:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c6a15f76adfe0a3627fd42f6a4a5f2c45be51b35'/>
<id>urn:sha1:c6a15f76adfe0a3627fd42f6a4a5f2c45be51b35</id>
<content type='text'>
For ESP8266, remove frozen module neopixel.py and add neopixel_write to mpconfigport.h. Use  [Adafruit_CircuitPython_Neopixel/neopixel.py](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel) instead.
</content>
</entry>
<entry>
<title>Merge pull request #336 from tannewt/2.x</title>
<updated>2017-10-16T22:43:28+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-16T22:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2ce87e250b14f192955b1eb7968246734193237'/>
<id>urn:sha1:e2ce87e250b14f192955b1eb7968246734193237</id>
<content type='text'>
esp8266: Correct SPI functionality when write_value is provided.</content>
</entry>
<entry>
<title>esp8266: Actually disable pins when reset on reload.</title>
<updated>2017-10-16T22:13:09+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-10-16T22:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c216c2876f46501db62faa133d9ac2c150791814'/>
<id>urn:sha1:c216c2876f46501db62faa133d9ac2c150791814</id>
<content type='text'>
</content>
</entry>
</feed>
