2025-03-14 21:59:59 -06:00
|
|
|
# pio project
|
|
|
|
|
|
|
|
|
|
> Manage PlatformIO projects.
|
|
|
|
|
> More information: <https://docs.platformio.org/en/latest/core/userguide/project/>.
|
|
|
|
|
|
|
|
|
|
- Initialize a new PlatformIO project:
|
|
|
|
|
|
|
|
|
|
`pio project init`
|
|
|
|
|
|
|
|
|
|
- Initialize a new PlatformIO project in a specific directory:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`pio project init {{[-d|--project-dir]}} {{path/to/project_directory}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Initialize a new PlatformIO project, specifying a board ID:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`pio project init {{[-b|--board]}} {{ATmega328P|uno|...}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Initialize a new PlatformIO based project, specifying one or more project options:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`pio project init {{[-O|--project-option]}} "{{option}}={{value}}" {{[-O|--project-option]}} "{{option}}={{value}}"`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Print the configuration of a project:
|
|
|
|
|
|
|
|
|
|
`pio project config`
|