aboutsummaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Expand)AuthorAgeFilesLines
* Header file clean-uppatacongo2012-07-1716-90/+139
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-033-4/+4
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-5/+5
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+31
* Add the beginnings of an FTP serverpatacongo2012-02-041-0/+187
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-13/+37
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-0/+100
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-9/+0
* A few more telnet updatespatacongo2012-01-301-2/+10
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-30/+88
* Completes coding of the PWM modulepatacongo2011-12-1915-0/+1898