1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-22 21:23:07 +03:00

2525 Commits

Author SHA1 Message Date
Markus Sattler
fe9ef36861 add softAPdisconnect function ``int softAPdisconnect(bool wifioff = false);``
external mode calls now change the use flags
see #529
2015-07-13 10:50:41 +02:00
Markus Sattler
b54a98ba03 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-07-13 10:37:26 +02:00
Markus Sattler
2719c8ea2a function dumps moved to esp8266-wiki 2015-07-13 10:36:21 +02:00
Ivan Grokhotkov
2f34d6d74a Upload doc folder along with a package 2015-07-13 04:20:25 +03:00
Ivan Grokhotkov
9342874432 Merge pull request #532 from me-no-dev/esp8266
add synchronous ota
2015-07-13 02:10:14 +03:00
Ivan Grokhotkov
9d43014e38 Merge pull request #537 from kzyapkov/esp8266
httpUpdate: fix case sensitivity issues
2015-07-13 02:09:53 +03:00
Markus Sattler
4008e623e8 filter addresses out of function list 2015-07-11 20:52:39 +02:00
Markus Sattler
7f2c291ca0 patch the SDK to latest version (3 patches)
esp_iot_sdk_v1.2.0_15_07_09_p3 Release Note
-------------------------------------------

Here is a patch based on SDK_v1.2.0 solved problem that if AP’s SSID is hidden,ESPTOUCH may get wrong BSSID of AP and cause connection fail.
Please replace the lib in \esp_iot_sdk_v1.2.0\lib

Sorry for the inconvenience.

esp_iot_sdk_v1.2.0_15_07_09_p2 Release Note
-------------------------------------------

Updated libssl again. To support SHA-256 and SHA-512.

Thanks for your interest in Espressif Systems and ESP8266 !

esp_iot_sdk_v1.2.0_15_07_08_p1 Release Note
-------------------------------------------

Here is a patch based on SDK_v1.2.0 solved problem that abnormal SSL disconnection may cause reset.
Please replace the lib in \esp_iot_sdk_v1.2.0\lib

Sorry for the inconvenience.
2015-07-11 20:41:17 +02:00
Markus Sattler
8d48aefb59 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-07-11 20:30:34 +02:00
Me No Dev
1cd50e481f Update OTA Sketch 2015-07-11 13:55:39 +03:00
Kiril Zyapkov
954499bc12 httpUpdate: fix case sensitivity issues
On Linux (presumably Mac too), the header of the library
could not be included, caps changed to match the filename.

The line 'architectures=ESP8266' in library.properties caused:
WARNING: library ESP8266httpUpdate claims to run on [ESP8266] architecture(s) and may be incompatible with your current board which runs on [esp8266] architecture(s).
2015-07-11 12:35:02 +03:00
John Doe
b605ab316e add synchronous ota 2015-07-10 22:21:48 +03:00
Ivan Grokhotkov
da90c547ce Merge pull request #524 from adafruit/neopixel_doc
Doc update to mention support in Adafruit's NeoPixel library.
2015-07-10 17:34:22 +03:00
Ivan Grokhotkov
319156ba66 Merge pull request #530 from h4rm0n1c/esp8266
fix digitalWrite behavior
2015-07-10 17:34:06 +03:00
h4rm0n1c
8e699b426b Update core_esp8266_wiring_digital.c 2015-07-10 22:24:49 +08:00
h4rm0n1c
d0137574d0 Update core_esp8266_wiring_digital.c
Ugh, I don't know how that happened.
2015-07-10 22:04:58 +08:00
h4rm0n1c
c77f11906c digitalWrite cleanup and more compliant with behavior on AVR
I rewrote digitalWrite because the existing version was breaking
functionality as compared to how it behaves on the AVR,. specifically, I
could not use digitalWrite for a library that works fine on the AVR.

Instead I had to resort to fiddling with GPOC and GPOS and bit masks,
but this rewrite made all of that unnecessary, for whatever reason, it
just works better.

This version borrows a little from the AVR library in the sense that the
same logic is applied to determine whether a pin should be high or low
as the AVR version, and yes, it does appear to make a difference.
2015-07-10 21:14:40 +08:00
Markus Sattler
0650b69b5a send postmortem infos to Serial1 to. 2015-07-09 19:22:39 +02:00
Markus Sattler
d6f1281c99 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266 2015-07-09 19:06:35 +02:00
Tony DiCola
c9e1acd720 Doc update to mention support in Adafruit's NeoPixel library. 2015-07-08 19:02:43 -07:00
Ivan Grokhotkov
e7b7d6d8b7 Merge pull request #492 from pastcompute/patch-1
Add reference on how to enable printf function
2015-07-07 18:31:04 +03:00
Markus Sattler
2937b21c9c add basic WPS function 2015-07-07 18:24:55 +03:00
Markus Sattler
505ba22e05 allow setting the host name of AP interface 2015-07-07 18:09:58 +03:00
Markus Sattler
63590a9526 update ld add *(.sdk.version) 2015-07-07 18:09:31 +03:00
Markus Sattler
d4ddb66fc4 update SDK to v1.2.0_15_07_03 2015-07-07 18:09:23 +03:00
Markus Sattler
39883f5ea8 upate phy with values from SDK 1.1.2 (esp_init_data_default.bin) 2015-07-07 18:07:59 +03:00
Markus Sattler
ddf03fc92b Pulldown only possible for in 16. ( see #478 )
rename define to INPUT_PULLDOWN_16 to make it clear
2015-07-07 18:07:51 +03:00
Markus Sattler
715d4ab722 disable DEBUG_HTTP_UPDATE 2015-07-07 18:07:41 +03:00
John Doe
cca89efbd2 lets make it possible to parse multiline plain post 2015-07-07 18:06:33 +03:00
John Doe
f7212154a6 missingg the equal sign 2015-07-07 18:06:25 +03:00
John Doe
3c819e998b duh... 2015-07-07 18:06:18 +03:00
John Doe
1694380caa try to get plain json or string data 2015-07-07 18:06:08 +03:00
John Doe
cab5109799 try dual OS build 2015-07-07 18:05:44 +03:00
John Doe
198fbb8895 travis update 2015-07-07 18:05:29 +03:00
Ivan Grokhotkov
b482a97ef2 Merge pull request #516 from esp8266/feature/ssdp
SSDP library
2015-07-07 17:58:52 +03:00
Ivan Grokhotkov
1be16c74c7 Remove update keyword 2015-07-07 17:58:49 +03:00
Ivan Grokhotkov
1b27b6760c Make SSDP event-driven 2015-07-07 17:39:13 +03:00
Ivan Grokhotkov
0c0892c54a Update example and move it to the right location 2015-07-07 14:43:19 +03:00
Ivan Grokhotkov
7fbb4831da Use static allocation, add convenience overloads which take String 2015-07-07 14:42:20 +03:00
Ivan Grokhotkov
49dc457fe5 Add strlcpy implementation (#465) 2015-07-07 14:39:39 +03:00
John Doe
de70454a2a send not needed to be public 2015-07-07 10:24:12 +03:00
John Doe
e34ae2d6f1 prep for icons 2015-07-07 10:23:59 +03:00
John Doe
bd6c4acfd8 Add ability to change schema url, http port and add base url 2015-07-07 10:23:04 +03:00
John Doe
3c54cb0a26 generate UUID automatically based on chip ID and MAC address 2015-07-07 10:22:57 +03:00
John Doe
9cb80528c7 enable long model versions 2015-07-07 10:22:49 +03:00
John Doe
4fdba1b635 Add SSDP Library and let Print::printf to handle longer strings 2015-07-07 10:22:43 +03:00
Ivan Grokhotkov
7891a84e8b Merge pull request #512 from esp8266/feature/ota
OTA
2015-07-06 21:16:10 +03:00
Ivan Grokhotkov
5763dbba3b Code review 2015-07-06 21:04:08 +03:00
John Doe
1741bc68b6 speed :) and prevent write if we are not running 2015-07-06 12:35:35 +03:00
John Doe
703ab8df64 make Update erase/write sector by sector as well 2015-07-06 12:34:55 +03:00