Default binary should have more relaxed pinout: serial #4998

we shall be enabling not disabling, and specifically these undef are not needed anyway?
This commit is contained in:
rusefillc 2023-01-23 05:44:07 -05:00
parent c1fea618f9
commit 15ae3a4591
5 changed files with 0 additions and 9 deletions

View File

@ -272,7 +272,6 @@
#define TS_CAN_DEVICE_SHORT_PACKETS_IN_ONE_FRAME
#undef TS_PRIMARY_UxART_PORT
#undef TS_SECONDARY_UxART_PORT
#define EFI_USB_SERIAL TRUE
#define EFI_CONSOLE_USB_DEVICE SDU1

View File

@ -260,7 +260,6 @@
#define EFI_USE_UART_DMA FALSE
#define TS_PRIMARY_UxART_PORT UARTD2
#undef TS_SECONDARY_UxART_PORT
#define EFI_CONSOLE_TX_BRAIN_PIN Gpio::A10
#define EFI_CONSOLE_RX_BRAIN_PIN Gpio::A11

View File

@ -40,8 +40,6 @@
#undef EFI_UART_GPS
#define EFI_UART_GPS FALSE
#undef TS_SECONDARY_UxART_PORT
#undef EFI_BLUETOOTH_SETUP
#define EFI_BLUETOOTH_SETUP TRUE

View File

@ -24,9 +24,6 @@
#undef TS_PRIMARY_UxART_PORT
#define TS_PRIMARY_UxART_PORT SD1
// no secondary channel
#undef TS_SECONDARY_UxART_PORT
/* Knock detection */
#undef EFI_HIP_9011
#define EFI_HIP_9011 TRUE

View File

@ -398,8 +398,6 @@
#define TS_PRIMARY_UxART_PORT UARTD3
#endif
#undef TS_SECONDARY_UxART_PORT
#define AUX_SERIAL_DEVICE (&SD6)
#ifndef EFI_CONSOLE_TX_BRAIN_PIN