1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
esp8266/doc/eclipse/eclipse.rst
Earle F. Philhower, III 93ef9e7005
Upgrade to https: serving for JSON, links in docs (#5992)
* Upgrade to https: serving for JSON, links in docs

Fixes #5480

* Update boards.rst documentation

* Update more documentation http: refs to https:

* Remove obsolete staging info

* Drop obsolete versions from JSON programatically

After the final merge is done on the JSON, strip out any named versions
from the final product.

Removing 1.6.5-* and 2.5.0-beta(1,2,3) for now.

* Remove 2.4.0-rc(0/1) from JSON, too
2019-04-30 23:55:03 -07:00

54 lines
1.4 KiB
ReStructuredText

Using Eclipse with Arduino ESP8266
==================================
What to Download
~~~~~~~~~~~~~~~~
- `arduino IDE <https://www.arduino.cc/en/Main/Software>`__
- `Eclipse IDE for C/C++
Developers <https://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/oxygen3a>`__
- `Java <https://www.java.com/>`__
Setup Arduino
~~~~~~~~~~~~~
See the
`Readme <https://github.com/esp8266/Arduino#installing-with-boards-manager>`__
Setup Eclipse
~~~~~~~~~~~~~
- `step 1 <https://www.baeyens.it/eclipse/how_to.shtml#/c>`__
- `step 2 <https://www.baeyens.it/eclipse/how_to.shtml#/e>`__
- go to Window --> preferences --> Arduino
- add as private hardware path the Part to the ESP8266
example private hardware path
::
Windows: C:\Users\[username]\AppData\Roaming\Arduino15\packages\esp8266\hardware
Linux: /home/[username]/.arduino15/packages/esp8266/hardware
Eclipse wont build
~~~~~~~~~~~~~~~~~~
if eclipse dont find the path to the Compiler add to the platform.txt
after:
::
version=1.6.4
this:
::
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/../../../tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9
runtime.tools.esptool.path={runtime.platform.path}/../../../tools/esptool/0.4.4
Note: - the path may changed, check the current version. - each update
over the Arduino IDE will remove the fix - may not needed in future if
Eclipse Plugin get an Update