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
c4ee5c31
Commit
c4ee5c31
authored
7 years ago
by
Beat Küng
Committed by
Lorenz Meier
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
px4fmu-v5: make sure the internal ist8310 is detected as internal mag
parent
a791adf3
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
src/drivers/boards/px4fmu-v5/board_config.h
+1
-0
1 addition, 0 deletions
src/drivers/boards/px4fmu-v5/board_config.h
with
2 additions
and
1 deletion
ROMFS/px4fmu_common/init.d/rc.sensors
+
1
−
1
View file @
c4ee5c31
...
...
@@ -285,7 +285,7 @@ then
ist8310 -C -b 2 start
# Possible internal compass
ist8310 -C -b
3
start
ist8310 -C -b
5
start
fi
if ver hwcmp AEROCORE2
...
...
This diff is collapsed.
Click to expand it.
src/drivers/boards/px4fmu-v5/board_config.h
+
1
−
0
View file @
c4ee5c31
...
...
@@ -215,6 +215,7 @@
#define PX4_I2C_BUS_EXPANSION2 3
#define PX4_I2C_BUS_EXPANSION3 4
#define PX4_I2C_BUS_LED PX4_I2C_BUS_EXPANSION
#define PX4_I2C_BUS_ONBOARD PX4_I2C_BUS_EXPANSION2
#define BOARD_NUMBER_I2C_BUSES 4
#define BOARD_I2C_BUS_CLOCK_INIT {100000, 100000, 100000, 100000}
...
...
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