mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Move custom platform and board to separate page
This commit is contained in:
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
.. _board_creating:
|
.. _board_creating:
|
||||||
|
|
||||||
Custom Board
|
Custom Embedded Board
|
||||||
============
|
=====================
|
||||||
|
|
||||||
*PlatformIO* has pre-built settings for the most popular embedded boards. This
|
*PlatformIO* has pre-built settings for the most popular embedded boards. This
|
||||||
list is available:
|
list is available:
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
.. _platform_creating:
|
.. _platform_creating:
|
||||||
|
|
||||||
Custom Platform
|
Custom Development 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`
|
||||||
|
19
docs/platforms/custom_platform_and_board.rst
Normal file
19
docs/platforms/custom_platform_and_board.rst
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
.. Copyright 2014-present 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.
|
||||||
|
|
||||||
|
Custom Platform & Board
|
||||||
|
=======================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
creating_platform
|
||||||
|
creating_board
|
Reference in New Issue
Block a user