Files
paparazzi/conf/boards/umarim_lite_2.0.makefile
T
2013-12-19 20:28:42 +01:00

50 lines
902 B
Makefile

#
# umarim_lite_2.0.makefile
#
# Umarim Lite v2 board
#
ARCH=lpc21
BOARD=umarim
BOARD_VERSION=lite_2.0
BOARD_CFG=\"boards/$(BOARD)_$(BOARD_VERSION).h\"
# default flash mode is via usb bootloader
FLASH_MODE ?= IAP
LPC21ISP_BAUD = 38400
LPC21ISP_XTAL = 12000
#
# default LED configuration
#
RADIO_CONTROL_LED ?= none
BARO_LED ?= none
AHRS_ALIGNER_LED ?= none
GPS_LED ?= 2
SYS_TIME_LED ?= 1
#
# default uart settings
#
MODEM_PORT ?= UART1
MODEM_BAUD ?= B57600
GPS_PORT ?= UART0
GPS_BAUD ?= B38400
#
# you can use different actuators by adding a configure option to your firmware section
# e.g. <configure name="ACTUATORS" value="actuators_ppm/>
# and by setting the correct "driver" attribute in servo section
# e.g. <servo driver="Ppm">
#
ACTUATORS ?= actuators_4017
# All targets on the Umarim board run on the same processor achitecture
$(TARGET).ARCHDIR = $(ARCH)