all but one board was getting all of these includes from minimize_fpv_osd, and the remaining board had most lines foming from minimize_features.inc. This file has served its purpose, its role now taken on by minimize_fpv_osd.inc
24 lines
467 B
Plaintext
24 lines
467 B
Plaintext
# Revo-mini target with I2C and SD card support
|
|
|
|
AUTOBUILD_TARGETS
|
|
|
|
include ../revo-mini-i2c/hwdef.dat
|
|
|
|
PA0 UART4_TX UART4 ALT(6)
|
|
PA1 UART4_RX UART4 ALT(6)
|
|
|
|
PA15 SDCARD_CS CS
|
|
|
|
SPIDEV sdcard SPI3 DEVID2 SDCARD_CS MODE0 400*KHZ 25*MHZ
|
|
|
|
# disable logging to dataflash
|
|
undef HAL_LOGGING_DATAFLASH_ENABLED
|
|
|
|
# filesystem setup on sdcard
|
|
define HAL_OS_FATFS_IO 1
|
|
|
|
# disable parachute and sprayer to save flash
|
|
define HAL_PARACHUTE_ENABLED 0
|
|
|
|
define HAL_GYROFFT_ENABLED 0
|