1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

147 Commits

Author SHA1 Message Date
krzychb
3f1ecb425a Merge branch 'master' into master 2016-03-10 07:18:06 +01:00
krzychb
da6442a60d Changed ota_updates.md to readme.md
This is to make it's contents visible when browsing ota_updates
directory
2016-03-09 20:45:24 +01:00
themindfactory
e787af092f Update README.md
added link to esp8266.com for support
2016-03-09 12:05:58 -05:00
Ivan Kravets
13ecc1f8a7 Add using stage version in "Advanced" 2016-03-08 17:52:57 +02:00
Ivan Kravets
7e88d6a913 Add Quick Start links for PlatformIO IDE & CLI 2016-03-08 17:48:43 +02:00
Ivan Kravets
e1dc9125c3 Keep only main information about @PlatformIO 2016-03-05 19:58:51 +02:00
Ivan Grokhotkov
b265ea0a98 Update README.md 2016-03-03 19:04:31 +03:00
Ivan Grokhotkov
2d34c1b7d6 Update README.md 2016-03-01 12:16:49 +03:00
Ivan Grokhotkov
040491052e Update stable package link 2016-02-27 11:33:06 +03:00
Peter Lerup
9ef2843f8d Reference to the esp8266/Arduino makefile added 2016-02-11 22:04:57 +01:00
Ivan Grokhotkov
339140c756 Use umm_malloc for heap management 2016-02-04 13:14:47 +03:00
Ivan Grokhotkov
bc82547ddd Update staging package docs link 2016-01-24 22:44:47 +03:00
Ivan Grokhotkov
a995643e7d Update Readme 2016-01-04 18:36:03 +03:00
Ivan Kravets
79a4b922fa Add "Contents" block 2015-12-15 20:38:31 +02:00
Ivan Grokhotkov
7cb2cb5f8d Fix typo 2015-12-13 00:17:30 +03:00
Ivan Grokhotkov
124855945c Move PlatformIO instructions to a separate file 2015-12-13 00:16:01 +03:00
Ivan Kravets
c1e60ab3c1 Add explanation about @PlatformIO, how does it work 2015-12-12 13:45:32 +02:00
Ivan Kravets
3e49985d47 Add @PlatformIO as alternative option to use ESP8266 core for Arduino
Hi @igrr,

Would be thankful to place some information about [PlatformIO[(http://platformio.org) as alternative cross-platform builder to use ESP8266 core for Arduino on the popular host OS: Mac OS X, Windows, Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).

Don't hesitate to modify this PR.

Thanks in advance!
2015-12-11 17:31:32 +02:00
Ivan Grokhotkov
31d7c13923 Update documentation links 2015-11-30 13:20:36 +03:00
themindfactory
254e4d9964 Update README.md 2015-11-17 11:19:49 -05:00
themindfactory
39cf5d6cd6 Update README.md 2015-11-16 20:26:07 -05:00
krzychb
26fade23cf Updated link to OTA documentation 2015-11-08 19:57:02 +01:00
Markus Sattler
82ba459679 add link to the OTA docs in the README.md 2015-11-06 09:41:41 +01:00
Ivan Grokhotkov
a631269f3c Update readme and fix tool paths 2015-10-30 01:58:56 +03:00
Ivan Grokhotkov
010a1a9f01 Update readme and change log 2015-07-28 20:08:21 +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
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
e03efe3b5d Documentation update
add jekyll front matters, update links
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
Makuna
d815c36753 optimistic_yield()
this introduces optimistic_yield() used for when standard library
methods are normally used in tight loops waiting for something to
happen, like available().
2015-07-13 13:47:13 -07:00
Makuna
dece240830 Issue fixes
https://github.com/esp8266/Arduino/issues/475
https://github.com/esp8266/Arduino/issues/484
2015-07-13 19:08:35 +03:00
Tony DiCola
c9e1acd720 Doc update to mention support in Adafruit's NeoPixel library. 2015-07-08 19:02:43 -07:00
Andrew McDonnell
aad2701764 Spelling mistake 2015-06-30 23:02:19 +09:30
Andrew McDonnell
5a7187ef79 Add reference on how to enable printf function 2015-06-30 22:58:42 +09:30
Tony DiCola
d3635886bc Update DHT sensor doc based on latest library. 2015-06-26 16:09:40 -07:00
Ivan Grokhotkov
9dce0c4181 Provide selection between A0 and VCC (#443, #338) 2015-06-25 01:04:07 +03:00
Ivan Grokhotkov
788095c66e Remove implementations of WDT-related functions
which were not correct since 0.9.3 anyway
2015-06-25 00:13:06 +03:00
Kristijan Novoselic
c570d0f593 Added a DNSServer library 2015-06-11 12:37:30 +03:00
Dario Di Maio
14eb2b30d1 Update README.md 2015-06-05 13:59:02 +03:00
Ivan Grokhotkov
3ff5947305 Merge pull request #370 from Links2004/esp8266
add better docu and schematics for easy setup the ESP
2015-06-05 13:55:34 +03:00
Markus Sattler
ab03a267a1 add some infos to Serial Adapter 2015-06-03 19:32:44 +02:00