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

131 Commits

Author SHA1 Message Date
Ivan Grokhotkov
655beb1c3c Update README.md
[ci skip]
2015-05-19 00:35:00 +03:00
Pablotis
518a7fe789 Readme changes 2015-05-16 11:11:42 +02:00
Markus Sattler
7f4a10062b update README
add some docu and todo
2015-05-07 20:48:59 +02:00
Markus Sattler
5ba283cb32 add note for only bootloading 2015-05-06 19:17:13 +02:00
Markus Sattler
46adca04e8 add Minimal hardware Setup for Bootloading and usage to README.md 2015-05-06 18:58:23 +02:00
Markus Sattler
be32f801c3 add 64Bit build note 2015-05-06 17:51:37 +02:00
ficeto
3d01a6f16d updating readme 2015-05-05 11:54:21 +03:00
Markus Sattler
4daa0de95e add image to README.md 2015-05-04 18:35:00 +02:00
Markus Sattler
36a25fbb1f add Alpha Versions 2015-05-04 18:31:38 +02:00
Ivan Grokhotkov
2db45e72a8 Update readme
[ci skip]
2015-05-04 11:58:45 +08:00
Markus Sattler
b5679b10ef update README.md 2015-04-30 11:42:50 +02:00
Geert Roumen
6812a65e03 Update README.md
Added the 8 characters limit, and changed the paraphrase in password (because the libraries use password as term)
2015-04-29 16:56:08 +02:00
Ivan Grokhotkov
70ade65582 Describe multicast APIs in readme, update keywords. 2015-04-29 07:04:39 +08:00
linagee
bd8e118aa9 Ability to wake from .deepSleep
This was not immediately apparent to me. I don't think it would be apparent to anyone else just playing around with ESP8266/Arduino either. GPIO16 and RST (REST) need to be tied together or you can "never wake from .deepSleep"

It must be GPIO16 and it must be RST, no other GPIO pin will wake it from deepSleep.
2015-04-29 07:02:03 +08:00
Thomas Flayols
be5f1f83c1 HardwareSerial: add other configs than 8N1 2015-04-26 00:20:39 +02:00
Ivan Grokhotkov
6b593a7978 Add ESP.reset() method 2015-04-12 02:07:56 +08:00
Ivan Grokhotkov
b026daf43b Fix UdpClient semantics, add NTPClient example
UdpClient used to create a new socket for each begin/beginPacket call. This made bidirectional communication impossible.
Fix #64, fix #53.
2015-04-12 01:09:45 +08:00
Ivan Grokhotkov
89fe3daa85 Update readme
[ci skip]
2015-04-11 11:07:01 +08:00
Ivan Grokhotkov
5ed1b05db9 Update readme to mention aREST
[ci skip]
2015-04-08 00:40:38 +08:00
Ivan Grokhotkov
8634cf0144 Update readme
Be more clear about PubSubClient
Close #38
[ci skip]
2015-04-03 08:25:17 +03:00
Ivan Grokhotkov
f7bdd20dfc Update readme to mention SPI support 2015-04-01 10:18:02 +03:00
Sandeep Mistry
ddaf3b1f4c remove the need to set programmer, by setting upload tool 2015-04-01 09:08:28 +03:00
Sandeep Mistry
d9eaefbfc9 remove trailing whitespace 2015-04-01 09:08:02 +03:00
Ivan Grokhotkov
d2c93540ac Update release link for Windows
point to a temporary patched version which adds libiconv-2.dll
[ci skip]
2015-03-28 20:50:49 +03:00
Ivan Grokhotkov
d06ec220fa Update readme
[ci skip]
2015-03-28 02:46:47 +03:00
Ivan Grokhotkov
7e8cd1e7ef Update readme
[ci skip]
2015-03-28 01:49:33 +03:00
Ivan Grokhotkov
7aa2378afb Update readme 2015-03-28 00:51:20 +03:00
Ivan Grokhotkov
84bb0ef3fe Add downloads section to readme
[ci skip]
2015-03-27 19:07:58 +03:00
Ivan Grokhotkov
c8324e5b1e Display esp8266 notes in README.md
[ci skip]
2015-03-27 17:34:23 +03:00
Ivan Grokhotkov
27d450ded6 Merge 1.6.1 into esp8266
* commit 'b8b2869753d488bfd203615637e1de3912589a92': (68 commits)
  Updated revisions.txt
  Fixed wrong path in successful message
  arduino-core: restored debug info in class files
  Fixed NPE in case of missing boardData
  Added missing translations
  Added windows drivers
  Added warning for uncertified boards
  Update revision.txt
  update revisions.txt
  SoftwareSerial: match bool API with HardwareSerial
  Fix to save as to parent folder is needed by all OSs, not just Mac
  Update revision.txt
  MacOSX: previous better IDE was missing some pieces. Added
  MacOSX: better IDE
  Updated revisions.txt
  NEW button now behaves as clicking File -> New menu entry. Fixes #2685
  Windows: bundled JRE updated to 8u31 build.xml now uses unzip target
  Added .getParentFile() to saveas for mac. This prevents saving into the sketch itself
  Compound edits weren't part of the undo/redo dance
  An undoable action marks the sketh as modified
  ...
2015-03-27 11:18:48 +03:00
Ivan Grokhotkov
04fe8e8b58 Basic support for esp8266 platform
This includes empty stubs for most core Arduino functions.
Need to actually implement all those digital reads writes whatever.
Need to prebuild toolchains (xtensa-elf-lx106) for 3 platforms and put them on some download server.
Need to do the same with esptool.
Need to fix 0x40000 binary generation and add correct upload commands.
Maybe even implement uploads over WiFi.
2014-11-15 10:45:08 +03:00