Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
856a523d
Commit
856a523d
authored
7 years ago
by
ChristophTobler
Committed by
Lorenz Meier
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add snapdragon power module (ltc2946) to eagle flight
parent
4b751bdc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/configs/qurt_sdflight_default.cmake
+3
-1
3 additions, 1 deletion
cmake/configs/qurt_sdflight_default.cmake
posix-configs/eagle/flight/px4.config
+1
-0
1 addition, 0 deletions
posix-configs/eagle/flight/px4.config
with
4 additions
and
1 deletion
cmake/configs/qurt_sdflight_default.cmake
+
3
−
1
View file @
856a523d
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
posix-configs/eagle/flight/px4.config
+
1
−
0
View file @
856a523d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment