diff --git a/docs/platforms/creating_board.rst b/docs/platforms/creating_board.rst index 51dabba3..cfe19f14 100644 --- a/docs/platforms/creating_board.rst +++ b/docs/platforms/creating_board.rst @@ -11,8 +11,8 @@ .. _board_creating: -Creating Board -============== +Custom 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 2eb22c8d..3f5a29d2 100644 --- a/docs/platforms/creating_platform.rst +++ b/docs/platforms/creating_platform.rst @@ -11,8 +11,8 @@ .. _platform_creating: -Creating Platform -================= +Custom 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`