mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
boards new split VENDOR_MODEL naming convention
This commit is contained in:
committed by
David Sidrane
parent
f692ad04d0
commit
abb3817d31
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user