Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BMI270 Support - FIFO config file 328 bytes (#930)
* BMI270 - WIP - failing - incl IFRC_IFLIGHT_F745_AIO_V2 for testing (nerdCopter) (2023-06-20) * bmi270 - add IFLIGHT_F745_AIO_V2 (nerdCopter from BeauBrewski) * bmi270 - fix my obvious mistakes (nerdCopter) * bmi270 - align ifrcf745aiov2 target (nerdCopter) * BMI270 should compile on IFLIGHT_F745_AIO_V2 target (Peck07) * add BMI270 support to BETAFPVF411 target (Peck07) * Delete accgyro_spi_bmi270.c.newww (Peck07) * change to OSD4 by default (Peck07)(discussed with nerdCopter) * put back a working getBmiOsrMode function (Peck07)(discussed with nerdCopter) * LPF_EXPERIMENTAL should give back OSR2 (Peck07) * unneeded files cleanup and file move; target path change (nerdCopter) * reorganize gyroRateKHz with switch/case; add bmi270 3.2 KHz (nerdCopter) * bmi270 - more file cleanup (nerdCopter) * bmi270 - switch/case - samplingTime (nerdCopter) * bmi270 targets - really not sure about this CS_PIN stuff (nerdCopter) * BMI270 - FOXEERF745_AIO (V2) (nerdCopter from BeauBrewski) * BMI270 - NBD_INFINITYAIOV2PRO (nerdCopter) * added SkystarsF7 target updates (BeauBrewski) * fix FLYWOOF411_5IN1_AIO align (nerdCopter) * BMI270 - gyro/pid denom default 1 (nerdCopter) * BMI270 - GYRO_HARDWARE_LPF_EXPERIMENTAL 3 (nerdCopter) * BMI270 - deduplicate spiCalculateDivider in bus_spi.h (nerdCopter) * BMI270 - remove OWNER_GYRO_EXTI from resource.h to fix breakage (nerdCopter) * BMI270 - gyro_hardware_lpf options (USE_GYRO_DLPF_EXPERIMENTAL) (nerdCopter) * BMI270 - replace OWNER_GYRO_EXTI with OWNER_MPU_EXTI (nerdCopter) * BMI270 - fix NBD_INFINITYAIOV2PRO dual-gyro defines (nerdCopter) * fix IFLIGHT_F745_AIO_V2 .mk (nerdCopter) * BMI270 - add bmi gyros to accgyro_mpu.h ifdef (nerdCopter) * BMI270 - fix detect - fixes requirement for mpu6000 defines (nerdCopter) * BMI270 - ensure over (nerdCopter) * BMI270 - move bmi270_maximum_fifo_config_file constant (nerdCopter) * BMI270 - remove extraneous fifo.c file inclusions (nerdCopter) * BMI270 - comment spiCalculateDivider (nerdCopter) * BMI270 - sync targets (nerdCopter) * BMI270 - remove targets and targets modification from this PR (nerdCopter) * BMI270 - emptyline cleanup (nerdCopter) (2023-10-31) --------- Co-authored-by: Peck07 <[email protected]> Co-authored-by: BeauBrewski <[email protected]>
- Loading branch information