Marcel Stör
07341e977f
Transfer build options from README to docs ( #1860 )
...
* Transfer build options from README to docs, fixes #1830
* reference tls, u8g, ucg module configuration
2017-03-12 21:43:46 +01:00
Jonathan Karras
725feade27
Update DS18b20 examples ( #1851 )
...
- Remove old non-async examples from `lua-examples`.
- Rename `ds18b20.EN.md` to `README.md`
- Change remaining `toBase64` calls to the more standard `toHex` call.
- Fix some spelling and markdown formatting issues in README file.
Addresses issue #1841
2017-03-10 22:10:49 +01:00
Philip Gladstone
c0848ec66f
Sample code for timezone handling ( #1853 )
2017-03-10 22:09:36 +01:00
Jonathan Karras
f562ef8fc1
Grammar and spelling fixes ( #1852 )
2017-03-10 22:07:29 +01:00
Marcel Stör
e8d5a05952
Document that the socket receive event is fired for every frame, fixes #1849
2017-03-09 22:19:18 +01:00
FrankX
b4319bdb4b
Add driver for XPT2046 touch controller ( #1848 )
2017-03-09 07:20:01 +01:00
Yury Popov
466c03d90f
Deprecation messages for convenient net.create(Server/Connection) calls ( #1844 )
2017-03-07 20:50:32 +01:00
Jonathan Karras
4acabab1cc
Change address printing to Hex from Base64. ( #1840 )
2017-03-07 07:06:50 +01:00
Luís Fonseca
fcc91967f9
Improve wifi documentation - prefer constants to hardcoded values ( #1837 )
2017-03-07 07:04:39 +01:00
thirschbuechler
be2a9df1b0
Add modulo and power hints ( #1832 )
2017-03-06 13:14:07 +01:00
Marcel Stör
d0622c30a0
Overhaul the tools section, fixes #1779 ( #1831 )
2017-03-05 17:10:17 +01:00
Arnim Läuger
f5652187a6
use flash size byte to determine the location of the init data for byte 107 ( #1827 )
2017-03-02 14:48:44 +11:00
Marcel Stör
a26969b388
Add generic function to print deprecation notes ( #1538 )
2017-03-01 12:42:20 +01:00
Arnim Läuger
f577c2c080
Sync uart configuration to Tx FIFO level ( #1806 )
...
* sync uart configuration to tx fifo level
* poll tx fifo empty before disabling interrupts
* echo parameter is optional for uart.setup()
2017-03-01 12:41:56 +01:00
Arnim Läuger
2168e5185e
Apply power selection at the end of the write slot while IRQs are masked ( #1808 )
2017-03-01 12:41:17 +01:00
vsky
5feae3fee1
Re-write DS18B20 asynchronous example ( #1820 )
2017-02-25 22:56:45 +01:00
Arnim Läuger
8931f09ce4
Fix missing return code for ws2812_init() ( #1816 )
2017-02-24 21:20:09 +01:00
dnc40085
b382a42057
Fix debug message for wifi.sta.getrssi() ( #1814 )
2017-02-22 20:59:04 +01:00
vsky
0349c1e004
Improve BME280 code samples for negative values ( #1794 )
2017-02-12 17:08:02 +01:00
Marcel Stör
b26ed97246
Improve MQTT client example, fixes #1792
2017-02-12 17:04:37 +01:00
FrankX
4dfa5cd7d6
Correct BME280 IIR filter setting ( #1787 )
2017-02-11 22:53:06 +01:00
Arnim Läuger
4dbf979cb4
Document HSPI pin functions ( #1790 )
2017-02-10 21:48:32 +01:00
Philip Gladstone
00bc9403fe
Fix the adjusting of the time when there is a rollover ( #1788 )
2017-02-09 21:53:12 +01:00
Marcel Stör
a21c3d3b11
Fix markdown syntax
2017-02-09 21:01:47 +01:00
Jason Follas
2ab28df92a
Support clearing WiFi config ( #1761 )
...
* Add wifi.sta.clearconfig(). Adjust password validation to match 2.0.0 SDK rules (no min length enforced, i.e. for WEP)
* Updat comments about WEP key not having a minimum
* Documentation: add note about node.restore() to wifi.sta.clearconfig() docs, and add SDK verbiage to describe what node.restore() impacts.
* Normaliz if statements
* Convert leading tabs to leading spaces for consistency
2017-02-08 21:42:29 +01:00
Marcel Stör
b9d9f5856a
Fix cloud builder link
2017-02-06 22:03:17 +01:00
Arnim Läuger
416d53eb39
Add string support for spi.set_mosi() and spi.get_miso() ( #1753 )
...
clean-up endianess handling in spi driver
2017-02-06 13:55:26 +01:00
Yury Popov
2c8961d153
Add TTL support to net module ( #1756 )
2017-02-06 13:54:20 +01:00
Marcel Stör
20a591f59a
Add section about NodeMCU PyFlasher ( #1771 )
2017-02-02 00:04:24 +01:00
Marcel Stör
0ca4b6ba55
Add more UDP documentation, contributes to #1701
2017-02-01 20:59:43 +01:00
Marcel Stör
419ec3384a
Add two small fixes
2017-02-01 18:12:56 +01:00
Marcel Stör
d2fbf40c49
Add UDP-related deprecation notes, partially fixes #1762
2017-01-26 23:44:21 +01:00
Marcel Stör
f9c9eff720
Add a few notes about UDP handling, fixes #1701
2017-01-26 23:06:58 +01:00
Marcel Stör
a2db0c65af
Fix some cosmetic issues in gdbstud doc
2017-01-26 22:15:18 +01:00
Arnim Läuger
6ca96b69f5
include gdbstub.md in doc generation ( #1763 )
...
Thank you!
2017-01-26 15:10:26 -05:00
Arnim Läuger
87e1abfb0f
rtctime: change to lua_setfieldfor populating the table ( #1746 )
...
Looks good.
2017-01-22 14:17:46 -05:00
Marcel Stör
88938b441d
Document mbed TLS cipher suites better, fixes #1749
2017-01-21 23:45:33 +01:00
Yury Popov
a3145da52b
Minify ESP8266 toolchain archive for CI ( #1743 )
...
* Minify ESP8266 toolchain archive for CI
* Disable iROM size fix for CI builds
Fixes #884
2017-01-21 21:53:08 +03:00
ffedoroff
a271ce4d34
Invert signal on rfswitch pin ( #1738 )
...
Since that code was migrated from Arduino, I should invert pin
2017-01-19 12:46:45 +01:00
FrankX
a18826ec54
Accept 64 byte length WiFi passwords ( #1730 )
2017-01-17 21:55:30 +01:00
Arnim Läuger
305d7c4672
Add file.stat() to query file/directory attributes. ( #1724 )
...
* add file.stat()
* set default time/date to 1970-01-01
use lua_setfield
2017-01-17 21:54:23 +01:00
Felix Knecht
07031f569a
Correct bme280 code samples for negative values ( #1735 )
...
* Corrected examples for negative values
See issue #1734
Negative values need to be treated differently. Changed all the samples to reflect that
* Update bme280.md
2017-01-17 21:52:45 +01:00
Marcel Stör
0d572eedca
Polish rfswitch documentation
2017-01-15 21:23:56 +01:00
Alexis Lothoré
f176697e13
Document user/pass as optional in MQTT client doc ( #1727 )
2017-01-15 19:27:56 +01:00
Arnim Läuger
46dc9eaeb3
fix pcm examples to comply with current code base ( #1720 )
2017-01-11 21:11:38 +01:00
Marcel Stör
0a503587ee
Fix typo ( #1714 )
2017-01-10 21:09:54 +01:00
ffedoroff
52aa1f7e3d
Fix typo ( #1715 )
2017-01-10 21:05:48 +01:00
Marcel Stör
c758908014
Add security note to WPS documenation
2017-01-09 22:55:01 +01:00
FrankX
378e5eb0ad
Add WPS module ( #1694 )
...
* WPS functionality added
* WPS module switched off by default
* Update mkdocs.yml
2017-01-09 08:43:47 +01:00
Yury Popov
f8e18d892f
Leave only some parts of SDK in iram ( #1710 )
...
Leave only some parts of SDK in IRAM
2017-01-09 13:30:41 +11:00