3 # \ | _ _| __| \ |\ \ /| | _ \ _ \ _ \
4 # _ \ | | _| . | \ \ \ / __ | ( |( |__/
5 # _/ _\____|___|___|_|\_| \_/\_/ _| _|\___/\___/_|
8 ifeq ($(TARGET
), ALIENWHOOPF4
)
9 F405_TARGETS
+= $(TARGET
) # STM32F405RGT
11 ifeq ($(TARGET
), ALIENWHOOPF7
)
12 F7X2RE_TARGETS
+= $(TARGET
) # STM32F722RET
14 # Nothing to do for generic ALIENWHOOP... an MCU arch should be specified
18 FEATURES
+= ONBOARDFLASH VCP
21 drivers
/accgyro
/accgyro_mpu6500.c \
22 drivers
/accgyro
/accgyro_spi_mpu6500.c \
23 drivers
/barometer
/barometer_bmp280.c \
24 drivers
/compass
/compass_ak8963.c \
25 drivers
/compass
/compass_lis3mdl.c \
26 drivers
/flash_m25p16.c \