mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-12 18:28:52 +08:00
bcaba7c720
modules developpers can provide - a description of the module - a list of the configuration variables and flags (configure and define) - a list of sections to add to the airframe file
18 lines
415 B
XML
18 lines
415 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="flight_benchmark" dir="benchmark">
|
|
<doc>
|
|
<description>Flight benchmark</description>
|
|
</doc>
|
|
<header>
|
|
<file name="flight_benchmark.h"/>
|
|
</header>
|
|
<init fun="flight_benchmark_init()"/>
|
|
<periodic fun="flight_benchmark_periodic()" freq="1" autorun="TRUE"/>
|
|
|
|
<makefile target="ap">
|
|
<file name="flight_benchmark.c"/>
|
|
</makefile>
|
|
</module>
|
|
|