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
|
2015-01-29 23:55:17 +02:00
|
|
|
(*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
|
2015-02-23 21:04:08 +02:00
|
|
|
atmelsam
|
2015-04-11 19:49:18 +03:00
|
|
|
espressif
|
2015-03-09 12:27:30 +02:00
|
|
|
freescalekinetis
|
|
|
|
nordicnrf51
|
|
|
|
nxplpc
|
2015-06-03 19:31:09 +03:00
|
|
|
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
|
2015-08-10 21:39:31 +03:00
|
|
|
linux_arm
|
|
|
|
linux_i686
|
|
|
|
linux_x86_64
|
2015-08-09 19:05:16 +03:00
|
|
|
windows_x86
|
2015-08-03 12:33:37 +03:00
|
|
|
|
|
|
|
Own Platform/Board
|
|
|
|
------------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2015-01-08 23:21:30 +02:00
|
|
|
creating_platform
|
2015-05-30 17:09:01 +03:00
|
|
|
creating_board
|