Skip to content
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
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
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 May 22, 2021
93dab35
parse DPS310 to hardware detect
JulioCesarMatias May 22, 2021
9dd3944
parse DPS310 to settings.c
JulioCesarMatias May 22, 2021
3d83ded
correct name of i2c and spi bus functions that are different from bet…
JulioCesarMatias May 22, 2021
9b2c18f
add new function to bus_spi.c to use with DPS310
JulioCesarMatias May 22, 2021
961a429
remove new function of bus_spi.c and use the SPI_CLOCK_STANDARD
JulioCesarMatias May 22, 2021
67ca563
remove owner and #define
JulioCesarMatias May 22, 2021
4ad909e
add extension in makefile
JulioCesarMatias May 22, 2021
6cdb890
fix
JulioCesarMatias May 22, 2021
2fa32f1
to *c.
JulioCesarMatias May 23, 2021
3732941
force new build
JulioCesarMatias May 23, 2021
a895792
move #define to MATEKF722
JulioCesarMatias May 23, 2021
ff621a1
fix compilation error
JulioCesarMatias May 23, 2021
b05453b
remove unused #define
JulioCesarMatias May 23, 2021
8ec625e
version SE
JulioCesarMatias May 26, 2021
52e273b
fix laggy and steppy
JulioCesarMatias May 26, 2021
66b0869
#ifdef
JulioCesarMatias May 26, 2021
45c689f
remover variable duplication
JulioCesarMatias May 26, 2021
2bde7f9
redo the function deviceConfigure
JulioCesarMatias May 26, 2021
9918bb8
add functions
JulioCesarMatias May 26, 2021
66576f6
move
JulioCesarMatias May 26, 2021
c37f776
fix compilation error
JulioCesarMatias May 26, 2021
9fa0bc5
bool to void
JulioCesarMatias May 26, 2021
2af0eea
add dps310 in hd and px version
JulioCesarMatias May 27, 2021
f185c9a
maybe it works
JulioCesarMatias May 27, 2021
5d1cded
add #define DEFAULT_BARO_DPS310
JulioCesarMatias May 27, 2021
be7b986
#if check dps310
JulioCesarMatias May 27, 2021
34f30e9
sub func
JulioCesarMatias May 29, 2021
01f3143
fix compilation error
JulioCesarMatias May 29, 2021
63cee29
add matek f405 se
JulioCesarMatias Sep 19, 2021
986e6d9
Merge branch 'master' of https://github.com/JulioCesarMatias/EmuFligh…
JulioCesarMatias Sep 19, 2021
ae84655
iflight f745
JulioCesarMatias Sep 19, 2021
c67d44a
force new build
JulioCesarMatias Sep 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions make/source.mk
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ SIZE_OPTIMISED_SRC := $(SIZE_OPTIMISED_SRC) \
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_fake.c \
drivers/barometer/barometer_ms5611.c \
drivers/barometer/barometer_dps310.h \
Copy link
Member

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

drivers/barometer/barometer_lps.c \
drivers/barometer/barometer_qmp6988.c \
drivers/beesign.c \
Expand Down
1 change: 0 additions & 1 deletion src/main/target/MAMBAF722/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ TARGET_SRC = \
drivers/barometer/barometer_bmp085.c \
drivers/barometer/barometer_bmp280.c \
drivers/barometer/barometer_ms5611.c \
drivers/barometer/barometer_dps310.h \
drivers/compass/compass_hmc5883l.c \
drivers/compass/compass_qmc5883l.c \
drivers/max7456.c
1 change: 1 addition & 0 deletions src/main/target/MATEKF722/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Copy link
Member

Choose a reason for hiding this comment

The 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