mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
no modules for now
This commit is contained in:
@@ -189,9 +189,6 @@
|
|||||||
<subsystem name="gps" type="ublox_lea4p"/>
|
<subsystem name="gps" type="ublox_lea4p"/>
|
||||||
<subsystem name="navigation"/>
|
<subsystem name="navigation"/>
|
||||||
|
|
||||||
<modules>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
</firmware>
|
</firmware>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<!ELEMENT modules (load)*>
|
<!ELEMENT modules (load)*>
|
||||||
<!ELEMENT load EMPTY>
|
<!ELEMENT load EMPTY>
|
||||||
<!ELEMENT param EMPTY>
|
<!ELEMENT param EMPTY>
|
||||||
<!ELEMENT firmware (target|subsystem|modules)*>
|
<!ELEMENT firmware (target|subsystem)*>
|
||||||
<!ELEMENT target (param|define)*>
|
<!ELEMENT target (param|define)*>
|
||||||
<!ELEMENT subsystem (param)*>
|
<!ELEMENT subsystem (param)*>
|
||||||
|
|
||||||
|
|||||||
@@ -188,9 +188,6 @@
|
|||||||
<subsystem name="gps" type="ublox_lea4p"/>
|
<subsystem name="gps" type="ublox_lea4p"/>
|
||||||
<subsystem name="navigation"/>
|
<subsystem name="navigation"/>
|
||||||
|
|
||||||
<modules>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
</firmware>
|
</firmware>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# 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
|
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
|
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
|
|
||||||
#
|
|
||||||
|
|||||||
Reference in New Issue
Block a user