mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
24 lines
322 B
Makefile
24 lines
322 B
Makefile
#
|
|
# logom_2.6.makefile
|
|
#
|
|
# http://www.sparkfun.com/products/10216
|
|
#
|
|
|
|
ARCH=lpc21
|
|
|
|
BOARD=logom
|
|
BOARD_VERSION=2.6
|
|
|
|
BOARD_CFG=\"boards/$(BOARD)_$(BOARD_VERSION).h\"
|
|
|
|
FLASH_MODE ?= IAP
|
|
|
|
|
|
LPC21ISP_BAUD = 38400
|
|
LPC21ISP_XTAL = 12000
|
|
|
|
|
|
# All targets on the board run on the same processor achitecture
|
|
$(TARGET).ARCHDIR = $(ARCH)
|
|
|