2023-10-23 19:21:37 +02:00
|
|
|
|
===========================
|
2023-10-21 12:24:43 +02:00
|
|
|
|
``serloop`` Serial Loopback
|
|
|
|
|
===========================
|
|
|
|
|
|
|
|
|
|
This is a mindlessly simple loopback test on the console. Useful for testing new
|
|
|
|
|
serial drivers. Configuration options include:
|
|
|
|
|
|
|
|
|
|
- ``CONFIG_EXAMPLES_SERLOOP_BUFIO`` – Use C buffered I/O (``getchar``/``putchar``) vs.
|
|
|
|
|
raw console I/O (read/read).
|