Skip to content
Snippets Groups Projects
Commit 856a523d authored by ChristophTobler's avatar ChristophTobler Committed by Lorenz Meier
Browse files

add snapdragon power module (ltc2946) to eagle flight

parent 4b751bdc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment