mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08: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)
90 lines
1.2 KiB
CMake
90 lines
1.2 KiB
CMake
|
|
px4_add_board(
|
|
PLATFORM nuttx
|
|
VENDOR uvify
|
|
MODEL core
|
|
LABEL default
|
|
TOOLCHAIN arm-none-eabi
|
|
ARCHITECTURE cortex-m4
|
|
ROMFSROOT px4fmu_common
|
|
UAVCAN_INTERFACES 1
|
|
SERIAL_PORTS
|
|
GPS1:/dev/ttyS3
|
|
TEL1:/dev/ttyS1
|
|
TEL2:/dev/ttyS2
|
|
DRIVERS
|
|
adc
|
|
barometer/ms5611
|
|
batt_smbus
|
|
camera_capture
|
|
camera_trigger
|
|
distance_sensor # all available distance sensor drivers
|
|
dshot
|
|
gps
|
|
imu/mpu6000
|
|
imu/mpu9250
|
|
irlock
|
|
lights/rgbled_ncp5623c
|
|
magnetometer/bmm150
|
|
magnetometer/lis3mdl
|
|
magnetometer/ist8310
|
|
optical_flow # all available optical flow drivers
|
|
pca9685
|
|
pwm_input
|
|
pwm_out_sim
|
|
px4fmu
|
|
rc_input
|
|
tone_alarm
|
|
uavcan
|
|
MODULES
|
|
attitude_estimator_q
|
|
battery_status
|
|
camera_feedback
|
|
commander
|
|
dataman
|
|
ekf2
|
|
events
|
|
land_detector
|
|
landing_target_estimator
|
|
load_mon
|
|
local_position_estimator
|
|
logger
|
|
mavlink
|
|
mc_att_control
|
|
mc_pos_control
|
|
mc_rate_control
|
|
navigator
|
|
rc_update
|
|
sensors
|
|
sih
|
|
temperature_compensation
|
|
vmount
|
|
SYSTEMCMDS
|
|
bl_update
|
|
config
|
|
dmesg
|
|
dumpfile
|
|
esc_calib
|
|
hardfault_log
|
|
i2cdetect
|
|
led_control
|
|
mixer
|
|
motor_ramp
|
|
motor_test
|
|
mtd
|
|
nshterm
|
|
param
|
|
perf
|
|
pwm
|
|
reboot
|
|
reflect
|
|
sd_bench
|
|
shutdown
|
|
top
|
|
topic_listener
|
|
tune_control
|
|
usb_connected
|
|
ver
|
|
work_queue
|
|
)
|