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
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
282f9f559c
Merge pull request #1496 from esp8266/hardwareserial
...
HardwareSerial without software buffer and interrupts
2016-01-27 08:30:21 +03: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
74da596183
Merge pull request #1503 from Makuna/ServoValueRoundOffFix
...
Servo value read and write fixes
2016-01-26 16:22:48 +03:00
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
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
4a88c94c34
Merge remote-tracking branch 'remotes/esp8266/master'
2016-01-25 21:06:00 +01:00
b2a6ab8059
#1499
2016-01-25 21:05:24 +01:00
5d9fb2894d
fixed remaining python 3.5 incompatibility
2016-01-25 20:22:22 +01:00
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
5708c69a99
Merge pull request #1492 from asdwsda/master
...
make espota compatible with python 3.5
2016-01-25 09:22:48 +03:00
6aa7da4bc4
Merge pull request #1493 from Makuna/LibraryDocUpdate
...
Updated library docs
2016-01-25 09:21:56 +03:00
1b3f5e0cb5
Remove duplicate item from changelog
2016-01-25 09:21:23 +03:00
c81abd2a92
Added getResetReason
2016-01-25 00:48:46 +01:00
d9a51f9fa1
Added getResetReason in human readable form
2016-01-25 00:43:57 +01:00
e455315bbf
Added comment on Reset reason
2016-01-25 00:43:03 +01:00
419bbb83dc
Updated library docs
...
Updated esp8266 specific branches for NeoPixelBus
Added reference to Task library
2016-01-24 12:38:33 -08:00
6408e43331
make espota compatible with python 3.5
2016-01-24 21:11:23 +01:00
bc82547ddd
Update staging package docs link
2016-01-24 22:44:47 +03:00
52112500ad
Update changelog
2.1.0-rc2
2016-01-24 22:07:22 +03:00
5019b7ff27
Merge pull request #1484 from Links2004/master
...
move function code of cbuf to cbuf.cpp
2016-01-24 00:53:43 +01:00
bac5ce0490
make resize easier to read and add note
2016-01-23 23:23:02 +01:00
e2a73ef385
move function code of cbuf to cbuf.cpp
...
add peek for multiple bytes
add remove
add resizeAdd
add resize
2016-01-23 11:28:30 +01:00
d5d0d73aea
Merge pull request #1476 from obsoleted/debug_tls_mem
...
Add TLS Mem debug level option
2016-01-21 17:16:05 +01:00
1ca8a03970
Add TLS Mem debug option
...
- Added new option for Core + SSL + Tls Mem
- Added TLS Mem debuging when debugging All
2016-01-20 17:38:58 -08:00
0834ec62a1
Merge pull request #1467 from KaloNK/master
...
Document the new methods for mapping UART0 TX to GPIO2
2016-01-19 18:27:08 +03:00