Files
platformio-core/docs/platforms/index.rst

63 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2016-01-01 20:51:48 +02:00
.. 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.
2014-08-09 16:31:20 +03:00
.. _platforms:
Platforms & Embedded Boards
===========================
2014-12-03 14:56:24 +02:00
*PlatformIO* has pre-built different development platforms for popular OS
(*Mac OS X, Linux (+ARM) and Windows*). Each of them include compiler,
2014-12-03 14:56:24 +02:00
debugger, uploader (for embedded) and many other useful tools.
2014-08-09 16:31:20 +03:00
Also it has pre-configured settings for most popular **Embedded Platform
Boards**. You have no need to specify in :ref:`projectconf` type or frequency of
MCU, upload protocol or etc. Please use ``board`` option.
2015-08-03 12:33:37 +03:00
Embedded
--------
2014-08-09 16:31:20 +03:00
.. toctree::
:maxdepth: 2
atmelavr
atmelsam
2015-04-11 19:49:18 +03:00
espressif
freescalekinetis
nordicnrf51
nxplpc
siliconlabsefm32
2015-03-09 12:18:46 +02:00
ststm32
2015-02-28 15:34:53 +02:00
teensy
2014-08-09 16:31:20 +03:00
timsp430
titiva
2015-08-03 12:33:37 +03:00
Desktop
-------
.. toctree::
:maxdepth: 2
native
linux_arm
linux_i686
linux_x86_64
windows_x86
2015-08-03 12:33:37 +03:00
2015-11-26 13:31:41 +02:00
Custom Platform & Board
-----------------------
2015-08-03 12:33:37 +03:00
.. toctree::
:maxdepth: 2
creating_platform
creating_board