1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
Commit Graph

1839 Commits

Author SHA1 Message Date
220b02aa87 keep arduino incompatible BUILTIN_LED 2016-02-03 13:39:59 +01:00
b871b1ba8d keep arduino incompatible BUILTIN_LED 2016-02-03 13:39:22 +01:00
1d97cac659 keep arduino incompatible BUILTIN_LED 2016-02-03 13:38:26 +01:00
292cf28670 Merge branch 'master' into pr_issue_1555 2016-02-02 16:09:17 +01:00
ebc2667d15 changed BUILTIN_LED to LED_BUILTIN 2016-02-02 16:00:56 +01:00
7008a279df changed BUILTIN_LED to LED_BUILTIN 2016-02-02 16:00:21 +01:00
cf3f6da0f2 changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:59:53 +01:00
5e11c4379c changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:59:34 +01:00
8645bd598e changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:58:48 +01:00
faae74208d changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:57:48 +01:00
df2659b9c6 changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:57:02 +01:00
1eb74d5956 changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:56:04 +01:00
fb9e977b06 changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:55:30 +01:00
b735737bfe changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:55:08 +01:00
d0557ddfa4 changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:54:41 +01:00
a25e4aaf95 changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:54:11 +01:00
7865ace1cb changed BUILTIN_LED to LED_BUILTIN 2016-02-02 15:53:41 +01:00
8a26750e63 Merge pull request #1544 from andig/md5
Fix buffer overflow and formatting
2016-01-31 22:40:05 +03:00
8899f55304 Merge pull request #1535 from krzychb/master
Protecting ArduinoOTA uploads with a password
2016-01-31 22:39:11 +03:00
6c8ca2d363 Merge pull request #1530 from Links2004/master
improve http client
2016-01-31 22:38:41 +03:00
8fdd29e45a Merge pull request #1518 from lcafaro/master
Added ESP8266-EVB
2016-01-31 22:36:27 +03:00
ffb0d5e014 Merge pull request #1512 from arturkowalczyk/master
Updated docs
2016-01-31 22:35:55 +03:00
7019b950bf Merge pull request #1509 from lnxbil/patch-1
Add VCC readout
2016-01-31 22:35:36 +03:00
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
77ab33f7bf Fix buffer overflow and formatting 2016-01-31 18:49:02 +01:00
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
c52409b5a1 Merge branch 'master' into master 2016-01-29 14:38:43 +01:00
1060db94c2 handle possible dead lock in HTTP client see: #1520 2016-01-29 14:02:09 +01:00
27f1a63170 allow String for payload in HTTPclient sendRequest 2016-01-29 13:19:56 +01:00
bf067f718a make random more random 2016-01-29 13:17:10 +01:00
8edaf2c922 Fixed url 2016-01-28 09:29:49 +01:00
62e2c6828f Fixed url 2016-01-28 09:27:04 +01:00
b39146d9c3 Merge pull request #1519 from WereCatf/master
More ESP8266-compatible libraries
2016-01-27 21:08:09 +01:00
b32ce252fb More ESP8266-compatible libraries 2016-01-27 21:03:25 +02:00
e4e6831e58 Added ESP8266-EVB 2016-01-27 17:25:52 +01:00
ca93010232 Updated docs 2016-01-27 12:17:07 +01:00
282f9f559c Merge pull request #1496 from esp8266/hardwareserial
HardwareSerial without software buffer and interrupts
2016-01-27 08:30:21 +03:00
7506055e8d Add VCC readout 2016-01-27 00:26:03 +01:00
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
d1149c53e6 Remove UART register reference from HardwareSerial 2016-01-26 22:58:00 +03:00
af18612a4c Turn of '--verbose' option in Travis builds to place log size within limits 2016-01-26 22:58:00 +03:00
16c0f3f1d5 Implement HardwareSerial::peek 2016-01-26 22:58:00 +03:00
7960b63357 Move UART HAL into separate file, clean up code 2016-01-26 22:57:59 +03:00
e255f25cfd Bufferless and Interruptless HardwareSerial
Let's use the onboard buffers :)
2016-01-26 22:57:59 +03:00
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
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
fa38ce4079 allow cbuf as chain 2016-01-26 17:40:01 +01:00
46c096ba23 update version in platform.txt 2016-01-26 17:25:40 +01:00
85973cdc8c Merge pull request #1501 from Links2004/master
fix #1499 - ESPhttpUpdate.updateSpiffs
2016-01-26 16:23:17 +03:00
017dbc037e Merge pull request #1500 from asdwsda/master
espota: fixed remaining python 3.5 incompatibility
2016-01-26 16:22:57 +03:00