mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
add snapdragon power module (ltc2946) to eagle flight
This commit is contained in:
committed by
Lorenz Meier
parent
4b751bdc4f
commit
856a523d29
@@ -20,7 +20,7 @@ endif()
|
||||
# Disable the creation of the parameters.xml file by scanning individual
|
||||
# source files, and scan all source files. This will create a parameters.xml
|
||||
# file that contains all possible parameters, even if the associated module
|
||||
# is not used. This is necessary for parameter synchronization between the
|
||||
# is not used. This is necessary for parameter synchronization between the
|
||||
# ARM and DSP processors.
|
||||
set(DISABLE_PARAMS_MODULE_SCOPING TRUE)
|
||||
|
||||
@@ -41,6 +41,7 @@ set(config_module_list
|
||||
platforms/posix/drivers/df_hmc5883_wrapper
|
||||
platforms/posix/drivers/df_trone_wrapper
|
||||
platforms/posix/drivers/df_isl29501_wrapper
|
||||
platforms/posix/drivers/df_ltc2946_wrapper
|
||||
|
||||
#
|
||||
# System commands
|
||||
@@ -115,4 +116,5 @@ set(config_df_driver_list
|
||||
hmc5883
|
||||
trone
|
||||
isl29501
|
||||
ltc2946
|
||||
)
|
||||
|
||||
@@ -9,6 +9,7 @@ df_hmc5883_wrapper start
|
||||
df_mpu9250_wrapper start
|
||||
df_bmp280_wrapper start
|
||||
df_trone_wrapper start
|
||||
df_ltc2946_wrapper start
|
||||
#df_isl29501_wrapper start
|
||||
sensors start
|
||||
commander start
|
||||
|
||||
Reference in New Issue
Block a user