Building your ato project¶
Building predefined entry points¶
The ato.yaml
file can contain predefined build configurations. Those can be defined like so:
ato.yml
The ato build
command will build the atopile modules for all of those entry points.
For a specific build, you can use the -b or --build option like so:
orBuilding a given entry point¶
A given entry point can be built like so from your atopile project directory:
Building given targets¶
Those are the targets that can currently be built by atopile:
- Netlist ("netlist")
- Bill Of Material ("bom")
- Designator Map ("designator-map")
- Manufacturing Data ("mfg-data")
- Consolidate footprint ("copy-footprints")
- All of the above ("all")
The target can be specified with the -t
or --target
like so: