Files
paparazzi/conf/boards/lisa_s_1.0.makefile
T
2014-05-25 22:59:39 -07:00

58 lines
1.1 KiB
Makefile

# Hey Emacs, this is a -*- makefile -*-
#
# lisa_s_1.0.makefile
#
# http://wiki.paparazziuav.org/wiki/Lisa/S
#
BOARD=lisa_s
BOARD_VERSION=1.0
BOARD_CFG=\"boards/$(BOARD)_$(BOARD_VERSION).h\"
ARCH=stm32
$(TARGET).ARCHDIR = $(ARCH)
$(TARGET).LDSCRIPT=$(SRC_ARCH)/lisa-s.ld
# -----------------------------------------------------------------------
# default flash mode is via SWD
# other possibilities: SERIAL(untested)
FLASH_MODE ?= SWD
#
#
# some default values shared between different firmwares
#
#
#
# default LED configuration
#
RADIO_CONTROL_LED ?= 3
BARO_LED ?= none
AHRS_ALIGNER_LED ?= 2
GPS_LED ?= none
SYS_TIME_LED ?= 1
#
# default uart configuration
#
RADIO_CONTROL_SPEKTRUM_PRIMARY_PORT ?= UART2
RADIO_CONTROL_SPEKTRUM_SECONDARY_PORT ?= none
MODEM_PORT ?= UART1
MODEM_BAUD ?= B57600
GPS_PORT ?= UART3
GPS_BAUD ?= B38400
#
# default actuator configuration
#
# 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_pwm