mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 18:51:00 +08:00
- support depends, conflicts and provides nodes, all under a 'dep' node - autoload are kept for now and are not moved yet - modules are updated for new dep format - it is now required that module's name and filename are the same
17 lines
401 B
XML
17 lines
401 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="control" dir="control">
|
|
<doc>
|
|
<description>
|
|
Basic control for fixed-wing aircraft.
|
|
Based on:
|
|
- stabilization_attitude_fw
|
|
- guidance_basic_fw
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>stabilization_attitude_fw,guidance_basic_fw</depends>
|
|
</dep>
|
|
<makefile target="ap|sim|nps" firmware="fixedwing"/>
|
|
</module>
|