aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs
diff options
context:
space:
mode:
authorDavid Sidrane <david_s5@nscdg.com>2015-02-17 12:04:25 -1000
committerLorenz Meier <lm@inf.ethz.ch>2015-02-17 23:27:34 +0100
commit17615b22a4ee899091fe12f70f02a79f59af8b63 (patch)
treeaf4b175a0464393396beee9c306d96ef12adb2f1 /nuttx-configs
parent63fd54f44ef711f8fa1736230f88decbe3ab3cba (diff)
downloadpx4-firmware-17615b22a4ee899091fe12f70f02a79f59af8b63.tar.gz
px4-firmware-17615b22a4ee899091fe12f70f02a79f59af8b63.tar.bz2
px4-firmware-17615b22a4ee899091fe12f70f02a79f59af8b63.zip
Insure that CONFIG_ARCH_BOARD_xxx is defined and to be consistent with Nuttx build place them in defconfig files so that config.h will have ONFIG_ARCH_BOARD_xxx defined
Diffstat (limited to 'nuttx-configs')
-rw-r--r--nuttx-configs/aerocore/nsh/defconfig1
-rw-r--r--nuttx-configs/px4fmu-v1/nsh/defconfig2
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig1
3 files changed, 3 insertions, 1 deletions
diff --git a/nuttx-configs/aerocore/nsh/defconfig b/nuttx-configs/aerocore/nsh/defconfig
index c44b074f3..29dff64aa 100644
--- a/nuttx-configs/aerocore/nsh/defconfig
+++ b/nuttx-configs/aerocore/nsh/defconfig
@@ -346,6 +346,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
#
# Board Selection
#
+CONFIG_ARCH_BOARD_AEROCORE=y
CONFIG_ARCH_BOARD_CUSTOM=y
CONFIG_ARCH_BOARD=""
diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig
index 539634e3d..86ed041ff 100644
--- a/nuttx-configs/px4fmu-v1/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v1/nsh/defconfig
@@ -3,7 +3,6 @@
# Nuttx/ Configuration
#
CONFIG_NUTTX_NEWCONFIG=y
-
#
# Build Setup
#
@@ -340,6 +339,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
#
# Board Selection
#
+CONFIG_ARCH_BOARD_PX4FMU_V1=y
CONFIG_ARCH_BOARD_CUSTOM=y
CONFIG_ARCH_BOARD=""
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index dedebdfa0..6a1aec22b 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -381,6 +381,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
#
# Board Selection
#
+CONFIG_ARCH_BOARD_PX4FMU_V2=y
CONFIG_ARCH_BOARD_CUSTOM=y
CONFIG_ARCH_BOARD=""