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

13 lines
318 B
Markdown
Raw Normal View History

2024-11-02 20:14:54 +09:00
# pio boards
> PlatformIO에서 사용할 수 있는 사전 구성된 임베디드 보드 나열.
> 더 많은 정보: <https://docs.platformio.org/en/latest/core/userguide/cmd_boards.html>.
- 사용 가능한 모든 보드 나열:
`pio boards`
- 설치된 플랫폼의 보드만 나열:
`pio boards --installed`