summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Add a USB mass storage example for AVRpatacongo2011-06-2014-12/+1674
* Preparing for AVR USB driverpatacongo2011-06-202-17/+65
* Update documents and commentspatacongo2011-06-181-1/+1
* Fix AVR clock setup; add SPI driverpatacongo2011-06-174-5/+11
* Add Teensy NSH config; remove unusable AVR ostest configspatacongo2011-06-1717-1420/+311
* Add configuratin for PJRC Teensy boardpatacongo2011-06-1617-9/+2152
* AT90USB port is basically functionalpatacongo2011-06-164-3/+4
* Reduce memory usage in same AVR configurationspatacongo2011-06-163-34/+34
* Fix SRAM data positionpatacongo2011-06-166-30/+65
* Make room for the noinit section before the heappatacongo2011-06-154-4/+4
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-151-1/+16
* Need to control watchdog timer on AT90USBpatacongo2011-06-151-0/+14
* Amber Web Server updatespatacongo2011-06-137-85/+1399
* FTPC simplification and size reductionpatacongo2011-06-133-4/+120
* Add hello configuratin for AVRpatacongo2011-06-139-176/+1477
* Fix XTAL frequencies for AVR; add ISP mkII connection infopatacongo2011-06-123-187/+335
* Add ATMega128 configurationpatacongo2011-06-1112-18/+1686
* Add configuratin options to control the PIC32 configuration wordspatacongo2011-06-104-3/+51
* RGMP 0.2.0 patch appliedpatacongo2011-06-091-3/+6
* Documentatin updatepatacongo2011-06-091-0/+9
* This finishes ALL AVR assembly languagepatacongo2011-06-081-0/+1
* More logic for the AVR portpatacongo2011-06-084-28/+34
* Add basic context switching logicpatacongo2011-06-081-0/+1
* First AVR compilepatacongo2011-06-071-2/+0
* More AVR build fixespatacongo2011-06-075-47/+84
* Setting up AVR build environmentpatacongo2011-06-077-50/+578
* Add AT90USB configurationpatacongo2011-06-0710-0/+1778
* Add AT90USB support and AVR vector/startup logicpatacongo2011-06-071-8/+17
* Fix minimum MTU... must be at lest 576patacongo2011-06-061-2/+2
* Fix more FTP bugspatacongo2011-06-042-5/+8
* More FTP bugfixespatacongo2011-06-031-3/+5
* More FTP client debug fixespatacongo2011-06-021-0/+3
* FTP client debug changespatacongo2011-06-022-28/+95
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-1/+1
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-016-1/+1338
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-0/+9
* Rename all lpc313x to lpc31xxpatacongo2011-05-2731-1064/+1065
* Documentation updatepatacongo2011-05-251-29/+49
* Add resource.h and fixed frequently cloned typopatacongo2011-05-24112-222/+222
* Fixes to PIC32 config wordspatacongo2011-05-231-1/+1
* Add a tool to create proper nuttx.hex files for PICkit2patacongo2011-05-225-2/+404
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-2/+149
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-212-4/+34
* Completes coding portion of basic PIC32 portpatacongo2011-05-211-2/+2
* PIC32: Fix timer 1 source, uart priority, add pre-fetch cache header filepatacongo2011-05-212-85/+74
* PIC32 Device Configuration Wordspatacongo2011-05-211-2/+32
* Add PIC32 interrupt decode logicpatacongo2011-05-201-3/+3
* Fleshing out PIC32 portpatacongo2011-05-202-28/+9
* Clean up a few PIC32 link errorspatacongo2011-05-201-16/+16
* Add PIC32 exception handlerspatacongo2011-05-201-10/+52