mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +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
19 lines
434 B
XML
19 lines
434 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="trigger_ext" dir="core">
|
|
<doc>
|
|
<description></description>
|
|
</doc>
|
|
<header>
|
|
<file name="trigger_ext.h"/>
|
|
</header>
|
|
<init fun="trigger_ext_init()"/>
|
|
<makefile>
|
|
<file_arch name="trigger_ext_hw.c"/>
|
|
<file name="trigger_ext.c"/>
|
|
<define name="TRIGGER_EXT"/>
|
|
<define name="TRIG_EXT_PULSE_TYPE" value="TRIG_EXT_EDGE_FALLING"/>
|
|
</makefile>
|
|
</module>
|
|
|