summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-154-12/+9
* Amber Web Server updatespatacongo2011-06-1310-92/+1406
* FTPC simplification and size reductionpatacongo2011-06-1314-136/+169
* 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-079-51/+581
* 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-064-214/+162
* Fix minimum MTU... must be at lest 576patacongo2011-06-066-7/+31
* Minor improvement in recvfrom()patacongo2011-06-051-30/+32
* More FTP fixespatacongo2011-06-055-24/+88
* Fix more FTP bugspatacongo2011-06-054-13/+22
* Fix a bug in recvfrom()patacongo2011-06-056-137/+62
* More FTP bug fixespatacongo2011-06-058-815/+991
* Fix more FTP bugspatacongo2011-06-046-40/+60
* Fix FTP bug -- losing passive mode indicationpatacongo2011-06-047-32/+33
* More FTP fixespatacongo2011-06-038-24/+54
* More FTP bugfixespatacongo2011-06-0325-233/+413
* Fix more FTP bugspatacongo2011-06-033-4/+11
* Fix a nasty bug that was closing stdinpatacongo2011-06-032-7/+14
* More FTP client debug fixespatacongo2011-06-0232-50/+168
* More FTP client fixespatacongo2011-06-026-74/+54
* FTP client debug changespatacongo2011-06-0210-112/+193
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-0211-46/+253
* Improved commentspatacongo2011-06-029-44/+252
* Fix some FTP compile errors when debug is onpatacongo2011-06-014-6/+9
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-0125-44/+2387