HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pio boards — List pre-configured embedded boards available in PlatformIO. More information: <https://docs.platfor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
boardscommandpio boardsembeddedcliconfiguredlistpre

Problem

How to use the pio boards command: List pre-configured embedded boards available in PlatformIO. More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_boards.html>.

Solution

pio boards — List pre-configured embedded boards available in PlatformIO. More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_boards.html>.

List all available boards:
pio boards


List only boards from installed platforms:
pio boards --installed

Code Snippets

List all available boards

pio boards

List only boards from installed platforms

pio boards --installed

Context

tldr-pages: common/pio boards

Revisions (0)

No revisions yet.