Ivan Grokhotkov
8e67c88757
Merge pull request #1977 from esp8266/device_tests
...
First batch of automated tests on the ESP: test library and test runner
2016-05-05 21:56:05 -05:00
Ivan Grokhotkov
9663295755
Merge pull request #1976 from achingbrain/patch-1
...
Switch sprintf arguments in SSDPClass::_send around
2016-05-05 21:54:57 -05:00
luc
f95f0ed321
Fix WiFiSleepType_t values to match SDK ones
2016-05-05 19:38:32 +02:00
Krzysztof
986aa86f53
Merge branch 'master' into master
2016-04-28 19:13:27 +02:00
Krzysztof
234f917189
Removed legacy code for the "Upload Using" menu
...
Ref: https://github.com/esp8266/Arduino/issues/1982
2016-04-28 18:52:32 +02:00
Alex Potsides
1020c42291
Merge branch 'master' into patch-1
2016-04-26 14:17:35 +01:00
Ivan Grokhotkov
234a8743c9
Fix NMI interrupt handler alignment
...
as suggested at http://www.esp8266.com/viewtopic.php?f=6&t=4675&start=48#p46002
2016-04-26 16:28:45 +08:00
Ivan Grokhotkov
102872a296
More HTTPClient tests
2016-04-26 16:04:19 +08:00
Ivan Grokhotkov
e9f3a3de1f
Fix passing of debug level to the builder
2016-04-26 16:04:19 +08:00
Ivan Grokhotkov
c4b11eb545
Fix Travis build
2016-04-26 16:04:19 +08:00
Ivan Grokhotkov
ab7af89002
Device side test library and test runner
2016-04-26 16:04:19 +08:00
Ivan Grokhotkov
33723a9b52
Fix UdpContext::peek to return int ( #1946 )
2016-04-26 16:02:07 +08:00
Ivan Grokhotkov
334837533f
Add missing virtual destructor in TransportTraits ( #1944 )
2016-04-26 16:00:46 +08:00
Ivan Grokhotkov
76e322f2e7
Fix handling of chunked transfer encoding ( #1975 )
2016-04-26 15:58:12 +08:00
Alex Potsides
8b9f78eed3
Switch SSDP send arguments around
...
They are in the wrong order - `_ssdp_packet_template` expects `_uuid` to be before the NT/ST header.
2016-04-26 07:55:03 +01:00
Ivan Grokhotkov
edaae2c194
HTTPClient: fix default port not being set
2016-04-25 21:03:39 +08:00
Ivan Grokhotkov
81d3bb3e3a
Return error when HTTPClient::begin is called with HTTPS URL without certificate fingerprint ( #1941 )
2016-04-22 19:21:57 +08:00
Ivan Grokhotkov
53d190f503
Merge pull request #1948 from riyono/fix-bug-1940
...
added .c_str() to currentVersion
2016-04-20 09:43:08 +03:00
Andronicus Riyono
46fccac3e5
fix bug #1940
2016-04-20 14:09:41 +08:00
Ivan Grokhotkov
c8a1507504
Update axTLS to 69c757f
...
Fix issue with handling of large certificates (#1816 )
2016-04-19 09:32:51 +03:00
Ivan Grokhotkov
39fc85fa10
Merge pull request #1931 from andig/andig-patch-2
...
Python 3 compatibility
2016-04-19 08:52:00 +03:00
Ivan Grokhotkov
8c65f2fcd0
Update axTLS to fe4518d, SNI support in WiFiClientSecure ( #1285 )
...
Fixes #1933
2016-04-19 08:29:13 +03:00
Ivan Grokhotkov
b7c23c79de
Update documentation links
2016-04-18 12:05:56 +03:00
Ivan Grokhotkov
de3058fc43
Update change log
2.2.0
2016-04-18 11:22:31 +03:00
Ivan Grokhotkov
7e4e1a4bc6
Merge pull request #1930 from WereCatf/master
...
Speed up writePattern() a bit more
2016-04-18 11:03:02 +03:00
Ivan Grokhotkov
7450dd39ca
ESP8266WebServer: save RAM by moving response strings to flash ( #1732 )
2016-04-18 10:43:00 +03:00
Ivan Grokhotkov
f6516b004f
ESP8266WebServer: fix handling of empty POST
...
Fix handling of case when Content-Length is 0.
Change do {} while() loop into while(){} so that we don't wait 1000ms for data in case Content-Length is 0.
Also fix handling of cases when malloc or realloc return null.
2016-04-18 10:33:10 +03:00
andig
1092b42e12
Python 3 compatibility
2016-04-18 07:49:14 +02:00
WereCatf
8ffe1aa2e2
Speed up writePattern() a bit more
2016-04-18 01:26:03 +03:00
Ivan Grokhotkov
43d0989a3c
Merge pull request #1920 from WereCatf/master
...
Speed up SPI.writePattern()
2016-04-17 13:16:57 +03:00
Ivan Grokhotkov
95ff1f25d2
Merge pull request #1916 from urmilparikh/patch-1
...
Add reference to OLED display library
2016-04-17 13:15:42 +03:00
Ivan Grokhotkov
2ce0c51a51
Merge pull request #1911 from me-no-dev/master
...
Add async libraries to list of supported libs
2016-04-17 13:15:19 +03:00
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
WereCatf
a64a694f6d
Speed up SPI.writePattern()
2016-04-16 20:02:06 +03:00
urmilparikh
04263fabd1
Add reference to OLED display library
2016-04-16 16:45:01 +05:30
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