mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
thiemar:s2740vc-v1 BSP Updated to NuttX 8.1+
This commit is contained in:
committed by
Lorenz Meier
parent
148215c114
commit
5bb272387a
@@ -6,3 +6,9 @@
|
||||
if CONFIG_ARCH_BOARD_THIEMAR_S2740VC_V1
|
||||
|
||||
endif
|
||||
|
||||
# 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
|
||||
|
||||
@@ -1,10 +1,20 @@
|
||||
#
|
||||
# This file is autogenerated: PLEASE DO NOT EDIT IT.
|
||||
#
|
||||
# You can use "make menuconfig" to make any modifications to the installed .config file.
|
||||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
|
||||
# modifications.
|
||||
#
|
||||
# CONFIG_ARCH_FPU is not set
|
||||
# CONFIG_DEV_NULL is not set
|
||||
# CONFIG_DISABLE_OS_API is not set
|
||||
# CONFIG_DISABLE_PSEUDOFS_OPERATIONS 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_STM32F302K8=y
|
||||
CONFIG_ARCH_INTERRUPTSTACK=1024
|
||||
@@ -13,7 +23,6 @@ CONFIG_ARCH_STACKDUMP=y
|
||||
CONFIG_ARMV7M_MEMCPY=y
|
||||
CONFIG_ARMV7M_USEBASEPRI=y
|
||||
CONFIG_BOARDCTL_RESET=y
|
||||
CONFIG_BOARD_INITIALIZE=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=5483
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_BUILTIN_PROXY_STACKSIZE=392
|
||||
|
||||
Reference in New Issue
Block a user