9
0
Fork 0

Add examples/poll

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1264 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-11-17 20:25:49 +00:00
parent c463206521
commit dc53461980
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,11 @@ examples/pipe
Sets the size of the stack to use when creating the child tasks.
The default size is 1024.
examples/poll
^^^^^^^^^^^^^
A test of the poll() API using FIFOs.
examples/romfs
^^^^^^^^^^^^^^