1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00
Commit Graph

1887 Commits

Author SHA1 Message Date
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
fbc7eb9f85 Document the new methods for mapping UART0 TX to GPIO2 2016-01-19 15:57:38 +02:00
ecdbda8796 Merge pull request #1401 from lp0/webserver-async1
WebServer: handle initial read/close timeouts asynchronously
2016-01-18 20:45:41 +03:00
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
e443b0ce3b Merge pull request #1437 from timw1971/patch-2
Optimised _dirty flag.
2016-01-18 20:43:42 +03:00
a39b4825e0 Merge pull request #1440 from stefangordon/master
Include Arduino.h AFTER memory.h
2016-01-18 20:42:11 +03:00
8c3e1d00ee Merge pull request #1451 from probonopd/patch-2
advertise all hosted services
2016-01-18 20:41:58 +03:00
27de48b03f Merge pull request #1463 from andig/remove-onewire
Remove OneWire
2016-01-18 20:41:30 +03:00
d605074005 Remove OneWire 2016-01-18 15:38:28 +01:00
8bd0b2a110 Merge remote-tracking branch 'upstream/master' 2016-01-18 13:14:35 +02:00
80dc5c11a4 Merge branch 'master' into master 2016-01-17 16:54:02 -08:00
68701bf208 Merge pull request #1457 from martinayotte/master
manual merge of IPAddress from Arduino.cc
2016-01-17 16:15:15 +01:00
c1e91c722f manual merge of IPAddress from Arduino.cc e3909b4e2c 2016-01-17 09:43:07 -05:00
b2a92963d3 Merge branch 'master' into patch-2 2016-01-16 22:09:45 +01:00
371c7881c0 Merge pull request #1445 from Links2004/master
fix #1368
2016-01-16 21:57:01 +01:00
160f84a6f6 Make advertiseServices() private 2016-01-16 20:51:08 +01:00
7a35ee4813 advertise all hosted services (written by me-no-dev) 2016-01-16 20:39:52 +01:00
0b42f53bf4 advertise all hosted services 2016-01-16 20:37:06 +01:00
4247b646bb Merge remote-tracking branch 'remotes/esp8266/master' 2016-01-16 14:01:19 +01:00
fb55e91118 fix #1368 2016-01-16 14:00:56 +01:00
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
3873627249 Merge pull request #1432 from sfranzyshen/master
Update core_esp8266_phy.c
2016-01-15 16:25:43 +01:00
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
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
d68b9717b5 Use explicit TX pin number and add pins setting method 2016-01-14 17:55:57 +02:00
e97bc80cee Allow setting alternate TX for UART 0, so GPIO1 is available as SPI_CS1 2016-01-14 14:18:52 +02:00
87c59b1ca2 Merge pull request #1413 from Links2004/master
fix unused warning #1407
2016-01-13 09:46:10 +03:00
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
3d4e4f8cda Merge branch 'master' into my_changes_on_2.1.0-rc1 2016-01-12 21:26:09 +01:00
ae1409125f Accept-Encoding missing comma added 2016-01-12 21:25:27 +01:00