1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00
Commit Graph

2387 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 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
Charles
d9a51f9fa1 Added getResetReason in human readable form 2016-01-25 00:43:57 +01:00
Charles
e455315bbf Added comment on Reset reason 2016-01-25 00:43:03 +01:00
Makuna
419bbb83dc Updated library docs
Updated esp8266 specific branches for NeoPixelBus
Added reference to Task library
2016-01-24 12:38:33 -08:00
Peter Szabo
6408e43331 make espota compatible with python 3.5 2016-01-24 21:11:23 +01:00
Ivan Grokhotkov
bc82547ddd Update staging package docs link 2016-01-24 22:44:47 +03:00
Ivan Grokhotkov
52112500ad Update changelog 2.1.0-rc2 2016-01-24 22:07:22 +03:00
Markus
5019b7ff27 Merge pull request #1484 from Links2004/master
move function code of cbuf to cbuf.cpp
2016-01-24 00:53:43 +01:00
Markus Sattler
bac5ce0490 make resize easier to read and add note 2016-01-23 23:23:02 +01:00
Markus Sattler
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
Markus
d5d0d73aea Merge pull request #1476 from obsoleted/debug_tls_mem
Add TLS Mem debug level option
2016-01-21 17:16:05 +01:00
Andre Price
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
Ivan Grokhotkov
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
Kaloyan Kovachev
fbc7eb9f85 Document the new methods for mapping UART0 TX to GPIO2 2016-01-19 15:57:38 +02:00
Ivan Grokhotkov
ecdbda8796 Merge pull request #1401 from lp0/webserver-async1
WebServer: handle initial read/close timeouts asynchronously
2016-01-18 20:45:41 +03:00
Ivan Grokhotkov
f14ecdb960 Merge pull request #1424 from KaloNK/master
Allow setting alternate TX for UART 0, so GPIO1 is available as SPI_CS1
2016-01-18 20:44:48 +03:00
Ivan Grokhotkov
e443b0ce3b Merge pull request #1437 from timw1971/patch-2
Optimised _dirty flag.
2016-01-18 20:43:42 +03:00
Ivan Grokhotkov
a39b4825e0 Merge pull request #1440 from stefangordon/master
Include Arduino.h AFTER memory.h
2016-01-18 20:42:11 +03:00
Ivan Grokhotkov
8c3e1d00ee Merge pull request #1451 from probonopd/patch-2
advertise all hosted services
2016-01-18 20:41:58 +03:00
Ivan Grokhotkov
27de48b03f Merge pull request #1463 from andig/remove-onewire
Remove OneWire
2016-01-18 20:41:30 +03:00
andig
d605074005 Remove OneWire 2016-01-18 15:38:28 +01:00
Kaloyan Kovachev
8bd0b2a110 Merge remote-tracking branch 'upstream/master' 2016-01-18 13:14:35 +02:00
Stefan Gordon
80dc5c11a4 Merge branch 'master' into master 2016-01-17 16:54:02 -08:00
Markus
68701bf208 Merge pull request #1457 from martinayotte/master
manual merge of IPAddress from Arduino.cc
2016-01-17 16:15:15 +01:00
Martin Ayotte
c1e91c722f manual merge of IPAddress from Arduino.cc e3909b4e2c 2016-01-17 09:43:07 -05:00
probonopd
b2a92963d3 Merge branch 'master' into patch-2 2016-01-16 22:09:45 +01:00
Markus
371c7881c0 Merge pull request #1445 from Links2004/master
fix #1368
2016-01-16 21:57:01 +01:00
probonopd
160f84a6f6 Make advertiseServices() private 2016-01-16 20:51:08 +01:00
probonopd
7a35ee4813 advertise all hosted services (written by me-no-dev) 2016-01-16 20:39:52 +01:00
probonopd
0b42f53bf4 advertise all hosted services 2016-01-16 20:37:06 +01:00
Markus Sattler
4247b646bb Merge remote-tracking branch 'remotes/esp8266/master' 2016-01-16 14:01:19 +01:00
Markus Sattler
fb55e91118 fix #1368 2016-01-16 14:00:56 +01:00
Stefan Gordon
7f7a1ac420 Include Arduino.h AFTER memory.h
Arduino.h defines min/max which are then redefined with templates in stl_algobase.h imported from memory.h.  This is the least impactful way I can find to get past this for now and unblock use of wificlient in more scenarios.
2016-01-15 12:02:08 -08:00
Markus
3873627249 Merge pull request #1432 from sfranzyshen/master
Update core_esp8266_phy.c
2016-01-15 16:25:43 +01:00
timw1971
b3a503a9ef Optimised _dirty flag.
_dirty set only if the value being written is different from the existing value in the cache.
2016-01-15 15:15:22 +00:00
Scott Franzyshen
28c96179a0 Update core_esp8266_phy.c
add #include <string.h> to fix warning: incompatible implicit declaration of built-in function 'memcpy'
2016-01-14 16:30:26 -08:00
Kaloyan Kovachev
d68b9717b5 Use explicit TX pin number and add pins setting method 2016-01-14 17:55:57 +02:00
Kaloyan Kovachev
e97bc80cee Allow setting alternate TX for UART 0, so GPIO1 is available as SPI_CS1 2016-01-14 14:18:52 +02:00
Ivan Grokhotkov
87c59b1ca2 Merge pull request #1413 from Links2004/master
fix unused warning #1407
2016-01-13 09:46:10 +03:00
Ivan Grokhotkov
a3a6c98390 Merge pull request #1415 from joostjager/my_changes_on_2.1.0-rc1
Accept-Encoding missing comma added
2016-01-13 09:46:00 +03:00
Joost Jager
3d4e4f8cda Merge branch 'master' into my_changes_on_2.1.0-rc1 2016-01-12 21:26:09 +01:00
Joost Jager
ae1409125f Accept-Encoding missing comma added 2016-01-12 21:25:27 +01:00