ardupilot/libraries/AP_HAL_ChibiOS/hwdef/f303-TempSensor/hwdef.dat
Andrew Tridgell ea51aea2e5 hwdef: removed most CAN_APP_NODE_NAME defines
both bootloader and AP_Periph now default to
"org.ardupilot.BOARD_NAME". This makes it much easier to find the
right firmware for update
2023-09-06 11:21:51 +10:00

28 lines
416 B
Plaintext

include ../f303-periph/hwdef.inc
# These are tied to ground
undef PA5
undef PA6
undef PA7
undef SPI
undef SPI1
SERIAL_ORDER EMPTY USART1 USART2
# setup for 3 PWM
undef PB0
PB0 TIM3_CH3 TIM3 PWM(1) GPIO(2)
PB1 TIM3_CH4 TIM3 PWM(2) GPIO(3)
define HAL_PERIPH_ENABLE_RC_OUT
define HAL_PERIPH_ENABLE_BATTERY
PA1 BATT_VOLTAGE_SENS ADC1 SCALE(1)
define HAL_WITH_ESC_TELEM 1
define AP_TEMPERATURE_SENSOR_ENABLED 1