Drop IMU2 functionality
commit12e5c90fd5fff08081780f36a70848272452eedd
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>
Sun, 23 Oct 2022 07:47:13 +0000 (23 09:47 +0200)
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>
Sun, 23 Oct 2022 07:47:13 +0000 (23 09:47 +0200)
tree36ae0c8b8afcf7cbbcae2270ad8831ec62ee182b
parentd1f6f19aa199b48ba61e44bfe51a492fa92d469f
Drop IMU2 functionality
31 files changed:
docs/Cli.md
docs/development/IDE - Visual Studio Code with Windows 10.md
docs/development/Windows 11 - VS Code - WSL2 - Hardware Debugging.md
src/main/CMakeLists.txt
src/main/build/debug.h
src/main/config/parameter_group_ids.h
src/main/drivers/accgyro/accgyro_bno055.c [deleted file]
src/main/drivers/accgyro/accgyro_bno055.h [deleted file]
src/main/drivers/accgyro/accgyro_bno055_serial.c [deleted file]
src/main/drivers/accgyro/accgyro_bno055_serial.h [deleted file]
src/main/fc/cli.c
src/main/fc/fc_core.c
src/main/fc/fc_init.c
src/main/fc/fc_msp.c
src/main/fc/fc_tasks.c
src/main/fc/settings.yaml
src/main/flight/pid.c
src/main/flight/secondary_imu.c [deleted file]
src/main/flight/secondary_imu.h [deleted file]
src/main/io/osd.c
src/main/io/serial.h
src/main/navigation/navigation_pos_estimator.c
src/main/scheduler/scheduler.h
src/main/sensors/diagnostics.c
src/main/sensors/initialisation.c
src/main/sensors/sensors.h
src/main/target/HAKRCF411D/target.h
src/main/target/IFLIGHT_BLITZ_F7_PRO/target.h
src/main/target/IFLIGHT_JBF7PRO/target.h
src/main/target/SPEEDYBEEF405V3/target.h
src/main/target/common.h