Pascal Gollor
98d2468edf
Merge remote-tracking branch 'esporigin/esp8266' into SPIFFS-OTA
2015-09-28 13:25:08 +02:00
Ivan Grokhotkov
55d992ed9e
Merge pull request #806 from pgollor/docs
...
fix indent in reference.md
2015-09-28 13:40:39 +03:00
Ivan Grokhotkov
6895ad4faa
Merge pull request #818 from plinioseniore/patch-2
...
Update reference.md
2015-09-28 13:40:29 +03:00
Ivan Grokhotkov
001a129c3a
Fix heap node corruption ( #428 )
2015-09-28 11:59:34 +03:00
Dario Di Maio
96c2d2869a
Update reference.md
...
EEPROM location is not static
2015-09-26 13:20:30 +02:00
Pascal Gollor
93e74b9e90
fix indent in reference.md
2015-09-20 00:05:33 +02:00
Ivan Grokhotkov
ed1a4063a2
Update libaxtls to 6f48f0d
2015-09-19 22:38:18 +03:00
Ivan Grokhotkov
abfcc1da22
Make soft wdt reset more obvious
2015-09-19 22:31:23 +03:00
Pascal Gollor
f54386e1c0
update UpdaterClass to flashing SPIFFS image
2015-09-18 16:44:10 +02:00
Pascal Gollor
0dcb883b81
adapt platform.txt for new espota.py
2015-09-18 16:05:35 +02:00
Pascal Gollor
da7114cac9
add SPIFFS flashing over the air
2015-09-18 16:03:14 +02:00
Ivan Grokhotkov
5e3fb60390
Merge pull request #778 from CanTireInnovations/httpOptions
...
Adding support for OPTIONS requests to ESP8266WebServer
2015-09-18 09:54:50 +03:00
Ivan Grokhotkov
82bb82a931
Merge pull request #794 from paulmand3l/esp8266
...
Adding getMode() function to WiFi library so I can easily get the current mode of the wifi.
2015-09-18 09:54:40 +03:00
Ivan Grokhotkov
378ce87441
Merge pull request #789 from Juppit/esp8266
...
Remove unused include time.h from ssl.h
2015-09-18 09:54:19 +03:00
Ivan Grokhotkov
e0da5a284f
Merge pull request #753 from martinayotte/esp8266
...
add ESP8266WebServer::sendContent_P and ESP8266WebServer::send_P with contentLength
2015-09-18 09:54:04 +03:00
Paul Mandel
4719a31898
Rebasing into single commit
...
Adding getMode function to ESP8266WiFiClass.cpp
Adding getMode function to ESP8266WiFiClass.h
Changing return type of getMode to WiFiMode for clarity
Changing return type of getMode to WiFiMode for clarity
Add return typecast
2015-09-16 09:39:40 -07:00
Ivan Grokhotkov
5387b2286e
WiFiClientSecure::available fix
...
Attempt to read data from SSL engine inside WiFiClientSecure::available() if RX buffer is empty.
Fix #784 .
2015-09-16 16:24:52 +03:00
Juppit
6d6a26aea0
Remove unused include time.h from ssl.h
...
This include is not used by ssl.h but can be annoying.
If there is need for time.h it should be located in the esp8266 tree.
2015-09-15 23:46:15 +02:00
Ivan Grokhotkov
c528a44f1a
Temporary fix for #780
2015-09-15 12:43:45 +03:00
Ivan Grokhotkov
d3518656f9
Update reference.md
2015-09-14 23:30:57 +03:00
Ivan Grokhotkov
5ef19e9469
Merge pull request #774 from pgollor/doc_modify
...
add table of contents at top of reference.md file
2015-09-14 23:29:18 +03:00
Pascal Gollor
8d43cba727
* update to head
2015-09-14 19:46:38 +02:00
Pascal Gollor
f1bd5653a8
Merge branch 'esp8266' of https://github.com/esp8266/Arduino into doc_modify
2015-09-14 19:44:23 +02:00
lrmoreno007
e37c5aa4d3
Update platform.txt
2015-09-14 19:21:15 +02:00
lrmoreno007
52cab0ee73
Update platform.txt
2015-09-14 18:09:07 +02:00
lrmoreno007
091267fe56
Update boards.txt
2015-09-14 18:08:14 +02:00
lrmoreno007
15900ff432
Changes needed for upload with esptool in Eclipse
2015-09-14 12:01:12 +02:00
Ivan Grokhotkov
e62d5a92b9
Fix ESP8266WebServer::serveStatic to work for both files and directories
2015-09-14 12:47:39 +03:00
Ivan Grokhotkov
c8b12fd72c
Implement SPIFFS.exists
2015-09-14 12:46:47 +03:00
Ivan Grokhotkov
f73d414f38
WiFiClientSecure: add certificate fingerprint verification ( #43 )
2015-09-14 10:22:54 +03:00
Jeff Ashton
eb8c1faa51
Adding support for OPTIONS requests to ESP8266WebServer
2015-09-13 15:56:34 -04:00
Ivan Grokhotkov
c970dec6a7
Add HTTPS request sample ( #43 )
2015-09-13 22:50:14 +03:00
Ivan Grokhotkov
098c71ca02
Improve receive handling in TLS support ( #43 )
2015-09-13 22:49:30 +03:00
Ivan Grokhotkov
2a297ca171
Fix cbuf running out of bounds ( #348 )
2015-09-13 22:45:00 +03:00
Pascal Gollor
54bf2d060b
add table of contents
2015-09-12 17:27:40 +02:00
Ivan Grokhotkov
a49dd45538
Fix more typos in boards definitions
2015-09-10 16:40:33 +03:00
Ivan Grokhotkov
b2a712001c
Merge pull request #767 from pgollor/esp8266
...
fix upload size for gerneric 4m1m
2015-09-10 16:36:36 +03:00
Pascal Gollor
f37976f8c6
fix upload size for gerneric 4m1m
2015-09-10 15:30:45 +02:00
Ivan Grokhotkov
da30dbea4a
Fix comment in linker script
2015-09-10 16:17:33 +03:00
Ivan Grokhotkov
1414f45a07
Merge pull request #765 from pgollor/esp8266
...
fix bug for 4M huzzah with 1M file system and add 1M file system for generic 4M module
2015-09-10 16:06:22 +03:00
Pascal Gollor
994dea3de3
forgot the flash.4m1m linker script?
2015-09-10 09:29:28 +02:00
Pascal Gollor
1ea1af06b5
add 1M file system for generic 4M module
2015-09-09 19:40:16 +02:00
Pascal Gollor
774e156044
fix bug for new huzzah 1M board
2015-09-09 19:34:19 +02:00
Martin Ayotte
5cb086bc05
temporarly fix for handling PGM_P content_type properly in ESP8266WebServer::send_P() functions
2015-09-09 12:03:07 -04:00
Ivan Grokhotkov
7276e073a5
Update ESP8266FS tool link
2015-09-09 18:17:43 +03:00
Martin Ayotte
348efba5b2
Merge remote-tracking branch 'upstream/esp8266' into esp8266
2015-09-09 10:54:30 -04:00
Ivan Grokhotkov
f4bd97e8ee
File system: fix SeekEnd behaviour, fix size() not being updated after write()
2015-09-09 14:07:00 +03:00
Ivan Grokhotkov
67f4859b0c
Add 1Mbyte FS option for all 4Mbyte boards
2015-09-09 13:39:55 +03:00
Ivan Grokhotkov
32cc374921
Force disable IOSWAP for UART0 in HardwareSerial initialization ( #744 )
2015-09-09 13:39:55 +03:00
Ivan Grokhotkov
70711387df
Update reference.md
...
Preliminary ESP8266FS tool instructions
2015-09-09 02:56:57 +03:00