mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
- this is a new module for temperature compensation that consolidates the functionality previously handled in the sensors module (calculating runtime thermal corrections) and the events module (online thermal calibration) - by collecting this functionality into a single module we can optionally disable it on systems where it's not used and save some flash (if disabled at build time) or memory (disabled at run time)
77 lines
1.1 KiB
CMake
77 lines
1.1 KiB
CMake
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR holybro
|
|
MODEL kakutef7
|
|
LABEL default
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m7
|
|
ROMFSROOT px4fmu_common
|
|
SERIAL_PORTS
|
|
TEL1:/dev/ttyS0 # UART1
|
|
TEL2:/dev/ttyS1 # UART2
|
|
# TEL3:/dev/ttyS2 # UART3 (currently NuttX console)
|
|
GPS1:/dev/ttyS3 # UART4
|
|
RC:/dev/ttyS4 # UART6
|
|
# /dev/ttyS5: UART7 (ESC telemetry)
|
|
DRIVERS
|
|
adc
|
|
barometer/bmp280
|
|
dshot
|
|
gps
|
|
imu/mpu6000
|
|
magnetometer
|
|
optical_flow/px4flow
|
|
osd
|
|
pwm_out_sim
|
|
px4fmu
|
|
rc_input
|
|
telemetry
|
|
tone_alarm
|
|
MODULES
|
|
attitude_estimator_q
|
|
battery_status
|
|
commander
|
|
dataman
|
|
#ekf2
|
|
events
|
|
land_detector
|
|
load_mon
|
|
#local_position_estimator
|
|
logger
|
|
mavlink
|
|
mc_att_control
|
|
mc_pos_control
|
|
mc_rate_control
|
|
navigator
|
|
rc_update
|
|
sensors
|
|
#temperature_compensation
|
|
SYSTEMCMDS
|
|
bl_update
|
|
config
|
|
dmesg
|
|
dumpfile
|
|
esc_calib
|
|
hardfault_log
|
|
i2cdetect
|
|
led_control
|
|
mixer
|
|
#motor_ramp
|
|
motor_test
|
|
nshterm
|
|
param
|
|
perf
|
|
pwm
|
|
reboot
|
|
reflect
|
|
sd_bench
|
|
shutdown
|
|
top
|
|
topic_listener
|
|
tune_control
|
|
usb_connected
|
|
ver
|
|
work_queue
|
|
)
|