summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-028-39/+239
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-018-3/+1350
* Fix asprintf bugpatacongo2011-05-312-3/+15
* Add asprintf()patacongo2011-05-314-5/+141
* Add directory structure for AVR and ATMEGApatacongo2011-05-3116-78/+1169
* Add getsockname()patacongo2011-05-304-3/+223
* Add strndup()patacongo2011-05-296-6/+101
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-2819-115/+334
* Add analog die header filepatacongo2011-05-271-0/+421
* Add LPC3154 OTP header filepatacongo2011-05-273-2/+146
* Adding LPC315x support to header filespatacongo2011-05-277-51/+127
* Rename all lpc313x to lpc31xxpatacongo2011-05-2791-6900/+6903
* Documentation updatepatacongo2011-05-254-43/+303
* Add resource.h and fixed frequently cloned typopatacongo2011-05-24115-226/+419
* Fixes to PIC32 config wordspatacongo2011-05-236-80/+135
* Add a tool to create proper nuttx.hex files for PICkit2patacongo2011-05-226-4/+405
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-225-27/+191
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-2112-20/+1348
* Completes coding portion of basic PIC32 portpatacongo2011-05-217-143/+317
* PIC32: Fix timer 1 source, uart priority, add pre-fetch cache header filepatacongo2011-05-218-255/+435
* PIC32 Device Configuration Wordspatacongo2011-05-217-11/+257
* Add PIC32 UART supportpatacongo2011-05-2010-109/+726
* Add PIC32 interrupt decode logicpatacongo2011-05-208-44/+432