boards new split VENDOR_MODEL naming convention

This commit is contained in:
Daniel Agar
2018-11-21 23:27:21 -05:00
committed by David Sidrane
parent f692ad04d0
commit abb3817d31
149 changed files with 401 additions and 407 deletions

View File

@@ -3,7 +3,7 @@
# see misc/tools/kconfig-language.txt.
#
if ARCH_BOARD_PX4FMU_V2
if ARCH_BOARD_PX4_FMU_V2
config BOARD_HAS_PROBES
bool "Board provides GPIO or other Hardware for signaling to timing analyze."

View File

@@ -1,5 +1,5 @@
/************************************************************************************
* nuttx-configs/px4fmu-v3/include/board.h
* nuttx-configs/px4_fmu-v3/include/board.h
* include/arch/board/board.h
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.

View File

@@ -687,8 +687,8 @@ CONFIG_RAM_SIZE=262144
#
# Board Selection
#
CONFIG_ARCH_BOARD_PX4FMU_V3=y
CONFIG_ARCH_BOARD="px4fmu-v3"
CONFIG_ARCH_BOARD_PX4_FMU_V3=y
CONFIG_ARCH_BOARD="px4_fmu-v3"
#
# Custom Board Configuration

View File

@@ -687,8 +687,8 @@ CONFIG_RAM_SIZE=262144
#
# Board Selection
#
CONFIG_ARCH_BOARD_PX4FMU_V3=y
CONFIG_ARCH_BOARD="px4fmu-v3"
CONFIG_ARCH_BOARD_PX4_FMU_V3=y
CONFIG_ARCH_BOARD="px4_fmu-v3"
#
# Custom Board Configuration