Commit b50dc5c
committed
[nrf fromlist] tests: drivers: uart: async_dual: Extend testing
Extend test with a mode where HWFC is off and receiver is providing
buffers on time. In that case receiver should be able to continuously
receive data without losing any byte (even without HWFC). Additionally,
TX data is chopped to verify that receiver does not loose bytes when
new TX data collides with detected RX timeout.
Upstream PR #: 92767
Signed-off-by: Krzysztof Chruściński <[email protected]>1 parent 0ef9244 commit b50dc5c
File tree
3 files changed
+191
-50
lines changed- tests/drivers/uart/uart_async_dual
- src
3 files changed
+191
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
0 commit comments