usart_transfer_ring_buffer
Overview
The usart_interrupt_rb_transfer example shows how to use usart driver in interrupt way with RX ring buffer enabled.
In this example, one uart instance connect to PC through, the board will send back all characters that PC send to the board.
Note: The example echo every 8 characters.