forked from platformio/platformio-core
51 lines
1.9 KiB
ReStructuredText
51 lines
1.9 KiB
ReStructuredText
.. Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
.. _ide_energia:
|
|
|
|
Energia
|
|
=======
|
|
|
|
The open-source `Energia Software (IDE) <http://energia.nu>`_
|
|
makes it easy to write code and upload it to the board. It runs on *Windows,
|
|
Mac OS X, and Linux*. The environment is written in *Java* and based on
|
|
*Processing* and other open-source software.
|
|
|
|
This software can be used with:
|
|
|
|
* :ref:`platform_timsp430`
|
|
* :ref:`platform_titiva`
|
|
* :ref:`framework_energia`
|
|
|
|
Refer to the `Energia Getting Started <http://energia.nu/guide/>`_
|
|
page for Installation instructions.
|
|
|
|
.. contents::
|
|
|
|
Integration
|
|
-----------
|
|
|
|
More detailed information is located in PlatformIO blog:
|
|
`Integration of PlatformIO library manager to Energia IDE <http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides>`_.
|
|
|
|
Articles / Manuals
|
|
------------------
|
|
|
|
* `Integration of PlatformIO library manager to Arduino and Energia IDEs <http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides>`_
|
|
|
|
See the full list with :ref:`articles`.
|
|
|
|
Screenshot
|
|
-----------
|
|
|
|
.. image:: ../_static/ide-platformio-energia.png
|
|
:target: http://www.ikravets.com/computer-life/platformio/2014/10/07/integration-of-platformio-library-manager-to-arduino-and-energia-ides
|