BMI270 Support - FIFO config file 328 bytes#930
Merged
nerdCopter merged 42 commits intoemuflight:masterfrom Nov 1, 2023
Merged
Conversation
…90_BMI270_as_FIFO_without_normal_driver
fixes requirement for mpu6000 defines
…PR890_BMI270_as_FIFO_without_normal_driver
3770dfa to
aaf935d
Compare
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
This file contains hidden or 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
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.hnot needed. i also moved thebmi270_maximum_fifo_config_fileconstant intoaccgyro_spi_bmi270.cfile removing the need foraccgyro_bmi270_maximum_fifo.c.Co-authored-by: KarateBrot Rm2k-Freak@web.de
Co-authored-by: Steve Evans Steve@SCEvans.com
Co-authored-by: chrisrosser chrisrosser91@gmail.com
Co-authored-by: Dominic Clifton dominic.clifton@cleanflight.com
Co-authored-by: mikeller github@ike.ch
Co-authored-by: Bruce Luckcuck github@etracer.net
Co-authored-by: Martin Luessi mluessi@gmail.com
Co-authored-by: Peck07 28628457+Peck07@users.noreply.github.com
Co-authored-by: nerdCopter 56646290+nerdCopter@users.noreply.github.com
Co-authored-by: Dusking1 31283897+DusKing1@users.noreply.github.com