summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* AT90USB port is basically functionalpatacongo2011-06-167-32/+56
* Reduce memory usage in same AVR configurationspatacongo2011-06-164-35/+34
* Back out earlier change.. AVR vectors should be jmp not rjmppatacongo2011-06-162-4/+4
* Fix off-by-one stack pointer referencepatacongo2011-06-163-13/+15
* Fix SRAM data positionpatacongo2011-06-168-30/+69
* Make room for the noinit section before the heappatacongo2011-06-157-19/+19
* Fix another jmp vs rjmp in vector tablepatacongo2011-06-152-2/+2
* Fix ATMega128 buildpatacongo2011-06-151-0/+1
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-154-3/+61
* Need to control watchdog timer on AT90USBpatacongo2011-06-152-0/+58
* More corrections to AVR assembly macrospatacongo2011-06-153-46/+26
* Fix some AVR context save errorspatacongo2011-06-152-14/+16
* Fix AVR parity setuppatacongo2011-06-153-11/+7
* Amber Web Server updatespatacongo2011-06-139-90/+1404
* FTPC simplification and size reductionpatacongo2011-06-133-4/+120
* Fix AVR uart bugspatacongo2011-06-132-29/+32
* Add hello configuratin for AVRpatacongo2011-06-1312-191/+1513
* Fix XTAL frequencies for AVR; add ISP mkII connection infopatacongo2011-06-123-187/+335
* Eliminate some warningspatacongo2011-06-112-9/+9
* Finsh AVR serial driverspatacongo2011-06-119-257/+336
* Add ATMega128 configurationpatacongo2011-06-1118-48/+1772
* More serial driver stuff for AVRpatacongo2011-06-114-87/+324
* Restructuring AVR serial driverspatacongo2011-06-116-401/+543
* Clean up AVR timer setuppatacongo2011-06-102-8/+40
* Add configuratin options to control the PIC32 configuration wordspatacongo2011-06-105-5/+75
* Handle differences between AVR and AVR32 stackspatacongo2011-06-095-25/+274
* Fixes most integer overflows for AVRpatacongo2011-06-092-15/+22
* Fix bug reported by JP Carballopatacongo2011-06-091-1/+1
* RGMP 0.2.0 patch appliedpatacongo2011-06-092-13/+21
* Documentatin updatepatacongo2011-06-094-1/+104
* This finishes ALL AVR assembly languagepatacongo2011-06-089-1973/+2075
* More logic for the AVR portpatacongo2011-06-0824-53/+2743
* More AVR context switching logicpatacongo2011-06-0820-218/+1592
* Add basic context switching logicpatacongo2011-06-0815-30/+1051
* First AVR compilepatacongo2011-06-073-3/+60
* More AVR build fixespatacongo2011-06-0718-366/+702
* Setting up AVR build environmentpatacongo2011-06-078-50/+580
* Add AT90USB configurationpatacongo2011-06-0711-5/+1813
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-079-8/+1198
* typopatacongo2011-06-061-1/+1
* Prep for 6.4 releasenuttx-6.4patacongo2011-06-063-212/+160
* Fix minimum MTU... must be at lest 576patacongo2011-06-066-7/+31
* Minor improvement in recvfrom()patacongo2011-06-051-30/+32
* Fix a bug in recvfrom()patacongo2011-06-052-18/+58
* Fix more FTP bugspatacongo2011-06-043-7/+14
* More FTP bugfixespatacongo2011-06-032-27/+66
* Fix a nasty bug that was closing stdinpatacongo2011-06-031-1/+4
* More FTP client debug fixespatacongo2011-06-024-13/+32
* More FTP client fixespatacongo2011-06-022-4/+7
* FTP client debug changespatacongo2011-06-024-30/+100