mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
285 B
Markdown
13 lines
285 B
Markdown
![]() |
# 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`
|