1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00
Commit Graph

110 Commits

Author SHA1 Message Date
ddaf3b1f4c remove the need to set programmer, by setting upload tool 2015-04-01 09:08:28 +03:00
d9eaefbfc9 remove trailing whitespace 2015-04-01 09:08:02 +03:00
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
d06ec220fa Update readme
[ci skip]
2015-03-28 02:46:47 +03:00
7e8cd1e7ef Update readme
[ci skip]
2015-03-28 01:49:33 +03:00
7aa2378afb Update readme 2015-03-28 00:51:20 +03:00
84bb0ef3fe Add downloads section to readme
[ci skip]
2015-03-27 19:07:58 +03:00
c8324e5b1e Display esp8266 notes in README.md
[ci skip]
2015-03-27 17:34:23 +03:00
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
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