UART DMA for "primary" connector #1528

This commit is contained in:
rusefi 2020-06-22 01:44:19 -04:00
parent 472cb7c2ed
commit d347998d00
2 changed files with 3 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
efi-cpu: ARCH_STM32F4
efi-board: prometheus/f469
- build-target: proteus
- build-target: proteus-f7
efi-cpu: ARCH_STM32F7
efi-board: proteus

View File

@ -80,6 +80,8 @@
// todo: start using consoleUartDevice? Not sure
#undef EFI_CONSOLE_SERIAL_DEVICE
#undef EFI_CONSOLE_UART_DEVICE
// todo: our "DMA-half" ChibiOS patch not implemented for USARTv2/STM32F7
#undef TS_UART_DMA_MODE
#define TS_UART_DMA_MODE FALSE