summaryrefslogtreecommitdiff
path: root/docs/esp8266
AgeCommit message (Expand)Author
2021-12-15docs: Remove trailing spaces and convert tabs to spaces.Damien George
2021-11-25docs/esp8266/tutorial: Fix comments of FrameBuffer examples.gibbonsc
2021-08-30docs/esp8266: Use monospace for software tools.Fernando
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-07-18docs: Replace master/slave with controller/peripheral in I2C and SPI.David P
2021-07-07docs/esp8266/tutorial: Change flash mode from dio to dout.finefoot
2021-05-14docs/esp8266: Add SSD1306 to quickref and tutorial.Mike Causer
2021-05-14docs/esp8266: Mention Signal in GPIO section of quickref.Mike Causer
2021-05-06docs/esp8266: Add WDT to quickref.Mike Causer
2021-05-04docs: Fix some spelling mistakes.Mike Causer
2021-05-04docs/esp8266: Clarify limitations of SSL in esp8266 and fix typos.Mordy Ovits
2021-05-04docs/esp8266: Add instructions on entering programming mode manually.Damien George
2021-05-04docs/esp8266: Add note about simultaneous use of STA_IF and AP_IF.Chris Liechti
2021-01-30docs/esp8266/quickref: Add warning block about NeoPixel timing.Christopher Tse
2020-10-01docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI.Damien George
2020-06-10docs/esp8266: Add quickref documentation for UART on esp8266.Nick Crabtree
2020-02-03docs/esp8266: In TCP tutorial, add HTTP response code and content-type.Jesse Andrews
2019-12-17docs/esp8266/quickref: Add note that machine.RTC is not fully supported.ketograph
2019-12-04docs: Remove spaces on lines that are empty.Damien George
2019-10-16docs: Fix spelling in various parts of the docs.Mike Causer
2019-10-16docs/esp8266: Add ntptime usage to esp8266 quickref.Mike Causer
2019-10-16docs/esp8266/tutorial: Make http_get sample function self contained.Thiago Paes
2019-05-07docs/esp8266: Add tutorial for APA102 LEDs.Mike Causer
2018-10-01docs: Unify all the ports into one set of documentation.Damien George
2018-06-25docs/esp8266: Fix minor typo in "certificates".jcea
2018-02-15docs/esp8266: Add a note concerning GPIO16 pull capabilities.Olivier Ortigues
2018-02-15docs/esp8266: Update PWM doc regarding clipping of min/max values.Olivier Ortigues
2017-12-13docs/esp8266/tutorial: Fix typo, change -> changed.Ryan Finnie
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-10-10docs/esp8266/quickref: Add quickref info for RTC class.Mike Causer
2017-10-04docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.Gabe
2017-07-24docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.Matthew Brener
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
2017-06-26docs/esp8266/tutorial/intro: Fix some grammatical typos.Damien George
2017-06-23docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.Paul Sokolovsky
2017-06-23docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares.Paul Sokolovsky
2017-06-02docs/esp8266/quickref: Polish Pin.on()/off() examples.Paul Sokolovsky
2017-05-30docs/esp8266: Consistently replace Pin.high/low methods with .on/off.Paul Sokolovsky
2017-04-18docs/esp8266/quickref: Add links from quickref page to machine classes.Damien George
2017-04-14docs/esp8266/tutorial/intro: Reword section on flash size requirement.Paul Sokolovsky
2017-04-07docs/esp8266/general: Start explicit "Known Issues", mentioned RTC inaccuracy.Paul Sokolovsky
2017-03-07docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.James Ouyang
2017-02-07docs/esp8266/tutorial: Specify the baudrate in picocom example command.Damien George
2017-01-04esp8266/general: Add "Scarcity of runtime resources" section.Paul Sokolovsky
2017-01-04docs/esp8266/tutorial: Close socket after reading page content.Max
2016-12-30docs/esp8266/tutorial: Update intro to add Getting the firmware section.Andrew Mulholland