ardupilot/libraries/AP_HAL_ChibiOS/hwdef/revo-mini-sd/hwdef.dat
Peter Barker d0e7039b68 hwdef: remove un-needed AP_PARAM_MAX_EMBEDDED_PARAM default
these boards have <= 1024, and we have code in place which defaults this value tto 1024
2024-01-15 20:25:59 +11:00

27 lines
525 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
# save some flash
include ../include/save_some_flash.inc