-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DPS310 to Matek boards F722,F722-SE,F722-HD and F722-PX #578
Closed
JulioCesarMatias
wants to merge
33
commits into
emuflight:master
from
JulioCesarMatias:DPS310BaroSupport
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
b3a9417
Add dps310 to F722 matek board
JulioCesarMatias 93dab35
parse DPS310 to hardware detect
JulioCesarMatias 9dd3944
parse DPS310 to settings.c
JulioCesarMatias 3d83ded
correct name of i2c and spi bus functions that are different from bet…
JulioCesarMatias 9b2c18f
add new function to bus_spi.c to use with DPS310
JulioCesarMatias 961a429
remove new function of bus_spi.c and use the SPI_CLOCK_STANDARD
JulioCesarMatias 67ca563
remove owner and #define
JulioCesarMatias 4ad909e
add extension in makefile
JulioCesarMatias 6cdb890
fix
JulioCesarMatias 2fa32f1
to *c.
JulioCesarMatias 3732941
force new build
JulioCesarMatias a895792
move #define to MATEKF722
JulioCesarMatias ff621a1
fix compilation error
JulioCesarMatias b05453b
remove unused #define
JulioCesarMatias 8ec625e
version SE
JulioCesarMatias 52e273b
fix laggy and steppy
JulioCesarMatias 66b0869
#ifdef
JulioCesarMatias 45c689f
remover variable duplication
JulioCesarMatias 2bde7f9
redo the function deviceConfigure
JulioCesarMatias 9918bb8
add functions
JulioCesarMatias 66576f6
move
JulioCesarMatias c37f776
fix compilation error
JulioCesarMatias 9fa0bc5
bool to void
JulioCesarMatias 2af0eea
add dps310 in hd and px version
JulioCesarMatias f185c9a
maybe it works
JulioCesarMatias 5d1cded
add #define DEFAULT_BARO_DPS310
JulioCesarMatias be7b986
#if check dps310
JulioCesarMatias 34f30e9
sub func
JulioCesarMatias 01f3143
fix compilation error
JulioCesarMatias 63cee29
add matek f405 se
JulioCesarMatias 986e6d9
Merge branch 'master' of https://github.com/JulioCesarMatias/EmuFligh…
JulioCesarMatias ae84655
iflight f745
JulioCesarMatias c67d44a
force new build
JulioCesarMatias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ TARGET_SRC = \ | |
drivers/barometer/barometer_bmp085.c \ | ||
drivers/barometer/barometer_bmp280.c \ | ||
drivers/barometer/barometer_ms5611.c \ | ||
drivers/barometer/barometer_dps310.h \ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. change to a .c instead of a .h file. |
||
drivers/compass/compass_hmc5883l.c \ | ||
drivers/compass/compass_qmc5883l.c \ | ||
drivers/max7456.c |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to barometer_dps310.c instead of .h