-
Notifications
You must be signed in to change notification settings - Fork 139
Apio init
Juan Gonzalez-Gomez edited this page Mar 28, 2024
·
9 revisions
apio init [OPTIONS]
Manage apio projects. In addition to the code, an apio project may include a configuration file apio.ini and a Scons script SConstruct.
Flag | Long Flag | Description |
---|---|---|
-s |
--scons |
Create a default SConstruct file. This file can be modified and it will be used instead of the default script |
-b |
--board |
Create a configuration file with the selected board. This will be the default board used in :ref:cmd_build , :ref:cmd_time and :ref:cmd_upload commands |
-p |
--project-dir |
Set the target directory for the project |
-y |
--sayyes |
Automatically answer YES to all the questions |
apio drivers --ftdi-enable
apio drivers --ftdi-disable
apio drivers --serial-enable
apio drivers --serial-disable
- Project structure
- Project configuration file (apio.ini)
- apio
- Project Commands:
- Setup commands:
- Utility Commands:
- Downloading the Blinky example
- The apio-examples package: Adding examples
-
Apio packages
- Tools-oss-cad-suite
- Apio examples
- Tools-drivers (Windows)
- Gtkwave (Windows)