summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Add Teensy NSH config; remove unusable AVR ostest configspatacongo2011-06-1718-1427/+323
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3718 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-06-172-19/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3717 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin for PJRC Teensy boardpatacongo2011-06-1619-19/+2192
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3716 42af7a65-404d-4744-a932-0658087f49c3
* AT90USB port is basically functionalpatacongo2011-06-167-32/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3715 42af7a65-404d-4744-a932-0658087f49c3
* Reduce memory usage in same AVR configurationspatacongo2011-06-164-35/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3714 42af7a65-404d-4744-a932-0658087f49c3
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3713 42af7a65-404d-4744-a932-0658087f49c3
* Fix off-by-one stack pointer referencepatacongo2011-06-163-13/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3712 42af7a65-404d-4744-a932-0658087f49c3
* Fix SRAM data positionpatacongo2011-06-168-30/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3711 42af7a65-404d-4744-a932-0658087f49c3
* Make room for the noinit section before the heappatacongo2011-06-157-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3710 42af7a65-404d-4744-a932-0658087f49c3
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-152-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3709 42af7a65-404d-4744-a932-0658087f49c3
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3708 42af7a65-404d-4744-a932-0658087f49c3
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-154-3/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3707 42af7a65-404d-4744-a932-0658087f49c3
* Need to control watchdog timer on AT90USBpatacongo2011-06-152-0/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3706 42af7a65-404d-4744-a932-0658087f49c3
* More corrections to AVR assembly macrospatacongo2011-06-153-46/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3705 42af7a65-404d-4744-a932-0658087f49c3
* Fix some AVR context save errorspatacongo2011-06-152-14/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3704 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR parity setuppatacongo2011-06-153-11/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3703 42af7a65-404d-4744-a932-0658087f49c3
* Amber Web Server updatespatacongo2011-06-139-90/+1404
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3702 42af7a65-404d-4744-a932-0658087f49c3
* FTPC simplification and size reductionpatacongo2011-06-133-4/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3701 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR uart bugspatacongo2011-06-132-29/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3700 42af7a65-404d-4744-a932-0658087f49c3
* Add hello configuratin for AVRpatacongo2011-06-1312-191/+1513
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3699 42af7a65-404d-4744-a932-0658087f49c3
* Fix XTAL frequencies for AVR; add ISP mkII connection infopatacongo2011-06-123-187/+335
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3698 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some warningspatacongo2011-06-112-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3697 42af7a65-404d-4744-a932-0658087f49c3
* Finsh AVR serial driverspatacongo2011-06-119-257/+336
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3696 42af7a65-404d-4744-a932-0658087f49c3
* Add ATMega128 configurationpatacongo2011-06-1118-48/+1772
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3695 42af7a65-404d-4744-a932-0658087f49c3
* More serial driver stuff for AVRpatacongo2011-06-114-87/+324
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3694 42af7a65-404d-4744-a932-0658087f49c3
* Restructuring AVR serial driverspatacongo2011-06-116-401/+543
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3693 42af7a65-404d-4744-a932-0658087f49c3
* Clean up AVR timer setuppatacongo2011-06-102-8/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3692 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin options to control the PIC32 configuration wordspatacongo2011-06-105-5/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3691 42af7a65-404d-4744-a932-0658087f49c3
* Handle differences between AVR and AVR32 stackspatacongo2011-06-095-25/+274
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3690 42af7a65-404d-4744-a932-0658087f49c3
* Fixes most integer overflows for AVRpatacongo2011-06-092-15/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3689 42af7a65-404d-4744-a932-0658087f49c3
* Fix bug reported by JP Carballopatacongo2011-06-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3688 42af7a65-404d-4744-a932-0658087f49c3
* RGMP 0.2.0 patch appliedpatacongo2011-06-092-13/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3687 42af7a65-404d-4744-a932-0658087f49c3
* Documentatin updatepatacongo2011-06-094-1/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3686 42af7a65-404d-4744-a932-0658087f49c3
* This finishes ALL AVR assembly languagepatacongo2011-06-089-1973/+2075
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3685 42af7a65-404d-4744-a932-0658087f49c3
* More logic for the AVR portpatacongo2011-06-0824-53/+2743
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3684 42af7a65-404d-4744-a932-0658087f49c3
* More AVR context switching logicpatacongo2011-06-0820-218/+1592
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3683 42af7a65-404d-4744-a932-0658087f49c3
* Add basic context switching logicpatacongo2011-06-0815-30/+1051
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3682 42af7a65-404d-4744-a932-0658087f49c3
* First AVR compilepatacongo2011-06-073-3/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3681 42af7a65-404d-4744-a932-0658087f49c3
* More AVR build fixespatacongo2011-06-0718-366/+702
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3680 42af7a65-404d-4744-a932-0658087f49c3
* Setting up AVR build environmentpatacongo2011-06-078-50/+580
| | | | 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-063-212/+160
| | | | 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
* Fix a bug in recvfrom()patacongo2011-06-052-18/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3670 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-043-7/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3
* More FTP bugfixespatacongo2011-06-032-27/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3663 42af7a65-404d-4744-a932-0658087f49c3