no modules for now

This commit is contained in:
Christophe De Wagter
2010-08-20 11:46:26 +00:00
parent ee39d72245
commit d5d97cd40f
5 changed files with 8 additions and 26 deletions
@@ -189,9 +189,6 @@
<subsystem name="gps" type="ublox_lea4p"/>
<subsystem name="navigation"/>
<modules>
</modules>
</firmware>
+1 -1
View File
@@ -23,7 +23,7 @@
<!ELEMENT modules (load)*>
<!ELEMENT load EMPTY>
<!ELEMENT param EMPTY>
<!ELEMENT firmware (target|subsystem|modules)*>
<!ELEMENT firmware (target|subsystem)*>
<!ELEMENT target (param|define)*>
<!ELEMENT subsystem (param)*>
-3
View File
@@ -188,9 +188,6 @@
<subsystem name="gps" type="ublox_lea4p"/>
<subsystem name="navigation"/>
<modules>
</modules>
</firmware>
+7 -1
View File
@@ -15,11 +15,17 @@ SETUP_INC = -I$(SRC_SETUP) -I$(SRC_SETUP_ARCH)
$(TARGET).CFLAGS += -DBOARD_CONFIG=$(BOARD_CFG)
# a test program to tunnel between both uart
tunnel.CFLAGS += -DFBW -DBOARD_CONFIG=\"tiny_2_1_1_usb.h\" -DLED
tunnel.CFLAGS += -DFBW -DLED
tunnel.srcs += $(SRC_ARCH)/uart_tunnel.c
# a test program to setup actuators
setup_actuators.CFLAGS += -DFBW -DLED -DTIME_LED=1 -DACTUATORS=\"servos_4015_hw.h\" -DSERVOS_4015 -DUSE_UART0 -DUART0_BAUD=B9600 -DDATALINK=PPRZ -DPPRZ_UART=Uart0
setup_actuators.srcs += sys_time.c $(SRC_ARCH)/sys_time_hw.c $(SRC_ARCH)/armVIC.c pprz_transport.c setup_actuators.c $(SRC_ARCH)/uart_hw.c $(SRC_ARCH)/servos_4015_hw.c main.c
@@ -101,21 +101,3 @@ ap.srcs += lisa/lisa_analog_plug.c
endif
#
# GPS choice
#
# include fixedwing_gps_ublox_lea5h.makefile
# or
# include fixedwing_gps_ublox_lea4p.makefile
# or
# nothing
#
#
# AHRS choice
#
# include fixedwing_attitude_infrared.makefile
# or
# not done yet
#