Skip to content

Commit 15965b2

Browse files
ttmutfabiobaltieri
authored andcommitted
drivers: serial: uart_max32: Enable TX AE workaround for MAX32657
Extend UART_MAX32_TX_AE_WORKAROUND to also apply when building for MAX32657. Without this option, logging output may become fragmented or delayed because TX interrupts fail to trigger reliably for small chunks of data. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent 6c6e8e5 commit 15965b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/serial/Kconfig.max32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ config UART_MAX32
1919

2020
config UART_MAX32_TX_AE_WORKAROUND
2121
bool
22-
default y if SOC_MAX32690 || SOC_MAX32655
22+
default y if SOC_MAX32690 || SOC_MAX32655 || SOC_MAX32657
2323
depends on UART_MAX32 && UART_INTERRUPT_DRIVEN
2424
help
2525
This option enables a small workaround for almost-empty interrupts

0 commit comments

Comments
 (0)