aboutsummaryrefslogtreecommitdiff
path: root/docs/esp8266/general.rst
AgeCommit message (Collapse)Author
2019-10-16docs: Fix spelling in various parts of the docs.Mike Causer
2018-10-01docs: Unify all the ports into one set of documentation.Damien George
With this commit there is now only one entry point into the whole documentation, which describes the general MicroPython language, and then from there there are links to information about specific platforms/ports. This commit doesn't change content (almost, it does fix a few internal links), it just reorganises things.
2018-06-25docs/esp8266: Fix minor typo in "certificates".jcea
2017-11-02docs/esp8266/general: Minor grammar fixes.Paul Sokolovsky
2017-11-01docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations.Paul Sokolovsky
2017-10-30docs/esp8266/general: Add section on TLS limitations.Paul Sokolovsky
2017-07-21eps8266/general: Fix typo in recent example.Paul Sokolovsky
2017-07-21eps8266/general: Add known issue of WiFi RX buffers overflow.Peter Hinch
2017-07-02docs/esp8266/general.rst: Fix name of NTP module.Patrick O'Leary
The simple NTP client module is named "ntptime.py".
2017-04-07docs/esp8266/general: Start explicit "Known Issues", mentioned RTC inaccuracy.Paul Sokolovsky
2017-01-04esp8266/general: Add "Scarcity of runtime resources" section.Paul Sokolovsky
With warnings of need to close files, sockets, etc.
2016-11-06docs/esp8266: Update for new WebREPL setup procedure.Paul Sokolovsky
2016-08-02docs: Spelling mistakesMike Causer
2016-06-03docs/esp8266/general: Add note about RTC overflow.puuu
2016-06-01esp8266/general: Typo/grammar fixes.Paul Sokolovsky
2016-05-30docs/esp8266/general: Remove duplicate phrase.Tomas R
2016-05-23docs/esp8266/general: Grammar fixes.mad474
2016-05-02docs/esp8266/general: Add "Boot process" section.Paul Sokolovsky
2016-05-02docs/esp8266/general: Add techspec section.Paul Sokolovsky
Link to vendor forum with datasheets, etc. is provided, as well as inline TTX.
2016-05-02docs/esp8266/general: Fix list formatting.Paul Sokolovsky
2016-05-02docs/esp8266/general: Add more points to "Multitude of boards" section.Paul Sokolovsky
2016-05-02docs/esp8266/general: WebREPL is described in quickref for now.Paul Sokolovsky
2016-04-21docs/esp8266/general: Start "General information" for esp8266.Paul Sokolovsky