Add IFLIGHT_BLITZ_F7_AIO target (#8977)
commit6f556e1e8140c330f625d024bef71e7e0a1cb17c
authorMarcelo Bezerra <23555060+mmosca@users.noreply.github.com>
Sun, 16 Apr 2023 18:10:58 +0000 (16 20:10 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Apr 2023 18:10:58 +0000 (16 20:10 +0200)
tree8777bc83efe6c2c8c974a6a04d6f3e0577bd5003
parentb8ee938224a0f4f04d58e79269d5c668aecb4141
Add IFLIGHT_BLITZ_F7_AIO target (#8977)

This is the only fc I have on my fleet that does not have an INAV target

MCU is F745 with 1mb flash.

Baro and gyro ok.
Font upload ok.
Led strip ok. (built in led on the bottom is addressable)
M1-M4 works with DSHOOT600.
Board alignment ok.
Blackbox ok. (Needed SPI3_*_AF for it to work)
1st flight ok

Should work for a few different FC by iFlight, like the iFlight BLITZ Whoop AIO and the Defender 25 F7 AIO.
docs/boards/IFLIGHT_BLITZ_F7_AIO.md [new file with mode: 0644]
src/main/io/ledstrip.h
src/main/target/IFLIGHT_BLITZ_F7_AIO/CMakeLists.txt [new file with mode: 0644]
src/main/target/IFLIGHT_BLITZ_F7_AIO/config.c [new file with mode: 0644]
src/main/target/IFLIGHT_BLITZ_F7_AIO/target.c [new file with mode: 0644]
src/main/target/IFLIGHT_BLITZ_F7_AIO/target.h [new file with mode: 0644]