mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
one more step toward makefile-free airframes
This commit is contained in:
@@ -207,8 +207,6 @@
|
|||||||
<makefile target="opening">
|
<makefile target="opening">
|
||||||
|
|
||||||
|
|
||||||
FLASH_MODE = IAP
|
|
||||||
|
|
||||||
# prevents motors from ever starting
|
# prevents motors from ever starting
|
||||||
#ap.CFLAGS += -DKILL_MOTORS
|
#ap.CFLAGS += -DKILL_MOTORS
|
||||||
ap.CFLAGS += -DMODEM_BAUD=B57600
|
ap.CFLAGS += -DMODEM_BAUD=B57600
|
||||||
@@ -219,6 +217,7 @@ ap.CFLAGS += -DUSE_ADAPT_HOVER
|
|||||||
|
|
||||||
|
|
||||||
<target name="baloo" board="booz">
|
<target name="baloo" board="booz">
|
||||||
|
<option name="FLASH_MODE" value="IAP"/> <!-- that should be the default for the board but I'm putting it here as example-->
|
||||||
<subsystem name="radio_control" type="ppm"/>
|
<subsystem name="radio_control" type="ppm"/>
|
||||||
<subsystem name="actuators" type="mkk"/>
|
<subsystem name="actuators" type="mkk"/>
|
||||||
<subsystem name="imu" type="b2v1"/>
|
<subsystem name="imu" type="b2v1"/>
|
||||||
|
|||||||
@@ -5,4 +5,8 @@
|
|||||||
#
|
#
|
||||||
ARCH=lpc21
|
ARCH=lpc21
|
||||||
ARCHI=arm7
|
ARCHI=arm7
|
||||||
BOARD_CFG = \"boards/booz2_v1_0.h\"
|
BOARD_CFG = \"boards/booz2_v1_0.h\"
|
||||||
|
|
||||||
|
ifndef FLASH_MODE
|
||||||
|
FLASH_MODE = IAP
|
||||||
|
endif
|
||||||
Reference in New Issue
Block a user