|
|
|
@ -1,6 +1,8 @@
@@ -1,6 +1,8 @@
|
|
|
|
|
# hw definition file for processing by chibios_hwdef.py |
|
|
|
|
# for FMUv4 hardware |
|
|
|
|
|
|
|
|
|
define CONFIG_HAL_BOARD_SUBTYPE HAL_BOARD_SUBTYPE_CHIBIOS_FMUV4 |
|
|
|
|
|
|
|
|
|
# MCU class and specific type |
|
|
|
|
MCU STM32F4xx STM32F427xx |
|
|
|
|
|
|
|
|
@ -193,3 +195,6 @@ define HAL_BATT_CURR_SCALE 17.0
@@ -193,3 +195,6 @@ define HAL_BATT_CURR_SCALE 17.0
|
|
|
|
|
# setup serial port defaults for ESP8266 |
|
|
|
|
define HAL_SERIAL5_PROTOCOL SerialProtocol_MAVLink |
|
|
|
|
define HAL_SERIAL5_BAUD 921600 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|