Files
paparazzi/conf/modules/boards/lisa_mx_2.1.xml
T
Gautier Hattenberger d32a1584eb [firmware] split firmware makefile into modules
these modules are automatically loaded according to the target, board
and firmware
2021-07-27 13:34:23 +02:00

15 lines
291 B
XML

<!DOCTYPE module SYSTEM "../module.dtd">
<module name="lisa_mx_2.1" dir="boards">
<doc>
<description>
Specific configuration for Lisa/MX 2.1
</description>
</doc>
<dep>
<depends>spi_master,baro_board</depends>
</dep>
<makefile target="!sim|nps|fbw"/>
</module>