From 2a7786e70de1e288f6e32e80707c7dee24905036 Mon Sep 17 00:00:00 2001 From: jenschr Date: Tue, 5 Dec 2023 13:14:40 +0100 Subject: [PATCH] Added instructions for local project configuration with custom board --- platforms/creating_board.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/platforms/creating_board.rst b/platforms/creating_board.rst index e31986d33c..bea7d0958a 100644 --- a/platforms/creating_board.rst +++ b/platforms/creating_board.rst @@ -84,6 +84,14 @@ Now, you can use ``myboard`` for the :ref:`projectconf_env_board` option in You can have custom boards per project. In this case, please put your board's JSON files to :ref:`projectconf_pio_boards_dir`. +Installation in single project +------------------------------ + +1. Create ``boards`` directory in your project folder (if it doesn’t exist). +2. Create ``myboard.json`` file in this ``boards`` directory. +3. Search available boards via :ref:`cmd_boards` command. You should see + ``myboard`` board. + Examples --------