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
3c48aa4c
Commit
3c48aa4c
authored
8 years ago
by
Lucas De Marchi
Committed by
Lorenz Meier
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
aerofc: use MPU9250 driver
parent
3200b032
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
ROMFS/px4fmu_common/init.d/rc.sensors
+1
-1
1 addition, 1 deletion
ROMFS/px4fmu_common/init.d/rc.sensors
cmake/configs/nuttx_aerofc-v1_default.cmake
+1
-1
1 addition, 1 deletion
cmake/configs/nuttx_aerofc-v1_default.cmake
with
2 additions
and
2 deletions
ROMFS/px4fmu_common/init.d/rc.sensors
+
1
−
1
View file @
3c48aa4c
...
...
@@ -295,7 +295,7 @@ then
then
fi
if mpu
6500
-R 14 start
if mpu
9250 -s
-R 14 start
then
fi
...
...
This diff is collapsed.
Click to expand it.
cmake/configs/nuttx_aerofc-v1_default.cmake
+
1
−
1
View file @
3c48aa4c
...
...
@@ -16,7 +16,7 @@ set(config_module_list
drivers/px4fmu
drivers/boards/aerofc-v1
drivers/tap_esc
drivers/mpu
6
50
0
drivers/mpu
92
50
drivers/ms5611
drivers/hmc5883
drivers/gps
...
...
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