Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions platforms/creating_board.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down