From 1c3144dba66725f94ff9627b7bf0a65208caccb5 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Thu, 11 Mar 2021 13:36:36 +0100 Subject: [PATCH] pio-boards: add page (#5409) --- pages/common/pio-boards.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/pio-boards.md diff --git a/pages/common/pio-boards.md b/pages/common/pio-boards.md new file mode 100644 index 000000000..6fcc8ecf8 --- /dev/null +++ b/pages/common/pio-boards.md @@ -0,0 +1,12 @@ +# pio boards + +> List pre-configured embedded boards available in PlatformIO. +> More information: . + +- List all available boards: + +`pio boards` + +- List only boards from installed platforms: + +`pio boards --installed`