-
-
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
BMI270 Support - FIFO config file 328 bytes #930
Merged
nerdCopter
merged 42 commits into
emuflight:master
from
nerdCopter:20230620_rebase_PR890_BMI270_as_FIFO_without_normal_driver
Nov 1, 2023
Merged
BMI270 Support - FIFO config file 328 bytes #930
nerdCopter
merged 42 commits into
emuflight:master
from
nerdCopter:20230620_rebase_PR890_BMI270_as_FIFO_without_normal_driver
Nov 1, 2023
Conversation
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
…90_BMI270_as_FIFO_without_normal_driver
fixes requirement for mpu6000 defines
nerdCopter
changed the title
BMI270 Support using FIFO config file
BMI270 Support - FIFO config file 321 bytes
Sep 27, 2023
nerdCopter
changed the title
BMI270 Support - FIFO config file 321 bytes
BMI270 Support - FIFO config file 328 bytes
Sep 27, 2023
…PR890_BMI270_as_FIFO_without_normal_driver
nerdCopter
force-pushed
the
20230620_rebase_PR890_BMI270_as_FIFO_without_normal_driver
branch
from
September 28, 2023 14:26
3770dfa
to
aaf935d
Compare
nerdCopter
force-pushed
the
20230620_rebase_PR890_BMI270_as_FIFO_without_normal_driver
branch
from
September 29, 2023 16:31
c44a2b8
to
dc51cc9
Compare
…PR890_BMI270_as_FIFO_without_normal_driver
…PR890_BMI270_as_FIFO_without_normal_driver
…PR890_BMI270_as_FIFO_without_normal_driver
Quick-Flash
approved these changes
Oct 27, 2023
…PR890_BMI270_as_FIFO_without_normal_driver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This code is ported mostly from Betaflight and minimally iNav. Thanks to project teams and GPL licensed opensource.
Intention of porting some changes from FlightNG/ATBetaflight if possible. Portability unknown at this time.
https://github.com/betaflight/betaflight/blob/master/LICENSE
https://github.com/iNavFlight/inav/blob/master/LICENSE
https://github.com/flightng/atbetaflight/blob/4.3-bsp-rebase/LICENSE
Massive thanks to @Peck07 for investigating and fixing some pre-existing failed works.
Massive thanks to @BeauBrewski for target definitions and help.
Replaces #890 / Closes #890
Resolves #861
Further notes. @Peck07 said he made it work by picking BF's "pre-SPI" changes. So we need to verify if newer code exists to make bmi270 more efficient. Should also investigate @DusKing1's bmi270 updates from https://github.com/flightng/atbetaflight or at least the more complete registers. iNav show that
accgyro_bmi270_maximum_fifo.h
not needed. i also moved thebmi270_maximum_fifo_config_file
constant intoaccgyro_spi_bmi270.c
file removing the need foraccgyro_bmi270_maximum_fifo.c
.Co-authored-by: KarateBrot [email protected]
Co-authored-by: Steve Evans [email protected]
Co-authored-by: chrisrosser [email protected]
Co-authored-by: Dominic Clifton [email protected]
Co-authored-by: mikeller [email protected]
Co-authored-by: Bruce Luckcuck [email protected]
Co-authored-by: Martin Luessi [email protected]
Co-authored-by: Peck07 [email protected]
Co-authored-by: nerdCopter [email protected]
Co-authored-by: Dusking1 [email protected]