1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pio-boards.md

13 lines
285 B
Markdown
Raw Normal View History

2021-03-11 13:36:36 +01: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`