<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266, branch 2.2.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-23T15:57:59+00:00</updated>
<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>
<entry>
<title>esp8266: Correct SPI functionality when write_value is provided.</title>
<updated>2017-10-16T21:54:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-10-16T21:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6c7d35c40cb2b498b34befd4dcfc3d6d0bf3208b'/>
<id>urn:sha1:6c7d35c40cb2b498b34befd4dcfc3d6d0bf3208b</id>
<content type='text'>
It used to introduce extra clocks to the bus rather than changing the
value output.

This fixes SD cards.
</content>
</entry>
<entry>
<title>Do not allow a *io object to be used after deinit().</title>
<updated>2017-10-03T19:07:17+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-03T00:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c478c10923b9085b2abe135470e968029aaf2fdb'/>
<id>urn:sha1:c478c10923b9085b2abe135470e968029aaf2fdb</id>
<content type='text'>
Fixes #278, #277, #276, #275.
</content>
</entry>
<entry>
<title>esp8266: restore machine module</title>
<updated>2017-09-03T01:54:27+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-09-02T03:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e1eb1802a668ecdfb2703db08b559a3e5fcefc55'/>
<id>urn:sha1:e1eb1802a668ecdfb2703db08b559a3e5fcefc55</id>
<content type='text'>
</content>
</entry>
</feed>
