Me No Dev
397b3fd968
Merge remote-tracking branch 'esp8266/master'
2016-04-17 02:21:19 +03:00
Ivan Grokhotkov
4c587e28bc
Fix Exception 2 when using printf or vprintf
...
ets_vprintf signature is not the same as vprintf, it takes an output function as a first argument.
2016-04-17 02:12:01 +03:00
Me No Dev
7036129270
Add async libraries to list of supported
2016-04-14 21:25:16 +03:00
Me No Dev
9d6f55e321
Merge remote-tracking branch 'esp8266/master'
2016-04-14 17:27:13 +03:00
Ivan Grokhotkov
797c78ddad
Add ARM tools ( #269 )
2016-04-14 13:06:23 +03:00
Ivan Grokhotkov
d7ce823f97
Update change log
2.2.0-rc1
2016-04-13 16:20:36 +03:00
Ivan Grokhotkov
90f933b9ce
Change build.board property for boards which renumber pins like NodeMCU ( #1878 )
2016-04-13 15:26:31 +03:00
Ivan Grokhotkov
3bc3a87efb
Web server: wait for data to arrive
...
Web server: wait for request body until either contentLength is received, or no data is received within 1000ms interval.
2016-04-13 15:11:08 +03:00
Ivan Grokhotkov
f3b6ec16e6
Merge pull request #1857 from esp8266/http_client_refactoring
...
HTTP Client library: decouple TLS handling
2016-04-13 15:00:34 +03:00
Ivan Grokhotkov
18f66e9969
Merge pull request #1892 from me-no-dev/lwipsrc
...
Update and move lwIP headers, add options to use different lwIP build for generic device
2016-04-13 14:32:04 +03:00
Ivan Grokhotkov
6ad7cae6be
Merge pull request #1859 from Cross22/master
...
Fix SPI.transfer16() using wrong endianness
2016-04-13 14:18:24 +03:00
Ivan Grokhotkov
e82b74eab2
Merge pull request #1850 from 4m1g0/fixPSK
...
Allow PSK instead of passphrase in WiFiSTA::begin
2016-04-13 14:17:46 +03:00
Ivan Grokhotkov
fa7e9037a4
Merge pull request #1880 from sauttefk/master
...
Re-enable old behaviour if passphrase string is empty
2016-04-13 14:17:13 +03:00
Ivan Grokhotkov
2730ee09cf
Merge pull request #1886 from Jkillelea/patch-1
...
Spelling correction in comments
2016-04-13 14:16:04 +03:00
Ivan Grokhotkov
1f38703ce7
Merge pull request #1888 from hemalchevli/patch-2
...
added descriptions for fopen modes
2016-04-13 14:15:49 +03:00
Ivan Grokhotkov
60b18bf656
Merge https://github.com/msurguy/Arduino into master
...
* msurguy-patch-1:
Added Fast LED library to the list of supported libraries
# Conflicts:
# doc/libraries.md
2016-04-13 14:14:51 +03:00
Ivan Grokhotkov
c4812fb1c6
Merge pull request #1897 from WereCatf/patch-2
...
Add SdFat-beta to supported libraries
2016-04-13 14:10:19 +03:00
Ivan Grokhotkov
84daa1a108
Add explicit cast ( #1903 )
2016-04-13 14:03:11 +03:00
Ivan Grokhotkov
46380003d5
Fix compilation when debug is enabled
2016-04-13 14:02:10 +03:00
Górász Péter
b72cf2cdcf
if data loss, exit
2016-04-13 08:20:07 +02:00
WereCatf
82582171f5
Add SdFat-beta to supported libraries
2016-04-11 19:44:43 +03:00
Peter
41bd7af07e
slow client/network read fix
2016-04-11 16:36:37 +02:00
Maksim Surguy
d9e48d36e5
Added Fast LED library to the list of supported libraries
...
This library has been working well with Arduino for ESP8266 and it deserves to be added here.
2016-04-10 20:32:27 -07:00
4m1g0
a06ceb8191
Merge branch 'master' into fixPSK
2016-04-10 23:38:52 +02:00
Me No Dev
0addae0084
move lwIP source to sdk and add a build hook instead of variant
2016-04-10 23:57:26 +03:00
Me No Dev
589b86b9bf
fix headers and source permissions
2016-04-10 22:52:39 +03:00
Me No Dev
74358a24b0
Add coredev device on the bottom
2016-04-10 22:48:05 +03:00
Me No Dev
bfe9f7be69
Update and move lwIP headers, add options to use different lwIP build for generic device
...
Makefile added to lwip source folder to build and install liblwip_gcc.a
2016-04-10 21:55:22 +03:00
Ivan Grokhotkov
a455f22587
HTTPClient, HTTPUpdate: save some RAM by moving strings into flash
2016-04-09 12:46:29 +03:00
Ivan Grokhotkov
bf7f33d918
Fix code formatting
2016-04-09 12:46:29 +03:00
Ivan Grokhotkov
bbc5e9ba01
Update library versions
2016-04-09 12:46:29 +03:00
Ivan Grokhotkov
c450023a32
ESP8266httpUpdate: decouple HTTPS overloads
2016-04-09 12:46:29 +03:00
Ivan Grokhotkov
cae4039225
HTTPClient: decouple transport layer handling
2016-04-09 12:46:29 +03:00
Ivan Grokhotkov
93d57fabe2
Remove overloads of HTTPClient::begin which take const char*
...
Since the data is stored as Strings internally, these methods do not serve as an optimisation
2016-04-09 12:46:29 +03:00
Hemal Chevli
70018176f2
added descriptions for fopen modes
...
added fopen modes for easy reference
Source:http://man7.org/linux/man-pages/man3/fopen.3.html
2016-04-09 11:56:57 +05:30
Jacob Killelea
1bfec4ea8e
Spelling correction in comments
2016-04-08 19:21:58 -06:00
Frank Sautter
4684e44902
Re-enable old behaviour if passphrase string is empty
...
An empty passphrase string should enable AUTH_OPEN mode of softAP.
This was the behaviour before commit 293e55c.
Additionally make the type of checking for empty strings consistent.
2016-04-08 10:26:11 +02:00
gpepe
502c45c157
Update Parsing.cpp
2016-04-08 04:40:51 +02:00
gpepe
3a95fb5a94
Update Parsing.cpp
2016-04-07 23:32:04 +02:00
gpepe
8c675236c7
Update Parsing.cpp
...
Complete read POST/GET request.
2016-04-07 22:22:16 +02:00
Ivan Grokhotkov
2301f2975d
Merge pull request #1860 from hemalchevli/patch-1
...
Fix timeout logic in WiFiClient example
2016-04-05 20:32:04 +03:00
Hemal Chevli
e4e182a966
Rectified mistake in if condition
...
thanks to @chaeplin for finding the mistake
2016-04-05 13:12:22 +05:30
Hemal Chevli
81859c5df6
Changed timeout logic
...
Changed timeout to unsigned long. Using addition with millis() is not recommended.
Source: http://www.gammon.com.au/millis
2016-04-05 10:53:15 +05:30
Marco
bda212552c
Fix SPI.transfer16() using wrong endianness
2016-04-04 22:10:36 -07:00
4m1g0
1b8f6d2e8e
Allow PSK instead of passphrase in WiFiSTA::begin
...
In WPA protocol, the maximum length of the passphrases are 64 characters in order to distinguish them from the actual PSK who is 64 ASCII characters long, so in most systems if a 64 chars string is passed, it is assumed to be a PSK, otherwise is treated as a passphrase and is used to compute the PSK.
2016-04-03 03:31:57 +02:00
Ivan Grokhotkov
5dd6acc4c2
Merge pull request #1833 from esp8266/digitalPinHasPWM_fix
...
Clean up variants, fix digitalPinHasPWM definition
2016-04-01 19:06:16 +03:00
Ivan Grokhotkov
2e849e30d2
Merge pull request #1768 from esp8266/pulsein_fix
...
Fix pulseIn
2016-03-30 21:10:06 +03:00
Ivan Grokhotkov
29186ecb7d
Merge pull request #1832 from esp8266/sdk-1.5.2
...
Update SDK to 1.5.2 (#1653 )
2016-03-30 21:07:37 +03:00
Ivan Grokhotkov
05c078ba5b
Don't set RF mode on boot unless it was overridden
...
The change in 297bb17 enabled RF after deep sleep, even if deep sleep was done with RF_DISABLED option (thanks @vlast3k for pointing this out).
Now we check the value returned by __get_rf_mode, and only call system_phy_set_rfoption if RF_MODE override was provided by user.
2016-03-30 08:47:50 +03:00
Ivan Grokhotkov
0f719e8d0d
Clean up variants, fix digitalPinHasPWM definition ( #1831 )
2016-03-29 18:31:05 +03:00