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 CONFIG_ARCH_BOARD_PX4ESC_V1
if CONFIG_ARCH_BOARD_PX4_ESC_V1
config BOARD_HAS_PROBES
bool "Board provides GPIO or other Hardware for signaling to timing analyze."

View File

@@ -606,8 +606,8 @@ CONFIG_RAM_SIZE=131072
#
# Board Selection
#
CONFIG_ARCH_BOARD_PX4ESC_V1=y
CONFIG_ARCH_BOARD="px4esc-v1"
CONFIG_ARCH_BOARD_PX4_ESC_V1=y
CONFIG_ARCH_BOARD="px4_esc-v1"
#
# Custom Board Configuration