2021-05-19 23:17:46 -03:00
|
|
|
include ../f103-periph/hwdef.inc
|
2019-10-19 01:36:33 -03:00
|
|
|
|
|
|
|
|
|
|
|
define HAL_AIRSPEED_BUS_DEFAULT 0
|
|
|
|
define AIRSPEED_MAX_SENSORS 1
|
|
|
|
|
|
|
|
define HAL_PERIPH_ENABLE_RANGEFINDER
|
|
|
|
|
2022-01-27 23:56:33 -04:00
|
|
|
define AP_PERIPH_RANGEFINDER_PORT_DEFAULT 3
|
2019-10-28 18:07:09 -03:00
|
|
|
|
2020-12-03 21:24:39 -04:00
|
|
|
# we're too low on flash with old compiler for bootloader
|
2019-10-28 18:07:09 -03:00
|
|
|
define HAL_NO_ROMFS_SUPPORT
|
2023-07-17 19:10:01 -03:00
|
|
|
include ../include/no_bootloader_DFU.inc
|
2022-11-08 01:10:57 -04:00
|
|
|
|
|
|
|
# setup for MSP
|
|
|
|
define HAL_MSP_ENABLED 1
|
2023-03-05 17:59:43 -04:00
|
|
|
|
|
|
|
# some lidars take a long time to init, keep probing till we find it
|
|
|
|
define AP_PERIPH_PROBE_CONTINUOUS 1
|