summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* FTP client debug changespatacongo2011-06-026-82/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-023-7/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
* Improved commentspatacongo2011-06-029-44/+252
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3658 42af7a65-404d-4744-a932-0658087f49c3
* Fix some FTP compile errors when debug is onpatacongo2011-06-014-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3657 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-0117-41/+1037
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3
* Fix some basic FTP client compilation errorspatacongo2011-06-014-23/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3655 42af7a65-404d-4744-a932-0658087f49c3
* First cut at FTP clientpatacongo2011-06-0131-1/+5452
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3654 42af7a65-404d-4744-a932-0658087f49c3
* Add getsockname()patacongo2011-05-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3650 42af7a65-404d-4744-a932-0658087f49c3
* atexit() functions now called when task killed by task delete; For MCUs with ↵patacongo2011-05-287-52/+42
| | | | | | <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
* Rename all lpc313x to lpc31xxpatacongo2011-05-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 42af7a65-404d-4744-a932-0658087f49c3
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-213-3/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
* Need to clean NXFFS directorypatacongo2011-05-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3616 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.3 releasenuttx-6.3patacongo2011-05-151-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3615 42af7a65-404d-4744-a932-0658087f49c3
* More updates to README filespatacongo2011-05-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3610 42af7a65-404d-4744-a932-0658087f49c3
* Update README filespatacongo2011-05-141-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3609 42af7a65-404d-4744-a932-0658087f49c3
* fclose() was not flushing buffered datapatacongo2011-05-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3603 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean RGMP compilepatacongo2011-05-121-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3598 42af7a65-404d-4744-a932-0658087f49c3
* install updates from Urospatacongo2011-05-122-10/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3597 42af7a65-404d-4744-a932-0658087f49c3
* First set of changes to incorporate the RGMP portpatacongo2011-05-125-1/+175
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3595 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate install app from Urospatacongo2011-05-128-3/+624
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3594 42af7a65-404d-4744-a932-0658087f49c3
* More PIC32 header filespatacongo2011-05-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3589 42af7a65-404d-4744-a932-0658087f49c3
* tools/mkdep.sh should not report an error if there are no files on the ↵patacongo2011-05-119-18/+0
| | | | | | command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3588 42af7a65-404d-4744-a932-0658087f49c3
* Fix a netutils build issuepatacongo2011-05-115-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3587 42af7a65-404d-4744-a932-0658087f49c3
* updated READMEpatacongo2011-05-101-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3585 42af7a65-404d-4744-a932-0658087f49c3
* Ported Ficl to NuttX apps/patacongo2011-05-107-3/+295
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3584 42af7a65-404d-4744-a932-0658087f49c3
* Pascal now installs in the apps/ directorypatacongo2011-05-108-24/+153
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3583 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/include/apps to apps/includepatacongo2011-05-0913-0/+1209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3581 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 CP0 Regsiter Definitionspatacongo2011-05-091-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3580 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic changes from Urospatacongo2011-05-072-49/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3575 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS test will now accept external initalization logicpatacongo2011-05-071-11/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3574 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 FLASH driverpatacongo2011-05-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3573 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.2 releasenuttx-6.2patacongo2011-05-061-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3571 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXFFS positioning bugpatacongo2011-05-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3569 42af7a65-404d-4744-a932-0658087f49c3
* Add NXFFS ioctlspatacongo2011-05-051-3/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3566 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS is basically functional -- more testing neededpatacongo2011-05-051-12/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3565 42af7a65-404d-4744-a932-0658087f49c3
* Fix two more NXFFS bugspatacongo2011-05-051-8/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3564 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3562 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-78/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3561 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-7/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3560 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few more NXFFS bugspatacongo2011-05-041-32/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3558 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS file deletion is functionalpatacongo2011-05-021-3/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3552 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-021-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3551 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-021-12/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3550 42af7a65-404d-4744-a932-0658087f49c3
* Extend NXFFS tests; bugfixespatacongo2011-05-011-26/+211
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3547 42af7a65-404d-4744-a932-0658087f49c3
* Misc NXFFS bug fixespatacongo2011-04-301-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3545 42af7a65-404d-4744-a932-0658087f49c3
* Add file creation logicpatacongo2011-04-301-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3542 42af7a65-404d-4744-a932-0658087f49c3
* Some initial NXFFS bugfixespatacongo2011-04-291-2/+234
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3541 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a test for NXFFSpatacongo2011-04-293-0/+212
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3540 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS logicpatacongo2011-04-281-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3537 42af7a65-404d-4744-a932-0658087f49c3
* Add GCC 4.5.2patacongo2011-04-281-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3535 42af7a65-404d-4744-a932-0658087f49c3