Forrest logo
back to the pio tool

pio-boards:tldr:319be

pio-boards: List all available boards.
$ pio boards
try on your machine

The command "pio boards" is used in PlatformIO, an open-source ecosystem for IoT development, to display a list of supported development boards.

When you run this command in the terminal or command prompt, PlatformIO will retrieve and display information about various development boards that are compatible with its framework. This information includes the board name, a short description, the microcontroller used, the framework it supports, the Arduino board identifier, and the platform it belongs to.

By using this command, developers can easily see a comprehensive list of supported boards and identify the one that best suits their project requirements.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pio tool