mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
2448ea1611
That enable the easy creation of custom build commands with the purpose of creating "shortcuts" for execution from command line. For example, consider the following code fragment from a wscript: ``` copter = ardupilotwaf.build_shortcut(targets='ArduCopter') ``` With that, one can just issue `waf copter` instead of `waf --target ArduCopter`. The parameter target is made optional because more parameters might be added to this function in the future. |
||
---|---|---|
.. | ||
__init__.py | ||
ardupilotwaf.py | ||
boards.py | ||
gbenchmark.py | ||
mavgen.py | ||
static_linking.py | ||
toolchain.py |