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

1496 Commits

Author SHA1 Message Date
Makuna
acb7dc0681 Servo value read and write fixes
Values that were written and then read would be different due to using
map.
If user defined a different min/max pulse width would cause the
read/write to incorrectly calculate the pulse width.
2016-01-25 16:01:43 -08:00
Markus
e75c3d8444 Merge pull request #1230 from martinayotte/master
add show_hidden argument to scanNetworks()
2015-12-16 19:03:11 +01:00
Martin Ayotte
481d74ba86 add show_hidden argument to scanNetworks() 2015-12-16 12:06:29 -05:00
pgollor
246ed7a378 Merge pull request #1227 from pgollor/master
merge changes from ivankravets
2015-12-16 02:13:49 +01:00
Pascal Gollor
7c5717ffb5 Merge branch 'ivankravets-patch-1' 2015-12-16 01:46:46 +01:00
Pascal Gollor
8ed7424b63 Merge branch 'patch-1' of https://github.com/ivankravets/Arduino into ivankravets-patch-1 2015-12-16 01:46:36 +01:00
Pascal Gollor
6711283027 Merge branch 'ivankravets-patch-2' 2015-12-16 01:44:27 +01:00
Pascal Gollor
558e3d08e9 Merge branch 'patch-2' of https://github.com/ivankravets/Arduino into ivankravets-patch-2 2015-12-16 01:43:40 +01:00
Markus
9a4dc26451 Merge pull request #1226 from Links2004/httpClient
HTTP client move stream buffer the heap
2015-12-16 01:35:43 +01:00
Markus Sattler
b9d0807a56 only malloc needed ram if we know the response size and its less then 1460 2015-12-16 00:48:35 +01:00
Markus Sattler
b8769bf5eb HTTP Client move buffer (1460 Byte) from stack to heap. 2015-12-16 00:36:11 +01:00
Ivan Kravets
94fd0333fe Add authentication and upload options 2015-12-15 22:28:57 +02:00
Ivan Kravets
7e1a04a41b More explanations about OTA uploading 2015-12-15 20:45:40 +02:00
Ivan Kravets
79a4b922fa Add "Contents" block 2015-12-15 20:38:31 +02:00
Markus
3940b35491 Merge pull request #1222 from albeec13/patch-1
Modify boards.txt for Sparkfun Thing Dev
2015-12-15 19:08:31 +01:00
Albert Chaharbakhshi
3a16bed4c2 Modify boards.txt for Sparkfun Thing Dev
The Sparkfun ESP8266 Thing Dev board currently has the "upload.resetmethod" set to "ck" which is invalid for the hardware, which uses the "nodemcu" reset circuitry.  You can compare the reset circuits here: https://cdn.sparkfun.com/datasheets/Wireless/WiFi/ESP8266-Thing-Dev-v10.pdf and https://raw.githubusercontent.com/nodemcu/nodemcu-devkit/master/Documents/NODEMCU_DEVKIT_SCH.png

Without this change, the Thing Dev board will not program correctly unless it is power cycled with GPIO0 held to ground.  After this change, the board resets, programs, and runs correctly, without any manual jumper or reset operations.
2015-12-15 11:46:17 -06:00
Ivan Grokhotkov
4014f91724 Merge pull request #1218 from krzychb/master
Troubleshooting of OTA from IDE
2015-12-15 13:20:42 +03:00
krzychb
2f75f0b3c4 Troublehooting of OTA from IDE
Update ota_updates.md

Update ota_updates.md
2015-12-15 06:25:16 +01:00
Ivan Grokhotkov
a73e1676b6 Merge pull request #1213 from alltheblinkythings/cbuf_interrupts
Interrupt safety fixes for HardwareSerial
2015-12-14 12:45:22 +03:00
Ivan Grokhotkov
8d4287b5a9 Merge pull request #1214 from Links2004/master
change Adafruit Huzzah upload method to nodemcu
2015-12-14 12:44:27 +03:00
Markus Sattler
c97e408bd1 change Adafruit Huzzah upload method to nodemcu
see #1212
2015-12-14 09:31:50 +01:00
Christopher Pascoe
55e0dab799 Protect HardwareSerial's cbuf usage with InterruptLock. 2015-12-13 19:39:47 -08:00
Christopher Pascoe
afbc049cc9 Make the circular buffer's _size and _bufend members immutable. 2015-12-13 19:17:15 -08:00
Markus
06b1c3f819 Merge pull request #1210 from Links2004/httpUpdate
allow control of restart on http update
2015-12-13 23:33:46 +01:00
Markus Sattler
4dd5d8cf7d allow control of restart on http update
#1202
2015-12-13 23:04:27 +01:00
Ivan Grokhotkov
8f99861978 Merge pull request #1198 from hallard/master
WifInfo boards, more custom SPIFFS Size for 1M modules
2015-12-13 00:19:09 +03:00
Ivan Grokhotkov
7cb2cb5f8d Fix typo 2015-12-13 00:17:30 +03:00
Ivan Grokhotkov
124855945c Move PlatformIO instructions to a separate file 2015-12-13 00:16:01 +03:00
Ivan Grokhotkov
a23cb9cc15 Merge pull request #1197 from ivankravets/master
Add PlatformIO as alternative option to use ESP8266 core for Arduino
2015-12-12 23:50:05 +03:00
Ivan Kravets
c1e60ab3c1 Add explanation about @PlatformIO, how does it work 2015-12-12 13:45:32 +02:00
Charles
027b5aff1d Added WifInfo boards 2015-12-11 18:41:58 +01:00
Charles
1adb9e79ea Added WifInfo boards / more SPIFFS size for 1M modules
Added WifInfo boards
Added 144K SPIFFS size for 1M modules
Added 160K SPIFFS size for 1M modules
Added 192K SPIFFS size for 1M modules
2015-12-11 18:18:09 +01:00
hallard
5653b9a59b Merge remote-tracking branch 'refs/remotes/upstream/master' 2015-12-11 18:04:41 +01:00
Charles
1891241f30 Added WifInfo boards 2015-12-11 17:54:58 +01:00
Ivan Kravets
3e49985d47 Add @PlatformIO as alternative option to use ESP8266 core for Arduino
Hi @igrr,

Would be thankful to place some information about [PlatformIO[(http://platformio.org) as alternative cross-platform builder to use ESP8266 core for Arduino on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).

Don't hesitate to modify this PR.

Thanks in advance!
2015-12-11 17:31:32 +02:00
Ivan Grokhotkov
e7024fb5b4 SPIFFS: check if path length is valid (#1089) 2015-12-10 23:25:54 +03:00
Markus
703aaf60f4 Merge pull request #1192 from Links2004/master
doc better quality of update_memory_copy.png
2015-12-10 18:39:57 +01:00
Markus Sattler
6aa4f9e481 doc better quality of update_memory_copy.png 2015-12-10 18:06:56 +01:00
Markus
617f6cad1e Merge pull request #1191 from Links2004/httpUpdate
fix update
2015-12-10 18:00:20 +01:00
Markus Sattler
f4deee6925 Merge remote-tracking branch 'remotes/esp8266/master' into httpUpdate 2015-12-10 17:38:08 +01:00
Markus
ba4b42529c Merge pull request #1190 from Links2004/master
update ota docs
2015-12-10 17:37:46 +01:00
Markus Sattler
7ea4eb452d fix String bug
length where returning something that is not 0 while buffer where NULL!?
2015-12-10 17:37:09 +01:00
Markus Sattler
49536c78d3 add more debug to Updater.cpp 2015-12-10 17:24:39 +01:00
Markus Sattler
38427333c5 update ota docs 2015-12-10 17:05:00 +01:00
Markus
a5c3aea98e Merge pull request #1189 from Links2004/master
fix #1167 WiFiServer stop / close
2015-12-10 15:41:04 +01:00
Markus Sattler
0389657614 give the IP stack more time to handle the data
may help with #1157
2015-12-10 12:48:36 +01:00
Markus Sattler
9a096f828d Merge remote-tracking branch 'remotes/esp8266/master' 2015-12-10 12:26:15 +01:00
Markus
086af80a23 Merge pull request #1188 from Links2004/httpUpdate
allow SPIFFS update over http
2015-12-10 12:25:01 +01:00
Markus Sattler
fdadadc787 add default values for updateSpiffs 2015-12-10 12:03:53 +01:00
Markus Sattler
55afeba174 see #1167
add close and stop as alias
2015-12-10 12:02:49 +01:00