1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

2305 Commits

Author SHA1 Message Date
33c9d03356 add CheckFlashConfig.ino example 2015-10-09 14:29:21 +02:00
212e189e59 Merge pull request #7 from esp8266/esp8266
pull master
2015-10-08 03:42:34 +03:00
0bd3b72550 Fix bug with SSLContext not being initialized (#43) 2015-10-07 01:01:38 +03:00
ed785b5f0b Add gdb stub library 2015-10-07 00:56:24 +03:00
4f35207951 Move some core functions back into RAM 2015-10-06 16:11:40 +03:00
4c8a29a74d Expose request handlers in ESP8266WebServer
as discussed in #837
2015-10-06 15:26:42 +03:00
0c703b3baf Move timer ISR handlers and PWM handler into RAM (fix #819) 2015-10-06 13:26:21 +03:00
0873ae22d3 Merge pull request #857 from esp8266/linker-sections-fix
Fix placement of code into RAM, enable gc-sections
2015-10-06 12:19:20 +03:00
fe04165bbe Fix placement of code into RAM, enable gc-sections
Related to #856, #826, #803, #734
2015-10-06 01:45:38 +03:00
7c37346839 avoid to dereference a NULL pointer if update is called before begin 2015-10-04 17:42:52 +02:00
1ea2722d9d Merge pull request #837 from mangelajo/esp8266-HTTPUpdateServer
ESP8266HTTPUpdateServer extracted from WebUpdate example.
2015-10-02 14:38:39 +03:00
b27a4d142f Merge pull request #847 from pgollor/esp8266
use String return for both SSID functions
2015-10-02 14:37:38 +03:00
742892aa8a Merge pull request #846 from mangelajo/esp8266-fix-833
Handle form upload abortion in ESP8266WebServer (fix #833)
2015-10-02 14:37:20 +03:00
4f6ca6b94c adapt examples for String return type from SSID 2015-10-01 18:58:02 +02:00
f1dcfb2794 use String return for both SSID functions 2015-10-01 18:52:46 +02:00
2a56cefcb0 Merge pull request #6 from esp8266/esp8266
pull master
2015-10-01 18:53:52 +03:00
065e1ccb8c Extracted the WebUpdate example into a library.
This ESP8266HTTPUpdateServer can be instantiated and used
more cleanly, it's also able to take or create an ESP8266WebServer
to configure the events and /update handler.

It's been made more robust by handling upload abort, which
depends on fix provided for issue #833
2015-10-01 15:19:02 +02:00
cf424a9290 Fix build warning (#740) 2015-09-30 23:15:55 +03:00
7071cbe576 Remove extra slash in path
fix #723
2015-09-30 23:10:43 +03:00
b81fb95b24 Merge pull request #840 from chrisfraser/esp8266
Fix to Servo allowing write() to be called before attach()
2015-09-30 22:48:32 +03:00
fb41bbef5d Merge pull request #843 from pgollor/wifilib_mod
use String instead of char pointer for SSID() and psk()
2015-09-30 22:47:53 +03:00
0034697b6e use String instead of char pointer for SSID() and psk() 2015-09-30 18:15:53 +02:00
d92f2f375e Fix to Servo allowing write() to be called before attach() 2015-09-29 17:02:24 +02:00
1bc87e7bff Merge pull request #831 from pgollor/SPIFFS-OTA
Sorry i added maginal changes after your merge from https://github.com/esp8266/Arduino/pull/802
2015-09-29 16:05:39 +03:00
b4cc0c263e Handle form upload abortion in ESP8266WebServer
If the client connection gets closed during a form upload,
the fileUploadHandler is notified with the new
UPLOAD_FILE_ABORTED status, and the loop is ended
gracefully.
2015-09-28 21:42:16 +02:00
ebdaedff4b More error checks in WiFiClientSecure 2015-09-28 19:32:45 +03:00
2d07f259b7 Merge branch 'esp8266' into SPIFFS-OTA 2015-09-28 17:26:18 +02:00
093cb1b081 update espota.py help and add chipd id to hostname from OTA-mDNS-SPIFFS example for better identification 2015-09-28 17:19:42 +02:00
d137fa9c18 Merge pull request #802 from pgollor/SPIFFS-OTA
Flash SPIFFS over the air (OTA)
2015-09-28 18:11:09 +03:00
ec1c43b5f7 compare wifi settings from config file with sdk config 2015-09-28 16:49:19 +02:00
b13095763d add function begin without any parameters and add functin psk to return current pre shared kex form sdk config 2015-09-28 16:48:06 +02:00
bb85cdaa0b Add SoftwareSerial library when building boards manager package. 2015-09-28 16:50:01 +03:00
6b7b802706 Fix a crash due to abort() called from TCP error callback (#428) 2015-09-28 16:05:23 +03:00
fb2545f72f example was in wrong folder 2015-09-28 13:27:45 +02:00
98d2468edf Merge remote-tracking branch 'esporigin/esp8266' into SPIFFS-OTA 2015-09-28 13:25:08 +02:00
55d992ed9e Merge pull request #806 from pgollor/docs
fix indent in reference.md
2015-09-28 13:40:39 +03:00
6895ad4faa Merge pull request #818 from plinioseniore/patch-2
Update reference.md
2015-09-28 13:40:29 +03:00
001a129c3a Fix heap node corruption (#428) 2015-09-28 11:59:34 +03:00
96c2d2869a Update reference.md
EEPROM location is not static
2015-09-26 13:20:30 +02:00
93e74b9e90 fix indent in reference.md 2015-09-20 00:05:33 +02:00
ed1a4063a2 Update libaxtls to 6f48f0d 2015-09-19 22:38:18 +03:00
abfcc1da22 Make soft wdt reset more obvious 2015-09-19 22:31:23 +03:00
f54386e1c0 update UpdaterClass to flashing SPIFFS image 2015-09-18 16:44:10 +02:00
0dcb883b81 adapt platform.txt for new espota.py 2015-09-18 16:05:35 +02:00
da7114cac9 add SPIFFS flashing over the air 2015-09-18 16:03:14 +02:00
5e3fb60390 Merge pull request #778 from CanTireInnovations/httpOptions
Adding support for OPTIONS requests to ESP8266WebServer
2015-09-18 09:54:50 +03:00
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
378ce87441 Merge pull request #789 from Juppit/esp8266
Remove unused include time.h from ssl.h
2015-09-18 09:54:19 +03:00
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
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