forked from platformio/platformio-core
Integration with Atom IDE
This commit is contained in:
@ -4,6 +4,7 @@ Release History
|
|||||||
2.2.2 (2015-??-??)
|
2.2.2 (2015-??-??)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
* Integration with `Atom IDE <http://docs.platformio.org/en/latest/ide/atom.html>`__
|
||||||
* Disable project auto-clean while building/uploading firmware using
|
* Disable project auto-clean while building/uploading firmware using
|
||||||
`platformio run --disable-auto-clean <http://docs.platformio.org/en/latest/userguide/cmd_run.html#cmdoption--disable-auto-clean>`_ option
|
`platformio run --disable-auto-clean <http://docs.platformio.org/en/latest/userguide/cmd_run.html#cmdoption--disable-auto-clean>`_ option
|
||||||
(`issue #255 <https://github.com/platformio/platformio/issues/255>`_)
|
(`issue #255 <https://github.com/platformio/platformio/issues/255>`_)
|
||||||
|
BIN
docs/_static/ide-platformio-atom-1.gif
vendored
Normal file
BIN
docs/_static/ide-platformio-atom-1.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 237 KiB |
BIN
docs/_static/ide-platformio-atom-2.gif
vendored
Normal file
BIN
docs/_static/ide-platformio-atom-2.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
@ -7,6 +7,7 @@ IDE Integration
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
ide/arduino
|
ide/arduino
|
||||||
|
ide/atom
|
||||||
ide/clion
|
ide/clion
|
||||||
ide/eclipse
|
ide/eclipse
|
||||||
ide/energia
|
ide/energia
|
||||||
|
39
docs/ide/atom.rst
Normal file
39
docs/ide/atom.rst
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
.. _ide_atom:
|
||||||
|
|
||||||
|
Atom
|
||||||
|
====
|
||||||
|
|
||||||
|
`Atom <https://atom.io>`_ is a text editor that's modern, approachable,
|
||||||
|
yet hackable to the core—a tool you can customize to do anything but also use
|
||||||
|
productively without ever touching a config file.
|
||||||
|
|
||||||
|
This software can be used with:
|
||||||
|
|
||||||
|
* all available :ref:`platforms`
|
||||||
|
* all available :ref:`frameworks`
|
||||||
|
|
||||||
|
Refer to the `Atom Documentation <https://atom.io/docs>`_
|
||||||
|
page for more detailed information.
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
|
||||||
|
Integration
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Using `Atom Packages <https://atom.io/docs/v1.0.2/using-atom-atom-packages>`_
|
||||||
|
please install `platomformio <https://atom.io/packages/platomformio>`_ package.
|
||||||
|
|
||||||
|
Screenshot
|
||||||
|
----------
|
||||||
|
|
||||||
|
Building
|
||||||
|
^^^^^^^^
|
||||||
|
|
||||||
|
.. image:: ../_static/ide-platformio-atom-1.gif
|
||||||
|
:target: https://atom.io/packages/platomformio
|
||||||
|
|
||||||
|
Uploading
|
||||||
|
^^^^^^^^^
|
||||||
|
|
||||||
|
.. image:: ../_static/ide-platformio-atom-2.gif
|
||||||
|
:target: https://atom.io/packages/platomformio
|
Reference in New Issue
Block a user