summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/examples to apps/examplespatacongo2011-03-209-1849/+0
* Move netutils header files from include/net/uip to include/apps/netutilspatacongo2011-03-192-4/+4
* Fix issues detected by CppCheck toolpatacongo2011-01-191-12/+32
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-281-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-155-42/+42
* Changes for clean compilation with ZDSpatacongo2009-03-145-15/+34
* Completed integration of TCP connection backlog and poll()/select() for conne...patacongo2008-11-201-2/+6
* Add support for TCP/IP connection backlogpatacongo2008-11-202-2/+2
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-196-8/+378
* Add host side helper for poll testpatacongo2008-11-192-0/+217
* Basic setup of network selectpatacongo2008-11-184-12/+420
* Add poll method to serial driverspatacongo2008-11-171-48/+111
* Extend test to verify selectpatacongo2008-11-175-27/+255
* Test for poll APIpatacongo2008-11-174-0/+520