Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
b74809c70a78cc7fd7796f46776b17f8cf6ad3a4
/
docs
/
esp8266
1742ab2
docs/esp8266/general: Minor grammar fixes.
by Paul Sokolovsky
· 8 years ago
58c7856
docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations.
by Paul Sokolovsky
· 8 years ago
4dd523a
docs/esp8266/general: Add section on TLS limitations.
by Paul Sokolovsky
· 8 years ago
f599a38
docs/esp8266/quickref: Add quickref info for RTC class.
by Mike Causer
· 8 years ago
9e0cdb2
docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.
by Gabe
· 8 years ago
d003dae
docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.
by Matthew Brener
· 8 years ago
205c368
eps8266/general: Fix typo in recent example.
by Paul Sokolovsky
· 8 years ago
6ede921
eps8266/general: Add known issue of WiFi RX buffers overflow.
by Peter Hinch
· 8 years ago
45b127e
docs/esp8266/general.rst: Fix name of NTP module.
by Patrick O'Leary
· 8 years ago
0a54b6d
docs/esp8266/tutorial/intro: Fix some grammatical typos.
by Damien George
· 8 years ago
beb94b6
docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks.
by Paul Sokolovsky
· 8 years ago
51668df
docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares.
by Paul Sokolovsky
· 8 years ago
22ca539
docs/esp8266/quickref: Polish Pin.on()/off() examples.
by Paul Sokolovsky
· 8 years ago
272a5d9
docs/esp8266: Consistently replace Pin.high/low methods with .on/off.
by Paul Sokolovsky
· 8 years ago
daa5ba5
docs/esp8266/quickref: Add links from quickref page to machine classes.
by Damien George
· 8 years ago
a1c39ff
docs/esp8266/tutorial/intro: Reword section on flash size requirement.
by Paul Sokolovsky
· 8 years ago
e5278b9
docs/esp8266/general: Start explicit "Known Issues", mentioned RTC inaccuracy.
by Paul Sokolovsky
· 8 years ago
e73a0b9
docs/esp8266/tutorial: Update since esptool 1.3 added Python 3 support.
by James Ouyang
· 8 years ago
3217bbe
docs/esp8266/tutorial: Specify the baudrate in picocom example command.
by Damien George
· 8 years ago
52c1987
esp8266/general: Add "Scarcity of runtime resources" section.
by Paul Sokolovsky
· 9 years ago
e1f495a
docs/esp8266/tutorial: Close socket after reading page content.
by Max
· 9 years ago
71ff0b5
docs/esp8266/tutorial: Update intro to add Getting the firmware section.
by Andrew Mulholland
· 9 years ago
5630778
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
by Paul Sokolovsky
· 9 years ago
933198c
docs/*/quickref.rst: Use new semantics of ticks_diff()
by puuu
· 9 years ago
5c3d75c
docs/esp8266: Update for new WebREPL setup procedure.
by Paul Sokolovsky
· 9 years ago
b4df3e7
docs/esp8266/quickref: Further improvements for SPI subsections.
by Paul Sokolovsky
· 9 years ago
20da906
docs/esp8266/quickref: Update information on SPI classes.
by Paul Sokolovsky
· 9 years ago
76dcadd
docs/esp8266/quickref: Add internal links to docs for some modules.
by Damien George
· 9 years ago
13c5a22
docs/esp8266: Update quickref and tutorial for OneWire/DS18X20 driver.
by Damien George
· 9 years ago
ed0a06a
docs/esp8266/quickref: Fix and update the SPI docs
by Radomir Dopieralski
· 9 years ago
8e7dfea
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
by Radomir Dopieralski
· 9 years ago
5e01fb0
docs/esp8266/intro: Add command to install esptool.py 1.0.1 via pip.
by Paul Sokolovsky
· 9 years ago
2146cda
docs/esp8266/tutorial/pins: Fix typo in commands for pin input mode.
by Paul Sokolovsky
· 9 years ago
3e5534c
docs/esp8266/intro: Focus on hazards of unearthed power wrt electronics.
by Paul Sokolovsky
· 9 years ago
d2cab0b
docs/esp8266/tutorial/intro: Add anchor for link from quickeref.
by Paul Sokolovsky
· 9 years ago
f84dda7
docs/esp8266/quickref: Link to installation instructions.
by Paul Sokolovsky
· 9 years ago
a9923d1
docs/esp8266/intro: Add troubleshooting section.
by Paul Sokolovsky
· 9 years ago
919c54f
docs/esp8266/intro: Rename to "Getting started" from "Introduction".
by Paul Sokolovsky
· 9 years ago
1966745
esp8266/tutorial/intro: Reword para abou -fm dio switch.
by Paul Sokolovsky
· 9 years ago
ce166e6
docs: Spelling mistakes
by Mike Causer
· 9 years ago
b456484
docs: Add DHT to ESP8266 Quick Ref and Tutorial
by Mike Causer
· 9 years ago
0b913bd
docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if.
by Ben Hagen
· 9 years ago
3f6ca4b
docs/esp8266/general: Add note about RTC overflow.
by puuu
· 9 years ago
d8cc51e
docs/esp8266/quickref: Update WebREPL section for 1.8.1 release.
by Paul Sokolovsky
· 9 years ago
9a1a49c
esp8266/general: Typo/grammar fixes.
by Paul Sokolovsky
· 9 years ago
fdf45a7
esp8266/quickref: Use local image of Adafruit Huzzah board.
by Paul Sokolovsky
· 9 years ago
7d4fd8b
docs/esp8266/general: Remove duplicate phrase.
by Tomas R
· 9 years ago
eaecc4c
docs/esp8266/general: Grammar fixes.
by mad474
· 9 years ago
a0a08b4
esp8266: Add APA102 serial individually controllable LEDs support.
by misterdanb
· 9 years ago
ccb00b7
docs/esp8266/quickstart: remove i2c examples with stop=False
by Radomir Dopieralski
· 9 years ago
9b4502b
docs/esp8266/tutorial: Fix typo in do_connect() network example.
by Damien George
· 9 years ago
e89413e
docs/esp8266/quickref: New way to get MAC address
by Radomir Dopieralski
· 9 years ago
c156e89
Fix ESP8266 Network tutorial
by Paulus Schoutsen
· 9 years ago
56fd33a
docs/esp8266/tutorial: Change name of ESP8266 firmware to match actual.
by Damien George
· 9 years ago
c68c327
docs/esp8266/tutorial/repl: Reword description of initial WebREPL setup a bit.
by Paul Sokolovsky
· 9 years ago
1f396c5
docs/esp8266/tutorial/repl: Suggest using hosted WebREPL client.
by Paul Sokolovsky
· 9 years ago
5d05993
esp8266/tutorial: Mention that esptool is available via pip.
by Damien George
· 9 years ago
8af64bc
docs/esp8266/tutorial: Update pins tutorial to reflect changes in API.
by Damien George
· 9 years ago
879bc41
docs/esp8266: Add ESP8266 tutorial.
by Damien George
· 9 years ago
a22aa53
docs/esp8266/general: Add "Boot process" section.
by Paul Sokolovsky
· 9 years ago
12144e8
docs/esp8266/general: Add techspec section.
by Paul Sokolovsky
· 9 years ago
0f682f1
docs/esp8266/general: Fix list formatting.
by Paul Sokolovsky
· 9 years ago
5aa4db0
docs/esp8266/general: Add more points to "Multitude of boards" section.
by Paul Sokolovsky
· 9 years ago
74c6363
docs/esp8266/general: WebREPL is described in quickref for now.
by Paul Sokolovsky
· 9 years ago
d46cd02
docs/esp8266/quickref: Add info about WebREPL.
by Paul Sokolovsky
· 9 years ago
348edad
docs/esp8266: Update quickref to reflect changes to 1-wire and NeoPixel.
by Damien George
· 9 years ago
5c81475
docs/esp8266/tutorial: Add tutorial placeholder page.
by Paul Sokolovsky
· 9 years ago
fcc9d43
docs/esp8266: Add info about using deep-sleep mode to quickref.
by Damien George
· 9 years ago
2a51f72
docs/esp8266/general: Start "General information" for esp8266.
by Paul Sokolovsky
· 9 years ago
e4cb7c6
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
by Paul Sokolovsky
· 9 years ago
0cb10b5
docs/esp8266/quickref: Add note about GPIO16.
by Paul Sokolovsky
· 9 years ago
159f1aa
docs/esp8266/quickref: Note that timers supported are virtual ones.
by Paul Sokolovsky
· 9 years ago
2466cb6
docs/esp8266: Update quick reference: i2c.readfrom and neopixel example.
by Damien George
· 9 years ago
6b80ebe
docs/esp8266: Fix indent errors, typos, and add info about REPL UART.
by Damien George
· 9 years ago
4b6077b
docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.
by Damien George
· 9 years ago
809fbee
docs: Add esp8266 quick reference page, with basic info.
by Damien George
· 9 years ago