aboutsummaryrefslogtreecommitdiff
path: root/esp8266/README.md
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
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.
2017-06-24esp8266/README: Make "Documentation" a top-level section.Paul Sokolovsky
2017-05-29various: Spelling fixesVille Skyttä
2017-04-14esp8266/README: Add notice about 512K version.Paul Sokolovsky
2017-04-14esp8266/README: Replace reference of alpha status to beta status.Paul Sokolovsky
2016-11-08esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).Paul Sokolovsky
2016-10-07esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target.dmanso
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
2016-07-02esp8266/README: Promote from "highly experimental" to "experimental".Paul Sokolovsky
2016-06-29esp8266/README: Describe how to build mpy-cross.Damien George
2016-05-19esp8266/README: Add a very first start section.Torwag
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.
2016-04-30esp8266/README: Mention WebREPL.Paul Sokolovsky
2016-04-28esp8266/README: Add recently required step of 'make axtls'.bsdfox
2016-04-17esp8266/README.md: Update feature list for current state of affairs.Paul Sokolovsky
2016-04-17esp8266/README.md: Typo fix.Paul Sokolovsky
2016-04-07esp8266/README: Add short troubleshooting section.Paul Sokolovsky
2016-04-03esp8266: Update flashing instructions in README.Paul Sokolovsky
2016-04-03esp8266/README: Add link to docs.Paul Sokolovsky
2016-03-27esp8266/README: Update for the current status of the port.Paul Sokolovsky
2016-03-25esp8266/README: Remove outdated reference to initial port heap size.Paul Sokolovsky
2016-03-23esp8266: Update README with the latest features.Paul Sokolovsky
2016-03-11esp8266: Mention git submodule in build instructions for esp8266 port.Christopher Arndt
2016-02-08esp8266/README: Add hint about adding toolchain to PATH.Paul Sokolovsky
2015-10-12Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George
2015-06-19esp8266: README: Typo fix.Paul Sokolovsky
2015-06-18esp8266: Explicit warning that port is experimental and subject to change.Paul Sokolovsky
2015-06-18ESP8266: Update the README.md to reflect what worksRadomir Dopieralski
2014-12-06esp8266/README: Fix typos.Paul Sokolovsky
2014-11-29esp8266: Add README.md.Damien George