From 3a315c5575764a4d572227bac522cd0c35073024 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 13 Jun 2016 19:23:24 +0300 Subject: [PATCH] Move custom platform and board to separate page --- docs/platforms/creating_board.rst | 4 ++-- docs/platforms/creating_platform.rst | 4 ++-- docs/platforms/custom_platform_and_board.rst | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 docs/platforms/custom_platform_and_board.rst diff --git a/docs/platforms/creating_board.rst b/docs/platforms/creating_board.rst index c55b1649..55be0dbd 100644 --- a/docs/platforms/creating_board.rst +++ b/docs/platforms/creating_board.rst @@ -11,8 +11,8 @@ .. _board_creating: -Custom Board -============ +Custom Embedded Board +===================== *PlatformIO* has pre-built settings for the most popular embedded boards. This list is available: diff --git a/docs/platforms/creating_platform.rst b/docs/platforms/creating_platform.rst index d4e6d96a..913fb40d 100644 --- a/docs/platforms/creating_platform.rst +++ b/docs/platforms/creating_platform.rst @@ -11,8 +11,8 @@ .. _platform_creating: -Custom Platform -=============== +Custom Development 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` diff --git a/docs/platforms/custom_platform_and_board.rst b/docs/platforms/custom_platform_and_board.rst new file mode 100644 index 00000000..7db1381c --- /dev/null +++ b/docs/platforms/custom_platform_and_board.rst @@ -0,0 +1,19 @@ +.. Copyright 2014-present Ivan Kravets + 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. + +Custom Platform & Board +======================= + +.. toctree:: + :maxdepth: 2 + + creating_platform + creating_board