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

1157 Commits

Author SHA1 Message Date
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
Markus Sattler
7a6765c4bc add lib dump 2015-07-04 11:11:03 +02:00
Markus Sattler
1aa8e8e6c8 add basic WPS function 2015-07-04 10:30:11 +02:00
Markus Sattler
36a4131f35 allow setting the host name of AP interface 2015-07-04 10:00:27 +02:00
Markus Sattler
6a329c0562 update ld add *(.sdk.version) 2015-07-04 09:50:40 +02:00
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
Andrew McDonnell
aad2701764 Spelling mistake 2015-06-30 23:02:19 +09:30
Andrew McDonnell
5a7187ef79 Add reference on how to enable printf function 2015-06-30 22:58:42 +09:30
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