More config for fmuv2

This commit is contained in:
px4dev 2013-04-04 23:17:21 -07:00
parent f243f6ef66
commit 976f1334ef
4 changed files with 15 additions and 6 deletions

View File

@ -42,7 +42,8 @@ include $(PX4_BASE)makefiles/setup.mk
#
# Canned firmware configurations that we build.
#
CONFIGS ?= px4fmu_default px4io_default
CONFIGS ?= $(subst config_,,$(basename $(notdir $(wildcard $(PX4_MK_DIR)config_*.mk))))
#CONFIGS ?= px4fmu_default px4io_default
#
# Boards that we build NuttX export kits for.
@ -162,9 +163,7 @@ help:
@echo ""
@echo " all"
@echo " Build all firmware configs: $(CONFIGS)"
@echo " A limited set of configs can be built with:"
@echo ""
@echo " CONFIGS=<list-of-configs>"
@echo " A limited set of configs can be built with CONFIGS=<list-of-configs>"
@echo ""
@for config in $(CONFIGS); do \
echo " $$config"; \

View File

@ -1,5 +1,5 @@
#
# Platform-specific definitions for the PX4FMU
# Board-specific definitions for the PX4FMU
#
#

View File

@ -0,0 +1,10 @@
#
# Board-specific definitions for the PX4FMUv2
#
#
# Configure the toolchain
#
CONFIG_ARCH = CORTEXM4F
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk

View File

@ -1,5 +1,5 @@
#
# Platform-specific definitions for the PX4IO
# Board-specific definitions for the PX4IO
#
#