mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
uvify:core BSP Updated to NuttX 8.1+
This commit is contained in:
committed by
Lorenz Meier
parent
5bb272387a
commit
2faa2c5e19
5
boards/uvify/core/nuttx-config/Kconfig
Normal file
5
boards/uvify/core/nuttx-config/Kconfig
Normal file
@@ -0,0 +1,5 @@
|
||||
# Hack to ensure ARCH_MATH_H is kept
|
||||
config BOARD_HAVE_MATH_H
|
||||
bool "Provide ARCH math.h (selects ARCH_HAVE_MATH_H)"
|
||||
default y
|
||||
select ARCH_HAVE_MATH_H
|
||||
0
boards/uvify/core/nuttx-config/drivers/Kconfig
Normal file
0
boards/uvify/core/nuttx-config/drivers/Kconfig
Normal file
@@ -23,8 +23,11 @@
|
||||
# CONFIG_NSH_DISABLE_TIME is not set
|
||||
# CONFIG_STM32_CCMEXCLUDE is not set
|
||||
CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_BOARD_CUSTOM=y
|
||||
CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config"
|
||||
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
|
||||
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
|
||||
CONFIG_ARCH_CHIP="stm32"
|
||||
CONFIG_ARCH_CHIP_STM32=y
|
||||
CONFIG_ARCH_CHIP_STM32F427V=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=512
|
||||
|
||||
Reference in New Issue
Block a user