mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
ea51aea2e5
both bootloader and AP_Periph now default to "org.ardupilot.BOARD_NAME". This makes it much easier to find the right firmware for update
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
include ../MatekL431/hwdef.inc
|
|
|
|
define HAL_USE_ADC FALSE
|
|
define STM32_ADC_USE_ADC1 FALSE
|
|
define HAL_DISABLE_ADC_DRIVER TRUE
|
|
|
|
define HAL_PERIPH_ENABLE_HWESC
|
|
define HAL_PERIPH_HWESC_SERIAL_PORT 2
|
|
|
|
# bootloader embedding / bootloader flashing not available
|
|
define AP_BOOTLOADER_FLASHING_ENABLED 0
|