Markus Sattler
cf942a2ae6
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-07-24 22:49:52 +02:00
Ivan Grokhotkov
d645c01be8
Update change log
2015-07-23 19:02:07 +03:00
Markus Sattler
c33e2a60db
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-07-23 17:27:30 +02:00
Ivan Grokhotkov
91ca9ba75b
Make sure WDT is re-enabled in eboot even in case of error ( #517 )
2015-07-23 16:39:56 +03:00
Ivan Grokhotkov
481cee6460
Disable WDT in eboot while copying new sketch ( #517 )
2015-07-23 16:34:11 +03:00
Ivan Grokhotkov
973ae3986b
Merge pull request #595 from esp8266/travis-tests
...
Verify sketches as part of travis build
2015-07-23 16:19:29 +03:00
Ivan Grokhotkov
496da02f14
Verify sketches as part of travis build
...
Squashed commits:
[7d1b42f] Encrypt token, skip some tests
[17b8f39] Fix sha1 example path
[f3050b1] Fix build, add webhook
[fd2c9bd] Fix build errors, update mDNS library readme
[7b87031] Make common.sh more flexible
[3ba3eb2] Test all sketches
[87beb8a] Build all sketches in esp8266 core
[f2464f1] Fix paths
[823a9ae] Remove sudo usage
[7fce734] Fix arduino commands
[619bc7d] Move all commands into travis script
[15a5ada] First attempt test runner
2015-07-23 16:06:07 +03:00
Ivan Grokhotkov
d35b72d41c
Documentation update
...
- mention analogWriteRange and analogWriteFreq
- update change log
- add pwm output symbol for pin 16 to svg
2015-07-23 01:29:12 +03:00
Ivan Grokhotkov
11594b1340
Fix optimistic_yield usage ( #588 )
2015-07-22 22:50:26 +03:00
Ivan Grokhotkov
a9d5ef198a
Fix SparkFun Thing board definition
2015-07-22 22:48:52 +03:00
Ivan Grokhotkov
467716de81
Fix travis build link
2015-07-22 18:01:32 +03:00
Ivan Grokhotkov
de34190c79
Update build status link, fix typo
2015-07-22 18:00:15 +03:00
Ivan Grokhotkov
17399b3c08
Merge pull request #587 from esp8266/doc-update
...
Documentation update
2015-07-22 17:46:37 +03:00
Ivan Grokhotkov
72ac19821c
Fix errors in core reference, mention new libraries.
2015-07-22 17:45:30 +03:00
Ivan Grokhotkov
a1fa03f007
Update supported boards description
2015-07-22 17:35:35 +03:00
Ivan Grokhotkov
d93f05f7e0
Add line missing after rebase
2015-07-22 17:23:28 +03:00
Ivan Grokhotkov
e03efe3b5d
Documentation update
...
add jekyll front matters, update links
2015-07-22 17:22:04 +03:00
h4rm0n1c
f709abb658
Added workaround for broken SVG rendering.
...
As discussed here: https://github.com/isaacs/github/issues/316
2015-07-22 17:22:04 +03:00
h4rm0n1c
146eebb7bc
Added Note about Pullup and Pulldown resistors.
2015-07-22 17:22:04 +03:00
h4rm0n1c
ade463884c
Case correction, beautification of titles.
2015-07-22 17:22:04 +03:00
h4rm0n1c
b76d9d91d4
Added PullUp to Reset
2015-07-22 17:22:04 +03:00
h4rm0n1c
d52832584e
Reworded Serial to USB Power Supply Note
2015-07-22 17:22:04 +03:00
Ivan Grokhotkov
48ca93511a
Update README, mention SweetPea ESP-210 support
2015-07-22 17:22:04 +03:00
Ivan Grokhotkov
38c5f3ed37
Documentation update
2015-07-22 17:21:05 +03:00
Ivan Grokhotkov
8010f57b88
Documentation update
...
- mention stable and staging package
- add release date badges
- add a pin map diagram which is easier to understand (#424 )
- consistently use ESP8266 in capital letters
- digital, analog IO sections rewrite
2015-07-22 17:21:05 +03:00
Ivan Grokhotkov
7d5ed84eee
Separate project readme and core reference
2015-07-22 17:21:05 +03:00
Noah
e82b16154d
README.md: Add trailing dot after inline function call example
2015-07-22 17:20:42 +03:00
Noah
21dbf523d8
README.md: Use 3.3V consistently
2015-07-22 17:20:42 +03:00
Noah
244f06f1ba
README.md: Mark WiFiServer, WiFiClient and WiFiUDP as classes
2015-07-22 17:20:42 +03:00
Noah
6b45790652
README.md: Improve markdown for code example
...
Conflicts:
README.md
2015-07-22 17:20:42 +03:00
Noah
56fd116f4e
README.md: Remove semicolons from inline function call examples
...
Conflicts:
README.md
2015-07-22 17:20:42 +03:00
Ivan Grokhotkov
498f4b8a6e
Merge pull request #580 from Imroy/esp8266-boards
...
Add Sparkfun 'Thing' board and sort the boards by name
2015-07-22 17:15:54 +03:00
Ivan Grokhotkov
b6185c3ceb
Merge pull request #575 from h4rm0n1c/patch-3
...
Re-added lost function memcpy_P
2015-07-22 17:15:34 +03:00
Ivan Grokhotkov
31344df515
Merge pull request #585 from esp8266/optimistic-yield
...
Pass timeout to optimistic_yield, add cont_can_yield check
2015-07-22 17:15:25 +03:00
Ian Tester
e0514fbe3f
Sort board entries, but keep Generic at the top
2015-07-21 17:05:33 +10:00
Ian Tester
b7188c110b
Add Sparkfun ESP8266 Thing board
...
source:
https://github.com/sparkfun/Arduino_Boards/blob/master/sparkfun/esp8266/boards.txt
Remove the FlashSize lines because there was only one menu entry.
2015-07-21 17:02:57 +10:00
Harrison Mclean
572d88c1c4
Re-added lost function memcpy_P
...
This was lost in 80a5f29e89
I've also changed the type of src to PGM_VOID_P to match the other changes made in the above commit.
2015-07-21 00:37:16 +08:00
Ivan Grokhotkov
526aacfdc5
Merge pull request #573 from probonopd/patch-2
...
Example sketch for Espressif ESP8266 SDK functionality
2015-07-20 15:59:36 +03:00
Ivan Grokhotkov
aa3a8a0bd3
Merge pull request #569 from Makuna/ServoCleanUp
...
Servo clean up
2015-07-20 15:59:11 +03:00
Ivan Grokhotkov
9bb19acd09
Merge pull request #571 from Makuna/mem_P
...
more progmem functions
2015-07-20 15:59:03 +03:00
Ivan Grokhotkov
e80097dbe6
Merge pull request #565 from me-no-dev/esp8266
...
Fix plain post slow read
2015-07-20 15:58:16 +03:00
Ivan Grokhotkov
e5d2ba5db8
Pass timeout to optimistic_yield, add cont_can_yield check
2015-07-20 15:48:25 +03:00
probonopd
fab4b86147
Rename to CallSDKFunctions and correct spelling
2015-07-20 13:04:55 +02:00
probonopd
ca1bbf2e9a
Example sketch to demonstrate how to use native ESP8266 SDK functionality
2015-07-20 12:43:29 +02:00
Makuna
47eb87d3ec
more memory functions
2015-07-19 19:45:17 -07:00
Makuna
d882965027
Remove unneeded Serial output
2015-07-19 14:00:32 -07:00
Michael Miller
cc8fb10e21
Merge pull request #1 from esp8266/esp8266
...
merge
2015-07-19 13:56:48 -07:00
Markus Sattler
9fd139bb8c
add debug out to ESP8266WiFiMulti::APlistAdd
2015-07-19 17:50:56 +02:00
Me No Dev
1c3225f387
post body might not be sent with the headers
...
since optimistic_yield() was implemented, at this point we might not
have the body yet, so we should give it a chance to be sent and put in
the buffer
2015-07-16 23:56:36 +03:00
Me No Dev
1031e26cf0
Merge pull request #1 from esp8266/esp8266
...
pull master
2015-07-16 21:40:22 +03:00