Files
zmk/app
Solodros 36dbf46764 fix(split): correct async UART RX buffer definition (#3193)
The RX buffer was previously defined as [RX_BUFFER_SIZE/2][2], which
created (RX_BUFFER_SIZE/2) small 2-byte buffers instead of the two
(RX_BUFFER_SIZE/2)-byte buffers required for DMA ping-pong operation.

Update the buffer definition to [2][RX_BUFFER_SIZE/2] and apply the
fix to both the central and peripheral wired split implementations.

This prevents potential DMA RX data corruption when using async UART.
2026-01-07 17:04:52 -05:00
..
2025-12-09 19:43:22 -05:00
2025-12-09 19:43:22 -05:00
2023-04-24 16:07:04 -07:00
2023-04-24 16:07:04 -07:00
2024-02-09 14:32:46 -08:00
2025-08-01 18:44:20 -04:00
2025-12-09 19:43:22 -05:00