Overrides to prevent STM32 timer conflicts (#20545)

This commit is contained in:
Jason Smith
2020-12-22 04:02:25 -08:00
committed by Scott Lahteine
parent f0b7f27029
commit 30d9839631
7 changed files with 20 additions and 1 deletions

View File

@ -980,7 +980,7 @@ board_build.ldscript = ldscript.ld
board_build.offset = 0x7000
board_build.firmware = Robin.bin
build_flags = ${common_stm32.build_flags}
-DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8
-DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 -DTIMER_SERIAL=TIM5
build_unflags = ${common_stm32.build_unflags}
-DUSBCON -DUSBD_USE_CDC
extra_scripts = ${common.extra_scripts}