mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
f1cc62c088
Convert actuators subsystems to modules. Some drivers (4015, 4017, pwm) makefiles are kept so that autoload for some boards is still working.
19 lines
475 B
XML
19 lines
475 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="actuators_4015" dir="actuators" task="actuators">
|
|
<doc>
|
|
<description>
|
|
Actuators Driver using a 4015
|
|
</description>
|
|
</doc>
|
|
<header>
|
|
<file name="actuators_4015.h" dir="subsystems/actuators"/>
|
|
</header>
|
|
<makefile target="!sim|nps">
|
|
<define name="ACTUATORS"/>
|
|
<define name="SERVOS_4015_MAT"/>
|
|
<file_arch name="servos_4015_MAT_hw.c" dir="subsystems/actuators"/>
|
|
</makefile>
|
|
</module>
|
|
|