mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
19 lines
445 B
XML
19 lines
445 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<!--
|
|
Allow to use PWM output on booz boards
|
|
PWM0 is activated by default (PWM5 on lpc21 output)
|
|
PWM1 can be activated with USE_PWM1 flag (PWM2 on lpc21 output)
|
|
-->
|
|
|
|
<module name="booz_pwm" dir="core">
|
|
<header>
|
|
<file name="booz_pwm_arch.h"/>
|
|
</header>
|
|
<init fun="booz_pwm_init_arch()"/>
|
|
<makefile target="ap">
|
|
<file_arch name="booz_pwm_arch.c"/>
|
|
</makefile>
|
|
</module>
|
|
|