added actuators mkk test for booz boards

This commit is contained in:
Antoine Drouin
2010-09-03 15:30:48 +00:00
parent 8bbe76f6d4
commit 057d0ecfa0
4 changed files with 58 additions and 22 deletions
+6 -6
View File
@@ -203,18 +203,18 @@
</target>
<subsystem name="radio_control" type="ppm"/>
<subsystem name="actuators" type="mkk"/>
<subsystem name="imu" type="b2_v1.1"/>
<!-- <subsystem name="imu" type="b2_v1.0"/> -->
<subsystem name="imu" type="b2_v1.0"/>
<subsystem name="gps" type="ublox"/>
<subsystem name="ahrs" type="cmpl"/>
<subsystem name="ins" type="hff"/>
</firmware>
<firmware name="booz_test_progs">
<target name="test_telemetry" board="booz_1.0"/>
<target name="test_baro" board="booz_1.0"/>
<target name="test_rc_spektrum" board="booz_1.0"/>
<target name="test_rc_ppm" board="booz_1.0"/>
<target name="test_telemetry" board="booz_1.0"/>
<target name="test_baro" board="booz_1.0"/>
<target name="test_rc_spektrum" board="booz_1.0"/>
<target name="test_rc_ppm" board="booz_1.0"/>
<target name="test_actuators_mkk" board="booz_1.0"/>
</firmware>