mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
e4d9e10492
- 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
18 lines
474 B
XML
18 lines
474 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="imu_aspirin_v1.0" dir="imu">
|
|
<doc>
|
|
<description>
|
|
Aspirin v1.0 IMU.
|
|
- Accelerometer: ADXL345 via SPI
|
|
- Gyroscope: ITG3200 via I2C
|
|
- Magnetometer: HMC58xx via I2C
|
|
For configuration see the imu_aspirin_common module
|
|
</description>
|
|
</doc>
|
|
<autoload name="imu_aspirin_common"/>
|
|
<makefile target="!sim|nps|fbw">
|
|
<define name="IMU_ASPIRIN_VERSION_1_0"/>
|
|
</makefile>
|
|
</module>
|