LinuxCommandLibrary

pio-boards

List pre-configured embedded boards available in PlatformIO.

TLDR

List all available boards

$ pio boards
copy


List only boards from installed platforms
$ pio boards --installed
copy

Copied to clipboard