mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
62646d68de
Add two new items in module's dependency: - recommends: a recommended module tells the sorting algo that if the module is found, it should be sorted accordingly. It is useful for optional dependencies, like shell or mission in some modules - suggests: if a functionality is not provided by the user, a module can suggest a list of modules that can provide them. It is a convenient way to have "default" modules. As a result the former autoload node is removed and replaced by suggested modules.
15 lines
348 B
XML
15 lines
348 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="imu_lisa_mx_v2.1" dir="imu" task="sensors">
|
|
<doc>
|
|
<description>
|
|
IMU on Lisa/MX v2.1 boards.
|
|
This is just a convenience "alias" for imu_lisa_m_v2.1
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>imu_lisa_m_v2.1</depends>
|
|
</dep>
|
|
<makefile target="!sim|nps|fbw"/>
|
|
</module>
|