summaryrefslogtreecommitdiff
path: root/apps/include
Commit message (Collapse)AuthorAgeFilesLines
...
* More Zmodem bugfixes and new filesGregory Nutt2013-07-131-5/+54
|
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-121-0/+254
|
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-1/+13
|
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-2/+1
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+2
|
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
* Add support for a login script (in addition to the init script); Add logic ↵patacongo2013-01-291-13/+58
| | | | | | so that a USB console session can connect and reconnect to the USB serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-0/+96
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Rename apps/include/apps.h to builtin.h. Move parts of ↵patacongo2013-01-161-42/+5
| | | | | | apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5524 42af7a65-404d-4744-a932-0658087f49c3
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-17/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5522 42af7a65-404d-4744-a932-0658087f49c3
* Implement redirection of output from NSH builtin commands to a file in a ↵patacongo2013-01-151-14/+27
| | | | | | mounted volume git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
* Rename namedapp as simply builtinpatacongo2012-12-231-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5454 42af7a65-404d-4744-a932-0658087f49c3
* Fix apps/netutils/webclient build problempatacongo2012-11-061-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5317 42af7a65-404d-4744-a932-0658087f49c3
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-032-74/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-313-0/+263
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5280 42af7a65-404d-4744-a932-0658087f49c3
* DNS fixes from Darcy Gongpatacongo2012-10-281-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5268 42af7a65-404d-4744-a932-0658087f49c3
* Add port of cJSON from Darcy Gongpatacongo2012-10-271-0/+206
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5236 42af7a65-404d-4744-a932-0658087f49c3
* DNS fixes from Darcy Gong (part 1 of 2)patacongo2012-10-201-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5235 42af7a65-404d-4744-a932-0658087f49c3
* hpttd.h needs to include stdbool.hpatacongo2012-09-221-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5179 42af7a65-404d-4744-a932-0658087f49c3
* Adds support for keep-alive connections to webserverpatacongo2012-09-221-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5178 42af7a65-404d-4744-a932-0658087f49c3
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5159 42af7a65-404d-4744-a932-0658087f49c3
* Resync new repository with old repo r5166patacongo2012-09-173-10/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-0/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5150 42af7a65-404d-4744-a932-0658087f49c3
* Remove executable property from source and make filespatacongo2012-09-132-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
* Network discover utility from Max Holtzbergpatacongo2012-09-121-0/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5137 42af7a65-404d-4744-a932-0658087f49c3
* Enhancements to the uIP web server from Katepatacongo2012-09-041-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5088 42af7a65-404d-4744-a932-0658087f49c3
* The content for uIP web server demo is no longer canned, but is not built ↵patacongo2012-08-311-4/+116
| | | | | | dynameically (Thanks to Max Holtzberg) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5073 42af7a65-404d-4744-a932-0658087f49c3
* Remove BOTHERpatacongo2012-07-242-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3
* Use NuttX types in FreeModBus port; Add FreeModBus demo at ↵patacongo2012-07-216-59/+62
| | | | | | apps/examples/modbus; Add new termios APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3
* FreeModBus is now integrated with the Nuttx configuration systempatacongo2012-07-213-146/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4961 42af7a65-404d-4744-a932-0658087f49c3
* Check-in of initial, unmodified freemodbus-v1.5.0patacongo2012-07-217-0/+1036
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4960 42af7a65-404d-4744-a932-0658087f49c3
* Header file clean-uppatacongo2012-07-1716-90/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-033-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ↵patacongo2012-02-211-5/+5
| | | | | | block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginnings of an FTP serverpatacongo2012-02-041-0/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4368 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-021-13/+37
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-011-0/+100
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ↵patacongo2012-01-311-9/+0
| | | | | | some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
* A few more telnet updatespatacongo2012-01-301-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-30/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
* Add TIFF unit testpatacongo2011-09-221-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3969 42af7a65-404d-4744-a932-0658087f49c3
* Code complete on TIFF creation logicpatacongo2011-09-211-5/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3968 42af7a65-404d-4744-a932-0658087f49c3
* TIFF initialization is completepatacongo2011-09-211-13/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3967 42af7a65-404d-4744-a932-0658087f49c3
* More TIFF logicpatacongo2011-09-201-4/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3965 42af7a65-404d-4744-a932-0658087f49c3