mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
av:x-v1 BSP Updated to NuttX 8.1+
This commit is contained in:
parent
724f66399a
commit
8bc8ea0ea2
5
boards/av/x-v1/nuttx-config/Kconfig
Normal file
5
boards/av/x-v1/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/av/x-v1/nuttx-config/drivers/Kconfig
Normal file
0
boards/av/x-v1/nuttx-config/drivers/Kconfig
Normal file
@ -40,8 +40,11 @@
|
||||
# CONFIG_NSH_DISABLE_WGET is not set
|
||||
# CONFIG_NSH_DISABLE_XD 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="stm32f7"
|
||||
CONFIG_ARCH_CHIP_STM32F777NI=y
|
||||
CONFIG_ARCH_CHIP_STM32F7=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=512
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user