summaryrefslogtreecommitdiffstats
path: root/apps/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo3-4/+4
2012-02-21STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo1-5/+5
2012-02-05FTPD daemon and example now build without errorspatacongo1-1/+31
2012-02-04Add the beginnings of an FTP serverpatacongo1-0/+187
2012-02-02NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo1-13/+37
2012-02-01Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo1-0/+100
2012-01-31Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo1-9/+0
2012-01-30A few more telnet updatespatacongo1-2/+10
2012-01-30Add new psock layer; telnet session is now wrapped in a character devicepatacongo1-30/+88
2011-09-22Add TIFF unit testpatacongo1-4/+5
2011-09-21Code complete on TIFF creation logicpatacongo1-5/+35
2011-09-21TIFF initialization is completepatacongo1-13/+48
2011-09-20More TIFF logicpatacongo1-4/+11
2011-09-20Add beginning of a TIFF file creation librarypatacongo1-0/+392
2011-06-03More FTP bugfixespatacongo1-2/+3
2011-06-02More FTP client debug fixespatacongo1-2/+2
2011-06-02FTP client debug changespatacongo1-3/+4
2011-06-02Add support so that fdopen() may be used on socket descriptorspatacongo1-1/+8
2011-06-01Add a simple shell and configuration to verify the FTP client librarypatacongo1-1/+7
2011-06-01First cut at FTP clientpatacongo1-0/+209
2011-05-09Move nuttx/include/apps to apps/includepatacongo13-0/+1209