-
-
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
initial BMI270 support - NORMAL config file 8192 bytes #890
Closed
nerdCopter
wants to merge
43
commits into
master
from
20230515_rebase_master_Peck07_20220726_BMI270_targets
Closed
initial BMI270 support - NORMAL config file 8192 bytes #890
nerdCopter
wants to merge
43
commits into
master
from
20230515_rebase_master_Peck07_20220726_BMI270_targets
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
This comment was marked as outdated.
This comment was marked as outdated.
nerdCopter
force-pushed
the
20230515_rebase_master_Peck07_20220726_BMI270_targets
branch
from
May 18, 2023 16:39
aaac692
to
0720a81
Compare
nerdCopter
force-pushed
the
20230515_rebase_master_Peck07_20220726_BMI270_targets
branch
from
May 18, 2023 16:44
0720a81
to
353be17
Compare
I'll look into this once I got some spare time... |
This was referenced May 21, 2023
nerdCopter
force-pushed
the
20230515_rebase_master_Peck07_20220726_BMI270_targets
branch
from
June 27, 2023 18:47
b0b8d1b
to
748035a
Compare
WIP; might move config to .h or find a way to compress
nerdCopter
force-pushed
the
20230515_rebase_master_Peck07_20220726_BMI270_targets
branch
from
July 11, 2023 19:23
646acf5
to
4234039
Compare
off-subject, same is true for non-existent |
…aster_Peck07_20220726_BMI270_targets
|
|
fixes requirement for mpu6000 defines
nerdCopter
force-pushed
the
20230515_rebase_master_Peck07_20220726_BMI270_targets
branch
from
August 28, 2023 19:10
8975d51
to
136f035
Compare
nerdCopter
changed the title
initial BMI270 support
initial BMI270 support - NORMAL config file 8192 bytes
Sep 27, 2023
…master_Peck07_20220726_BMI270_targets
…master_Peck07_20220726_BMI270_targets
…master_Peck07_20220726_BMI270_targets
…master_Peck07_20220726_BMI270_targets
Closing this in favor of FIFO. #930 |
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 "CRT/IOC/CAS" 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.
Closes #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
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]