mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
3211fa011c
* [chibios] Add reboot functionality * [modules] Add power switch module
20 lines
514 B
XML
20 lines
514 B
XML
<!DOCTYPE module SYSTEM "../module.dtd">
|
|
|
|
<module name="apogee_1.0_chibios" dir="boards">
|
|
<doc>
|
|
<description>
|
|
Specific configuration for Apogee 1.0 with ChibiOS
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>i2c,baro_board_common,hard_fault_recovery,power_switch</depends>
|
|
<provides>baro</provides>
|
|
</dep>
|
|
<makefile target="!sim|nps|fbw">
|
|
<define name="USE_I2C1"/>
|
|
<file name="mpl3115.c" dir="peripherals"/>
|
|
<file name="baro_board.c" dir="$(SRC_BOARD)"/>
|
|
</makefile>
|
|
</module>
|
|
|