add snapdragon power module (ltc2946) to eagle flight

This commit is contained in:
ChristophTobler
2017-12-29 11:17:59 +01:00
committed by Lorenz Meier
parent 4b751bdc4f
commit 856a523d29
2 changed files with 4 additions and 1 deletions

View File

@@ -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
)

View File

@@ -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