Ivan Grokhotkov
010a1a9f01
Update readme and change log
2015-07-28 20:08:21 +03:00
Ivan Grokhotkov
2ad5590798
Merge pull request #599 from raimohanska/patch-1
...
Mention DHT22 in addition to DHT11
2015-07-28 18:16:52 +03:00
Ivan Grokhotkov
c0e0836a0b
Merge branch 'WifiSendP' of https://github.com/Makuna/Arduino into Makuna-WifiSendP
...
Conflicts:
README.md
2015-07-28 18:15:20 +03:00
Ivan Grokhotkov
f96e36ad02
Merge branch 'feature/fs' into esp8266
2015-07-28 18:10:26 +03:00
Ivan Grokhotkov
6c90b34130
Merge branch 'Links2004-esp8266' into esp8266
...
* Links2004-esp8266:
allow user to run code in user_rf_pre_init. add void to "C" functions.
add debug out to ESP8266WiFiMulti::APlistAdd
update SDK to esp_iot_sdk_v1.2.0_15_07_13_p4
add softAPdisconnect function ```int softAPdisconnect(bool wifioff = false);``` external mode calls now change the use flags see #529
function dumps moved to esp8266-wiki
filter addresses out of function list
patch the SDK to latest version (3 patches)
rename example of ILI9341 (before the IDE dont display it)
send postmortem infos to Serial1 to.
add lib dump
add basic WPS function
allow setting the host name of AP interface
update ld add *(.sdk.version)
update SDK to v1.2.0_15_07_03
upate phy with values from SDK 1.1.2 (esp_init_data_default.bin)
Pulldown only possible for in 16. ( see #478 ) rename define to INPUT_PULLDOWN_16 to make it clear
disable DEBUG_HTTP_UPDATE
2015-07-28 18:08:08 +03:00
Ivan Grokhotkov
bbd8c9b411
FS wrapper
2015-07-28 15:23:11 +03:00
Markus Sattler
42332fc46e
allow user to run code in user_rf_pre_init.
...
add void to "C" functions.
example:
extern "C" void __run_user_rf_pre_init(void) {
system_phy_set_rfoption(2);
}
see: #515 and #413
2015-07-25 09:22:37 +02:00
Markus Sattler
cf942a2ae6
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-07-24 22:49:52 +02:00
Makuna
8fa156d356
send_P, sendContent_P, and FPSTR
...
This allows for the content of server response to be stored in flash
memory.
2015-07-24 12:41:26 -07:00
Juha Paananen
599eb5a357
Mention DHT22 in addition to DHT11
...
Also, update dht library version to 1.1.1
2015-07-23 23:24:59 +03:00
Ivan Grokhotkov
d96959cef7
Update change log
2015-07-23 23:02:58 +03: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