libosmocore/tests/soft_uart
Vadim Yanitskiy d8070f57d7 soft_uart: demonstrate a problem with inefficient polling
As outlined in the test case, we pull a total of 50 bits from the
transmitter in two rounds, pulling 25 bits at a time.  In the default
8-N-1 configuration, 50 bits should ideally comprise 5 characters.
However, as observed, only a total of 4 characters are retrieved
from the application, leaving the remaining 10 bits (5 + 5) unused.

Change-Id: Ic2539681a4adf6c1822e0bc256e4c829813d0e21
2023-12-11 20:49:24 +00:00
..
soft_uart_test.c soft_uart: demonstrate a problem with inefficient polling 2023-12-11 20:49:24 +00:00
soft_uart_test.ok soft_uart: demonstrate a problem with inefficient polling 2023-12-11 20:49:24 +00:00