1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

769 Commits

Author SHA1 Message Date
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
John Doe
9d0a690421 fix WebUpload example 2015-07-06 12:34:36 +03:00
John Doe
f3f500936d make eboot erase/read/write sector by sector
that makes possible having sketches with size up to the free size
2015-07-06 12:34:29 +03:00
John Doe
7596ed0742 inlining and enchancements 2015-07-06 12:34:09 +03:00
John Doe
0d969e9760 Fixes and HTTP Post update example
Because eboot first erases the space required for the new sketch, and
if the new sketch is larger then the old one, with the old way, part of
the beginning of new sketch will be deleted. Therefore for now I opted
to keep the max update size either half the available space for
sketches or what's left from the first one, whichever is smaller.
To be able to create a simple post mechanism for updates, I needed to
have a way to write the new binary, without knowing it's final size, so
I added an option to the end() method. Example in the WebServer
examples.
2015-07-06 12:32:28 +03:00
John Doe
3427299065 minor enchancement 2015-07-06 12:32:04 +03:00
John Doe
ace974aede let's not wait too much :) telnet running here 2015-07-06 12:31:50 +03:00
John Doe
d969115cda protect the write method writing more than supposed to 2015-07-06 12:31:44 +03:00
John Doe
bfbfd31315 disable updater debug 2015-07-06 12:31:38 +03:00
John Doe
b797287359 Catch lost connection while uploading 2015-07-06 12:31:32 +03:00
John Doe
6f2069deac New Update library, example, upload and more
Proper error handling in the uploading python script
Much faster OTA example sketch with better results
New Update class that simplifies updating the firmware from any source
Updated Esp.updateSketch() to use the new class
2015-07-06 12:31:24 +03:00
John Doe
86cf9b2c4f need to be int 2015-07-06 12:30:39 +03:00
John Doe
44ac799481 bad command 2015-07-06 12:30:32 +03:00
Ivan Grokhotkov
37bd383c59 Part of 7cd54a4 without IDE changes 2015-07-06 12:29:56 +03:00
John Doe
d828312299 fix fail on slow streams 2015-07-06 12:27:54 +03:00
John Doe
2e08c5d797 Add an option to reboot on failed update 2015-07-06 12:27:44 +03:00
John Doe
03a2b4808b add 10 seconds timeout for waiting on ESP to start the update 2015-07-06 12:25:47 +03:00
John Doe
5efd9a1f81 Some print enhancements
works on newer python as well
2015-07-06 12:25:38 +03:00
John Doe
83eeaa31e0 typo 2015-07-06 12:25:29 +03:00
John Doe
dc9072b94b Initial Upload From IDE
For Test ONLY
2015-07-06 12:25:17 +03:00
Ivan Grokhotkov
a82796f83f Revert a460efb 2015-07-06 12:22:30 +03:00
Ivan Grokhotkov
93f954d363 Add missing header 2015-07-06 12:20:20 +03:00
Ivan Grokhotkov
bd5187afc4 Use ROM functions directly instead of wrappers 2015-07-06 10:45:05 +03:00
Ivan Grokhotkov
f1c914fff8 Fix strncat (#509) 2015-07-06 08:18:54 +03:00
Ivan Grokhotkov
6f63ad1ee4 Fix return value of WiFiClient::connect (#511) 2015-07-06 08:02:24 +03:00
Anwar Hahj Jefferson-George
212a2cfa60 Update ESP8266WiFi.h 2015-06-29 18:04:25 +03:00
Anwar Hahj Jefferson-George
389e5fb878 Update ESP8266WiFi.cpp 2015-06-29 18:04:19 +03:00
Pontus Oldberg
3ce674f4b2 Changes maximum upload size to valid size 2015-06-29 18:04:07 +03:00
Pontus Oldberg
1d9b25a18e Added the SweetPea ESP-210 board to the list of supported boards. 2015-06-29 18:03:57 +03:00
Ivan Grokhotkov
3fe8a642bc Merge pull request #481 from me-no-dev/esp8266
Esp8266 MDNS-SD
2015-06-29 18:01:41 +03:00
Ivan Grokhotkov
b5b5f71bf6 Merge pull request #474 from adafruit/DHT_doc
Documentation update: Clarify DHT sensor usage for latest DHT sensor library.
2015-06-29 18:01:13 +03:00
Ivan Grokhotkov
96b95c12d6 Merge pull request #473 from Links2004/esp8266
SDK patches
2015-06-29 18:01:00 +03:00
John Doe
148ec5579f no need for the IP 2015-06-29 02:42:54 +03:00
John Doe
25aa2cdc08 MDNS-SD 2015-06-29 02:27:14 +03:00
Tony DiCola
d3635886bc Update DHT sensor doc based on latest library. 2015-06-26 16:09:40 -07:00
Markus Sattler
dd98d84ce2 esp_iot_sdk_1.1.2_15_06_25_p2 Release Note
-------------------------------------------

Here is a patch based on SDK_v1.1.2 solved problem of abnormal current during modem-sleep.
Please replace the lib in \esp_iot_sdk_v1.1.2\lib

Sorry for the inconvenience.

esp_iot_sdk_v1.1.2_15_06_24_p1.1 Release Note
-------------------------------------------

Here is a patch for AT firmware based on SDK_v1.1.2 resolved issue that AT user parameter area was located in wrong address,it may cause WiFi configuration goes wrong.

Please update to this new AT bin files and call "AT+RESTORE" to factory reset. If you call “AT+CIPUPDATE” to upgrade,please also call "AT+RESTORE" to factory reset once.

“AT_bin_v0.25_1024+KB_flash_can_upgrade.zip”
- normal AT bin,runs with boot.bin,can FOTA upgrade,need to use 1024KB flash

“AT_bin_v0.25_for_512KB_flash_cannot_upgrade.zip”
- for old version module which flash size is 512KB
eagle.flash.bin downloads to flash 0x00000
eagle.irom0text.bin downloads to flash 0x40000
can not FOTA upgrade,please don‘t call “AT+CIPUPDATE”

"SDK_v1.1.2_AT_patch_01.zip"
- libs for users who need to compile their own AT firmware,replace libs in \esp_iot_sdk_v1.1.2\lib

So sorry for the inconvenience.
2015-06-27 00:15:04 +02:00
Me No Dev
466b56641c Merge pull request #11 from esp8266/esp8266
Esp8266
2015-06-27 01:14:36 +03:00
Ivan Grokhotkov
fc83952685 Merge pull request #438 from Links2004/esp8266
update SDK to esp_iot_sdk_v1.1.2_15_06_16_p1
2015-06-26 20:33:02 +03:00
probonopd
496fee1a15 Use BUILTIN_LED 2015-06-26 20:31:56 +03:00
probonopd
2969b0b7a3 Use BUILTIN_LED 2015-06-26 20:31:51 +03:00
probonopd
3e87bb3ce2 No need to disable the watchdog 2015-06-26 20:31:45 +03:00
probonopd
7553b67dd7 ESP8266 BlinkWithoutDelay 2015-06-26 20:31:39 +03:00
probonopd
0e29e7e048 ESP8266 Blink example for the blue LED on the ESP-01 module 2015-06-26 20:31:32 +03:00
reaper7
bdb5e0c0d9 missing part of class name WiFiMesh -> ESP8266WiFiMesh 2015-06-26 20:31:04 +03:00
Kristijan Novoselic
3bbe9b56c6 Added captive portal functionality 2015-06-26 20:30:57 +03:00
Kristijan Novoselic
bcdb580d7a Added simple HTTP server to DNSServer example 2015-06-26 20:30:48 +03:00
Makuna
28a5a4c97e correct sync use
rsil doesn't require a sync,
isync  needed for processor state register
esync needed to get special register
2015-06-26 20:27:13 +03:00