mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Durandal:Fix PLL settings durandal-v1:Move I2C123, I2C4 to HSI. Not liking using HSI but, F7 has, and in reality there is no requerment for accuracy. durandal-v1:board config set 400kHz on card probe durandal-v1:Board SDMMC Clock Not greater then 25 mHz durandal-v1:Fix PLL3 configuration typo and value CI build config for holybro_durandal-v1 durandal-v1:Kconfig - add knob to ensure ARCH_MATH_H is kept Upstream changes added ARCH_HAVE_MATH_H to protect from archs without math.h from causing isses for users setting CONFIG_ARCH_MATH_H and getting errors. PX4 provides a math.h and we need CONFIG_ARCH_MATH_H set. So this Selects ARCH_HAVE_MATH_H perserving CONFIG_ARCH_MATH_H a defconfig Track master LED removal durandal-v1: bmi055 -> bmi088 bmi088 is what the board uses durandal-v1:add PX4IO support durandal-v1 rc.board_sensors: start baro durandal-v1: remove segway module durandal:Run at 480 Mhz durandal-v1: build thermal control module durandal-v1: enable IMU thermal control by default durandal-v1:Track upstream adc start moved to rc.board_sensors durandal-v1:Track upstream mavlink start moved to rc.board_mavlink
23 lines
733 B
Plaintext
23 lines
733 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
config BOARD_HAS_PROBES
|
|
bool "Board provides GPIO or other Hardware for signaling to timing analyze."
|
|
default y
|
|
---help---
|
|
This board provides GPIO FMU-CH1-5, CAP1-6 as PROBE_1-11 to provide timing signals from selected drivers.
|
|
|
|
config BOARD_USE_PROBES
|
|
bool "Enable the use the board provided FMU-CH1-5, CAP1-6 as PROBE_1-11"
|
|
default n
|
|
depends on BOARD_HAS_PROBES
|
|
|
|
---help---
|
|
Select to use GPIO FMU-CH1-5, CAP1-6 to provide timing signals from selected drivers.
|
|
|
|
# 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 |