From c8c1c7a83f9fa8c1d5b8f4b5b33d71a00b0f75cd Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 8 Jan 2015 23:52:24 +0200 Subject: [PATCH] Split long description --- docs/platforms/creating_platform.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/platforms/creating_platform.rst b/docs/platforms/creating_platform.rst index 49393222..8b67ede2 100644 --- a/docs/platforms/creating_platform.rst +++ b/docs/platforms/creating_platform.rst @@ -5,12 +5,14 @@ Creating Platform *PlatformIO* was developed like a tool which would build the same source code for the different development platforms via single command :ref:`cmd_run` -without any dependent software or requirements. For this purpose *PlatformIO* -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 -and packaged to the different ``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. +without any dependent software or requirements. + +For this purpose *PlatformIO* 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 and packaged to the different +``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:: If you want to change some build flags for the existing