mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
pio-boards: add page (#5409)
This commit is contained in:
parent
c2156e1b33
commit
1c3144dba6
1 changed files with 12 additions and 0 deletions
12
pages/common/pio-boards.md
Normal file
12
pages/common/pio-boards.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue