nxp_fmurt1062:Use Buffer based HW flow control

This commit is contained in:
David Sidrane 2022-12-16 05:03:37 -08:00
parent a77a02d485
commit e97cdecd37

View File

@ -255,7 +255,7 @@
#define GPIO_LPUART4_TX (GPIO_LPUART4_TX_2 | LPUART_IOMUX) /* GPIO_EMC_19 */
#define GPIO_LPUART4_RX (GPIO_LPUART4_RX_2 | LPUART_IOMUX) /* GPIO_EMC_20 */
#define GPIO_LPUART4_CTS (GPIO_LPUART4_CTS_1 | LPUART_IOMUX) /* GPIO_EMC_17 */
#define GPIO_LPUART4_RTS (GPIO_LPUART4_RTS_1 | LPUART_IOMUX) /* GPIO_EMC_18 */
#define GPIO_LPUART4_RTS (GPIO_PORT4 | GPIO_PIN18 | GPIO_OUTPUT | GPIO_OUTPUT_ZERO | HS_OUTPUT_IOMUX) /* GPIO_EMC_18 GPIO4_IO18 (GPIO only, no HW Flow control) */
/* EXT22 */