1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

1828 Commits

Author SHA1 Message Date
Charles
34d73f12b0 Merge branch 'master' into master 2016-02-03 12:07:04 +01:00
Charles
c74a7703d2 Changed Arg hasArg hasHeader from const char * to String
This permet calling these with const char *, String or PGM_P type
parameter
2016-02-03 12:04:03 +01:00
Charles
090c3e3533 Added arg_P hasArg_P and hasHeader_P
Added arg_P hasArg_P and hasHeader_P to be able to test arg from string
stored in flash
2016-02-03 05:29:21 +01:00
Markus
aa0c14c2d0 Merge pull request #1558 from Links2004/master
add stack_dump.md
2016-02-02 18:18:29 +01:00
Markus Sattler
ea95f2e8fa Merge remote-tracking branch 'remotes/esp8266/master' 2016-02-02 17:51:07 +01:00
Markus Sattler
0404470f85 add stack_dump.md help to docs 2016-02-02 17:50:46 +01:00
Ivan Grokhotkov
8a26750e63 Merge pull request #1544 from andig/md5
Fix buffer overflow and formatting
2016-01-31 22:40:05 +03:00
Ivan Grokhotkov
8899f55304 Merge pull request #1535 from krzychb/master
Protecting ArduinoOTA uploads with a password
2016-01-31 22:39:11 +03:00
Ivan Grokhotkov
6c8ca2d363 Merge pull request #1530 from Links2004/master
improve http client
2016-01-31 22:38:41 +03:00
Ivan Grokhotkov
8fdd29e45a Merge pull request #1518 from lcafaro/master
Added ESP8266-EVB
2016-01-31 22:36:27 +03:00
Ivan Grokhotkov
ffb0d5e014 Merge pull request #1512 from arturkowalczyk/master
Updated docs
2016-01-31 22:35:55 +03:00
Ivan Grokhotkov
7019b950bf Merge pull request #1509 from lnxbil/patch-1
Add VCC readout
2016-01-31 22:35:36 +03:00
Ivan Grokhotkov
54f3c6bd21 Merge pull request #1506 from chromy/master
Add a new board entry for the SparkFun Thing Dev
2016-01-31 22:35:20 +03:00
andig
77ab33f7bf Fix buffer overflow and formatting 2016-01-31 18:49:02 +01:00
krzychb
4cd1744fc1 Protecting ArduinoOTA uploads with a password
New chapter addedd
TOC updated

TOC update

TOC update

Corrected path to pictures
2016-01-30 11:50:10 +01:00
Lorenzo Cafaro
c52409b5a1 Merge branch 'master' into master 2016-01-29 14:38:43 +01:00
Markus Sattler
1060db94c2 handle possible dead lock in HTTP client see: #1520 2016-01-29 14:02:09 +01:00
Markus Sattler
27f1a63170 allow String for payload in HTTPclient sendRequest 2016-01-29 13:19:56 +01:00
Markus Sattler
bf067f718a make random more random 2016-01-29 13:17:10 +01:00
Lorenzo Cafaro
8edaf2c922 Fixed url 2016-01-28 09:29:49 +01:00
Lorenzo Cafaro
62e2c6828f Fixed url 2016-01-28 09:27:04 +01:00
Markus
b39146d9c3 Merge pull request #1519 from WereCatf/master
More ESP8266-compatible libraries
2016-01-27 21:08:09 +01:00
WereCatf
b32ce252fb More ESP8266-compatible libraries 2016-01-27 21:03:25 +02:00
Lorenzo Cafaro
e4e6831e58 Added ESP8266-EVB 2016-01-27 17:25:52 +01:00
Artur Kowalczyk
ca93010232 Updated docs 2016-01-27 12:17:07 +01:00
Ivan Grokhotkov
282f9f559c Merge pull request #1496 from esp8266/hardwareserial
HardwareSerial without software buffer and interrupts
2016-01-27 08:30:21 +03:00
Andreas Steinel
7506055e8d Add VCC readout 2016-01-27 00:26:03 +01:00
Hector Dearman
c818413b52 Add a new board entry for the SparkFun Thing Dev
While the 'SparkFun ESP8266 Thing' is similar to the
'SparkFun ESP8266 Thing - Dev Board' there are some critical
differences for programming:

The dev board expects the following settings:

Flash Mode: DIO
Flash Size: 512K (no SPIFFS)
Reset Method: nodemcu

Whereas the original board uses:

Flash Mode: QIO
Flash Size: 512K (64K SPIFFS)
Reset Method: ck
2016-01-26 20:10:41 +00:00
Ivan Grokhotkov
d1149c53e6 Remove UART register reference from HardwareSerial 2016-01-26 22:58:00 +03:00
Ivan Grokhotkov
af18612a4c Turn of '--verbose' option in Travis builds to place log size within limits 2016-01-26 22:58:00 +03:00
Ivan Grokhotkov
16c0f3f1d5 Implement HardwareSerial::peek 2016-01-26 22:58:00 +03:00
Ivan Grokhotkov
7960b63357 Move UART HAL into separate file, clean up code 2016-01-26 22:57:59 +03:00
Me No Dev
e255f25cfd Bufferless and Interruptless HardwareSerial
Let's use the onboard buffers :)
2016-01-26 22:57:59 +03:00
Markus
aeb9597ccf Merge pull request #1504 from Links2004/master
rename cbuf getSize to available, and add size function
2016-01-26 20:17:57 +01:00
Markus Sattler
531d748936 rename cbuf::getSize to cbuf::available (return available Bytes in cbuf)
add cbuf::size (return size of cbuf)
2016-01-26 18:21:42 +01:00
Markus Sattler
fa38ce4079 allow cbuf as chain 2016-01-26 17:40:01 +01:00
Markus Sattler
46c096ba23 update version in platform.txt 2016-01-26 17:25:40 +01:00
Ivan Grokhotkov
85973cdc8c Merge pull request #1501 from Links2004/master
fix #1499 - ESPhttpUpdate.updateSpiffs
2016-01-26 16:23:17 +03:00
Ivan Grokhotkov
017dbc037e Merge pull request #1500 from asdwsda/master
espota: fixed remaining python 3.5 incompatibility
2016-01-26 16:22:57 +03:00
Ivan Grokhotkov
74da596183 Merge pull request #1503 from Makuna/ServoValueRoundOffFix
Servo value read and write fixes
2016-01-26 16:22:48 +03:00
Ivan Grokhotkov
efc8dda160 Workaround for LwIP not handling ERR_ABRT
Described in detail here: https://github.com/esp8266/Arduino/wiki/LwIP-issue,-or-how-a-simple-%22if%22-can-go-wrong
2016-01-26 15:57:37 +03:00
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 Sattler
4a88c94c34 Merge remote-tracking branch 'remotes/esp8266/master' 2016-01-25 21:06:00 +01:00
Markus Sattler
b2a6ab8059 #1499 2016-01-25 21:05:24 +01:00
Peter Szabo
5d9fb2894d fixed remaining python 3.5 incompatibility 2016-01-25 20:22:22 +01:00
Ivan Grokhotkov
5e19757d54 Merge pull request #1495 from hallard/master
Added function to return reset reason in human readable format
2016-01-25 09:23:41 +03:00
Ivan Grokhotkov
5708c69a99 Merge pull request #1492 from asdwsda/master
make espota compatible with python 3.5
2016-01-25 09:22:48 +03:00
Ivan Grokhotkov
6aa7da4bc4 Merge pull request #1493 from Makuna/LibraryDocUpdate
Updated library docs
2016-01-25 09:21:56 +03:00
Ivan Grokhotkov
1b3f5e0cb5 Remove duplicate item from changelog 2016-01-25 09:21:23 +03:00
Charles
c81abd2a92 Added getResetReason 2016-01-25 00:48:46 +01:00