Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | all: Fix spelling mistakes based on codespell check. | Damien George | 2023-04-27 |
| | | | | Signed-off-by: Damien George <damien@micropython.org> | ||
* | top: Replace upip with mip everywhere. | Jim Mussared | 2022-09-30 |
| | | | | | | | | | | Updates all README.md and docs, and manifests to `require("mip")`. Also extend and improve the documentation on freezing and packaging. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | ||
* | docs: Remove trailing spaces and convert tabs to spaces. | Damien George | 2021-12-15 |
| | | | | Signed-off-by: Damien George <damien@micropython.org> | ||
* | docs/esp8266/tutorial: Change flash mode from dio to dout. | finefoot | 2021-07-07 |
| | | | | | | For some boards, even -fm dio is too fast and they require -fm dout. This commit links to the esptool wiki about available flash modes and changes dio to dout. | ||
* | docs/esp8266: Add instructions on entering programming mode manually. | Damien George | 2021-05-04 |
| | | | | | | | | | This adds to the ESP8266 tutorial instructions explaining which pins to pull low to enter programming mode. Commit made originally by @ARF1 in #2910. Signed-off-by: Damien George <damien@micropython.org> | ||
* | docs/esp8266/tutorial/intro: Fix some grammatical typos. | Damien George | 2017-06-26 |
| | |||
* | docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks. | Paul Sokolovsky | 2017-06-23 |
| | | | | At least, Sphinx 1.3.6. | ||
* | docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares. | Paul Sokolovsky | 2017-06-23 |
| | | | | This follows similar warnings in other parts of docs. | ||
* | docs/esp8266/tutorial/intro: Reword section on flash size requirement. | Paul Sokolovsky | 2017-04-14 |
| | | | | | Give a clearly dissuading tone on end users trying 512KB version - it has to many end-usery features lacking. | ||
* | docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support. | James Ouyang | 2017-03-07 |
| | | | | | esptool 1.3 now supports both Python 2.7 and 3.4+. Updated github link to now-official espressif repo. | ||
* | docs/esp8266/tutorial: Update intro to add Getting the firmware section. | Andrew Mulholland | 2016-12-30 |
| | | | | | Add a "Getting the firmware" section to better describe how to get hold of the MicroPython firmware, especially if you have a 512kb module. | ||
* | esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect). | Paul Sokolovsky | 2016-11-08 |
| | |||
* | docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip. | Paul Sokolovsky | 2016-08-10 |
| | | | | | It used a standard BootROM programming algo and may be useful as a fallback. | ||
* | docs/esp8266/intro: Focus on hazards of unearthed power wrt electronics. | Paul Sokolovsky | 2016-08-07 |
| | |||
* | docs/esp8266/tutorial/intro: Add anchor for link from quickeref. | Paul Sokolovsky | 2016-08-07 |
| | |||
* | docs/esp8266/intro: Add troubleshooting section. | Paul Sokolovsky | 2016-08-07 |
| | | | | Tries to summarize most of the issues we've seen so far. | ||
* | docs/esp8266/intro: Rename to "Getting started" from "Introduction". | Paul Sokolovsky | 2016-08-07 |
| | | | | | People tend to skip introductions (everyone knows what esp8266 is, right?), so try to do A/B testing with a title inviting to read it. | ||
* | esp8266/tutorial/intro: Reword para abou -fm dio switch. | Paul Sokolovsky | 2016-08-07 |
| | | | | Not all NodeMCU boards require it. | ||
* | docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual. | Damien George | 2016-05-03 |
| | |||
* | esp8266/tutorial: Mention that esptool is available via pip. | Damien George | 2016-05-03 |
| | |||
* | docs/esp8266: Add ESP8266 tutorial. | Damien George | 2016-05-03 |