Skip to content

Commit

Permalink
console_recv_long: better doc in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Oct 2, 2019
1 parent 18658d2 commit a332eee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/tests/console_recv_long/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Console Receive Long
=======================

Receive 64 bytes from the console and display them.
Receive 61 bytes from the console and display them.

When this test was written 64 is the max buffer size used in the kernel, and a
longer read would fail. Also, 64 is too easy of a number, so we choose an odd
size that is close to better test the kernel.

0 comments on commit a332eee

Please sign in to comment.