<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/README.md, branch azure</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=azure'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-06T03:40:51+00:00</updated>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>urn:sha1:01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
</entry>
<entry>
<title>esp8266/README: Make "Documentation" a top-level section.</title>
<updated>2017-06-24T14:38:53+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-24T14:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=602f7e2189ad235348b329bcd3eda536265b89e5'/>
<id>urn:sha1:602f7e2189ad235348b329bcd3eda536265b89e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Spelling fixes</title>
<updated>2017-05-29T08:36:05+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-05-29T07:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca16c3821053e5bf2b87aeb10007f73f31dc1eac'/>
<id>urn:sha1:ca16c3821053e5bf2b87aeb10007f73f31dc1eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/README: Add notice about 512K version.</title>
<updated>2017-04-13T22:03:46+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-13T22:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fbe7a81e30906b7e2c991cf76cf10d582fd2e012'/>
<id>urn:sha1:fbe7a81e30906b7e2c991cf76cf10d582fd2e012</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/README: Replace reference of alpha status to beta status.</title>
<updated>2017-04-13T21:56:41+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-04-13T21:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=40acbc2e10b8fc88b61ffc272729db4de65e5f72'/>
<id>urn:sha1:40acbc2e10b8fc88b61ffc272729db4de65e5f72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).</title>
<updated>2016-11-08T01:52:07+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-11-08T01:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5630778f0f3a114f5b7d7f71f3df0bd1c3b378f6'/>
<id>urn:sha1:5630778f0f3a114f5b7d7f71f3df0bd1c3b378f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target.</title>
<updated>2016-10-07T02:18:48+00:00</updated>
<author>
<name>dmanso</name>
<email>david.manso@epistolae.com</email>
</author>
<published>2016-09-26T20:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0363e1d7b5b80046b49b07d8fbb739315474b4b9'/>
<id>urn:sha1:0363e1d7b5b80046b49b07d8fbb739315474b4b9</id>
<content type='text'>
Added options to make deploy so it can be used for ESP8266 boards with
other flash configurations.  For example NodeMCU DEVKIT V1.0 can now use:

    $ make FLASH_MODE=dio FLASH_SIZE=32m deploy
</content>
</entry>
<entry>
<title>esp8266/README: Promote from "highly experimental" to "experimental".</title>
<updated>2016-07-02T20:14:22+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-02T20:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4cfe3e84b062034491f78aab972cfbf09bbd5062'/>
<id>urn:sha1:4cfe3e84b062034491f78aab972cfbf09bbd5062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/README: Describe how to build mpy-cross.</title>
<updated>2016-06-29T13:25:12+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-06-29T13:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=56845b6aff05a7a6a9aa3b916605eee8184be09b'/>
<id>urn:sha1:56845b6aff05a7a6a9aa3b916605eee8184be09b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/README: Add a very first start section.</title>
<updated>2016-05-19T18:10:35+00:00</updated>
<author>
<name>Torwag</name>
<email>torsten.wagner@gmail.com</email>
</author>
<published>2016-05-12T09:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6fa60153eae746bee4657ae3fcd69e71144c6d59'/>
<id>urn:sha1:6fa60153eae746bee4657ae3fcd69e71144c6d59</id>
<content type='text'>
Adding a very first start section to get people going after flashing.
I tried to condense it to  a minimum to avoid as much as possible
redundancy and bloating.
</content>
</entry>
</feed>
