LinuxCommandLibrary

pio-boards

lists supported development boards in PlatformIO

TLDR

List all supported boards

$ pio boards
copy
Search for boards
$ pio boards [arduino]
copy
List boards in JSON format
$ pio boards --json-output
copy
Filter by installed platforms
$ pio boards --installed
copy

SYNOPSIS

pio boards [options] [filter]

DESCRIPTION

pio boards lists supported development boards in PlatformIO. Shows board IDs, names, platforms, and MCU information. Use board IDs with pio init for project setup.

PARAMETERS

--installed

Show only installed boards.
--json-output
Output in JSON format.
filter
Search filter string.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community