tldr/pages/common/pio-boards.md

13 lines
285 B
Markdown
Raw Normal View History

2021-03-11 12:36:36 +00:00
# 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`