Files
paparazzi/conf/boards/tiny_1.1.makefile
T
2014-12-07 14:40:21 +01:00

54 lines
963 B
Makefile

#
# tiny_1.1.makefile
#
# http://wiki.paparazziuav.org/wiki/Tiny_v1.1
#
ARCH=lpc21
BOARD=tiny
BOARD_VERSION=1.1
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 ?= none
SYS_TIME_LED ?= none
TUNNEL_RX_LED ?= 1
TUNNEL_TX_LED ?= 2
#
# default uart settings
#
MODEM_PORT ?= UART0
MODEM_BAUD ?= B57600
GPS_PORT ?= UART1
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_4015
# All targets on the TINY board run on the same processor achitecture
$(TARGET).ARCHDIR = $(ARCH)