mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Split long description
This commit is contained in:
@ -5,12 +5,14 @@ Creating Platform
|
|||||||
|
|
||||||
*PlatformIO* was developed like a tool which would build the same source code
|
*PlatformIO* was developed like a tool which would build the same source code
|
||||||
for the different development platforms via single command :ref:`cmd_run`
|
for the different development platforms via single command :ref:`cmd_run`
|
||||||
without any dependent software or requirements. For this purpose *PlatformIO*
|
without any dependent software or requirements.
|
||||||
uses own pre-configured platforms data: build scripts, tool chains, the
|
|
||||||
settings for the most popular embedded boards and etc. These data are pre-built
|
For this purpose *PlatformIO* uses own pre-configured platforms data:
|
||||||
and packaged to the different ``packages``. It allows *PlatformIO* to
|
build scripts, tool chains, the settings for the most popular embedded
|
||||||
have multiple development platforms which can use the same packages(tool chains,
|
boards and etc. These data are pre-built and packaged to the different
|
||||||
frameworks), but have different/own build scripts, uploader and etc.
|
``packages``. It allows *PlatformIO* to have multiple development platforms
|
||||||
|
which can use the same packages(tool chains, frameworks), but have
|
||||||
|
different/own build scripts, uploader and etc.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If you want to change some build flags for the existing
|
If you want to change some build flags for the existing
|
||||||
|
Reference in New Issue
Block a user