1
0
Fork 0
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:
marchersimon 2021-03-11 13:36:36 +01:00 committed by GitHub
parent c2156e1b33
commit 1c3144dba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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`