Default binary should have more relaxed pinout: serial #4998
removing global F4 UARTD3 default
This commit is contained in:
parent
f036c566f4
commit
f80640c61b
|
@ -271,8 +271,6 @@
|
|||
#define TS_CAN_AF PAL_MODE_ALTERNATIVE_CAN
|
||||
#define TS_CAN_DEVICE_SHORT_PACKETS_IN_ONE_FRAME
|
||||
|
||||
#undef TS_PRIMARY_UxART_PORT
|
||||
|
||||
#define EFI_USB_SERIAL TRUE
|
||||
#define EFI_CONSOLE_USB_DEVICE SDU1
|
||||
// Cypress uses a fake USB device that's just a plain channel
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#define ADC_CHANNEL_VREF ADC_CHANNEL_IN14
|
||||
|
||||
#undef TS_PRIMARY_UxART_PORT
|
||||
#define TS_PRIMARY_UxART_PORT UARTD4
|
||||
|
||||
#undef EFI_UART_GPS
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#define LED_RUNING_BRAIN_PIN_MODE INVERTED_OUTPUT
|
||||
|
||||
/* debug console */
|
||||
#undef TS_PRIMARY_UxART_PORT
|
||||
#define TS_PRIMARY_UxART_PORT SD1
|
||||
|
||||
/* Knock detection */
|
||||
|
|
|
@ -394,10 +394,6 @@
|
|||
#define EFI_USE_UART_DMA TRUE
|
||||
#endif
|
||||
|
||||
#ifndef TS_PRIMARY_UxART_PORT
|
||||
#define TS_PRIMARY_UxART_PORT UARTD3
|
||||
#endif
|
||||
|
||||
#define AUX_SERIAL_DEVICE (&SD6)
|
||||
|
||||
#ifndef EFI_CONSOLE_TX_BRAIN_PIN
|
||||
|
|
Loading…
Reference in New Issue