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

745 Commits

Author SHA1 Message Date
Markus Sattler
c77fbb2383 update SDK to v1.2.0_15_07_03 2015-07-04 09:45:05 +02:00
Markus Sattler
2ab4e360cc upate phy with values from SDK 1.1.2 (esp_init_data_default.bin) 2015-07-01 17:57:31 +02:00
Markus Sattler
f210939b48 Pulldown only possible for in 16. ( see #478 )
rename define to INPUT_PULLDOWN_16 to make it clear
2015-07-01 17:56:19 +02:00
Markus Sattler
711fafde80 disable DEBUG_HTTP_UPDATE 2015-07-01 17:53:49 +02: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
Ivan Grokhotkov
87abcf380e Merge pull request #453 from me-no-dev/esp8266
Esp8266
2015-06-26 20:21:23 +03:00
Ivan Grokhotkov
3c846b720c Merge pull request #469 from Testato/patch-3
Update core_esp8266_phy.c
2015-06-26 20:19:41 +03:00
Markus Sattler
98815fe69a style 2015-06-26 19:01:13 +02:00
Markus Sattler
bcd0c9c91b add linux example path 2015-06-26 18:57:43 +02:00
Markus Sattler
abdb14b977 add eclipse howto 2015-06-26 18:47:59 +02:00
John Doe
a561710677 remove redeclaration 2015-06-26 12:44:48 +03:00
Me No Dev
f8895d1a61 Merge pull request #10 from esp8266/esp8266
Esp8266
2015-06-26 12:16:06 +03:00
John Doe
9bb29fc777 fix wifiAP, ip_addr redeclaration and TFT SPI 2015-06-26 12:12:26 +03:00
Markus Sattler
3a34aa61e0 Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
Conflicts:
	hardware/esp8266com/esp8266/cores/esp8266/Esp.cpp
2015-06-25 20:02:37 +02:00
Testato
411773dffa Update core_esp8266_phy.c 2015-06-25 11:38:43 +02:00
Testato
4d740bd8e1 Update core_esp8266_phy.c 2015-06-25 11:35:24 +02:00
Testato
cd5228f7c2 Update core_esp8266_phy.c 2015-06-25 11:34:53 +02:00
Testato
61f800ec14 Update core_esp8266_phy.c 2015-06-25 11:33:34 +02:00
Ivan Grokhotkov
9dce0c4181 Provide selection between A0 and VCC (#443, #338) 2015-06-25 01:04:07 +03:00
Testato
9f67167eef Update core_esp8266_wiring_analog.c
analogRead bugfix
2015-06-25 00:24:46 +03:00
Ivan Grokhotkov
565c7aeac0 Less debug output from slist 2015-06-25 00:13:55 +03:00
Ivan Grokhotkov
788095c66e Remove implementations of WDT-related functions
which were not correct since 0.9.3 anyway
2015-06-25 00:13:06 +03:00
Ivan Grokhotkov
e5fcdbd9e3 ESP8266WebServer: reduce amount of string copying 2015-06-24 23:58:53 +03:00
Testato
432385604c Update core_esp8266_phy.c
added vdd33_const explanation from official Espressif documentation
2015-06-24 22:32:59 +02:00
Markus Sattler
fdb723cbad Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
Conflicts:
	hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_main.cpp
2015-06-23 13:08:05 +02:00
Me No Dev
9de2621b7b Merge pull request #9 from esp8266/esp8266
Esp8266
2015-06-23 10:59:21 +03:00
John Doe
64aaec8f54 more typos 2015-06-22 16:16:09 +03:00
John Doe
14f7b041b3 typo 2015-06-22 15:49:47 +03:00
John Doe
3a525e47cf add I2S core 2015-06-22 15:47:22 +03:00