summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Setting up AVR build environmentpatacongo2011-06-079-51/+581
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3679 42af7a65-404d-4744-a932-0658087f49c3
* Add AT90USB configurationpatacongo2011-06-0711-5/+1813
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3678 42af7a65-404d-4744-a932-0658087f49c3
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-079-8/+1198
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3677 42af7a65-404d-4744-a932-0658087f49c3
* typopatacongo2011-06-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3676 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.4 releasenuttx-6.4patacongo2011-06-064-214/+162
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3675 42af7a65-404d-4744-a932-0658087f49c3
* Fix minimum MTU... must be at lest 576patacongo2011-06-066-7/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3674 42af7a65-404d-4744-a932-0658087f49c3
* Minor improvement in recvfrom()patacongo2011-06-051-30/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3673 42af7a65-404d-4744-a932-0658087f49c3
* More FTP fixespatacongo2011-06-055-24/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3672 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-054-13/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3671 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bug in recvfrom()patacongo2011-06-056-137/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3670 42af7a65-404d-4744-a932-0658087f49c3
* More FTP bug fixespatacongo2011-06-058-815/+991
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3669 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-046-40/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3
* Fix FTP bug -- losing passive mode indicationpatacongo2011-06-047-32/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3667 42af7a65-404d-4744-a932-0658087f49c3
* More FTP fixespatacongo2011-06-038-24/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3666 42af7a65-404d-4744-a932-0658087f49c3
* More FTP bugfixespatacongo2011-06-0325-233/+413
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-033-4/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3664 42af7a65-404d-4744-a932-0658087f49c3
* Fix a nasty bug that was closing stdinpatacongo2011-06-032-7/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3663 42af7a65-404d-4744-a932-0658087f49c3
* More FTP client debug fixespatacongo2011-06-0232-50/+168
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3662 42af7a65-404d-4744-a932-0658087f49c3
* More FTP client fixespatacongo2011-06-026-74/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3661 42af7a65-404d-4744-a932-0658087f49c3
* FTP client debug changespatacongo2011-06-0210-112/+193
| | | | 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-0211-46/+253
| | | | 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-0125-44/+2387
| | | | 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
* Fix asprintf bugpatacongo2011-05-312-3/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3653 42af7a65-404d-4744-a932-0658087f49c3
* Add asprintf()patacongo2011-05-314-5/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3652 42af7a65-404d-4744-a932-0658087f49c3
* Add directory structure for AVR and ATMEGApatacongo2011-05-3119-79/+1278
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3651 42af7a65-404d-4744-a932-0658087f49c3
* Add getsockname()patacongo2011-05-305-4/+224
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3650 42af7a65-404d-4744-a932-0658087f49c3
* Add strndup()patacongo2011-05-296-6/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3649 42af7a65-404d-4744-a932-0658087f49c3
* atexit() functions now called when task killed by task delete; For MCUs with ↵patacongo2011-05-2826-167/+376
| | | | | | <= 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
* Add analog die header filepatacongo2011-05-271-0/+421
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3647 42af7a65-404d-4744-a932-0658087f49c3
* Add LPC3154 OTP header filepatacongo2011-05-273-2/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3646 42af7a65-404d-4744-a932-0658087f49c3
* Adding LPC315x support to header filespatacongo2011-05-277-51/+127
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3645 42af7a65-404d-4744-a932-0658087f49c3
* Rename all lpc313x to lpc31xxpatacongo2011-05-2792-6900/+6904
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-05-254-43/+303
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3643 42af7a65-404d-4744-a932-0658087f49c3
* Add resource.h and fixed frequently cloned typopatacongo2011-05-24115-226/+419
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to PIC32 config wordspatacongo2011-05-236-80/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3641 42af7a65-404d-4744-a932-0658087f49c3
* Add a tool to create proper nuttx.hex files for PICkit2patacongo2011-05-226-4/+405
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3640 42af7a65-404d-4744-a932-0658087f49c3
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-225-27/+191
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3639 42af7a65-404d-4744-a932-0658087f49c3
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-2115-23/+1395
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding portion of basic PIC32 portpatacongo2011-05-217-143/+317
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3637 42af7a65-404d-4744-a932-0658087f49c3
* PIC32: Fix timer 1 source, uart priority, add pre-fetch cache header filepatacongo2011-05-218-255/+435
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3636 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 Device Configuration Wordspatacongo2011-05-217-11/+257
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3635 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 UART supportpatacongo2011-05-2010-109/+726
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3634 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 interrupt decode logicpatacongo2011-05-208-44/+432
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3633 42af7a65-404d-4744-a932-0658087f49c3
* Fleshing out PIC32 portpatacongo2011-05-2013-337/+1593
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3632 42af7a65-404d-4744-a932-0658087f49c3
* Clean up a few PIC32 link errorspatacongo2011-05-203-35/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3631 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 exception handlerspatacongo2011-05-207-67/+276
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3630 42af7a65-404d-4744-a932-0658087f49c3