summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Add a USB mass storage example for AVRpatacongo2011-06-2014-12/+1674
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3727 42af7a65-404d-4744-a932-0658087f49c3
* Preparing for AVR USB driverpatacongo2011-06-202-17/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3725 42af7a65-404d-4744-a932-0658087f49c3
* Update documents and commentspatacongo2011-06-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR clock setup; add SPI driverpatacongo2011-06-174-5/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3721 42af7a65-404d-4744-a932-0658087f49c3
* Add Teensy NSH config; remove unusable AVR ostest configspatacongo2011-06-1717-1420/+311
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3718 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin for PJRC Teensy boardpatacongo2011-06-1617-9/+2152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3716 42af7a65-404d-4744-a932-0658087f49c3
* AT90USB port is basically functionalpatacongo2011-06-164-3/+4
| | | | 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-163-34/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3714 42af7a65-404d-4744-a932-0658087f49c3
* Fix SRAM data positionpatacongo2011-06-166-30/+65
| | | | 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-154-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3710 42af7a65-404d-4744-a932-0658087f49c3
* AVR: Need to use rjmp, not jmp, in vector tablepatacongo2011-06-151-1/+16
| | | | 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-151-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3706 42af7a65-404d-4744-a932-0658087f49c3
* Amber Web Server updatespatacongo2011-06-137-85/+1399
| | | | 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
* Add hello configuratin for AVRpatacongo2011-06-139-176/+1477
| | | | 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
* Add ATMega128 configurationpatacongo2011-06-1112-18/+1686
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3695 42af7a65-404d-4744-a932-0658087f49c3
* Add configuratin options to control the PIC32 configuration wordspatacongo2011-06-104-3/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3691 42af7a65-404d-4744-a932-0658087f49c3
* RGMP 0.2.0 patch appliedpatacongo2011-06-091-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3687 42af7a65-404d-4744-a932-0658087f49c3
* Documentatin updatepatacongo2011-06-091-0/+9
| | | | 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-081-0/+1
| | | | 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-084-28/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3684 42af7a65-404d-4744-a932-0658087f49c3
* Add basic context switching logicpatacongo2011-06-081-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3682 42af7a65-404d-4744-a932-0658087f49c3
* First AVR compilepatacongo2011-06-071-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3681 42af7a65-404d-4744-a932-0658087f49c3
* More AVR build fixespatacongo2011-06-075-47/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3680 42af7a65-404d-4744-a932-0658087f49c3
* Setting up AVR build environmentpatacongo2011-06-077-50/+578
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3679 42af7a65-404d-4744-a932-0658087f49c3
* Add AT90USB configurationpatacongo2011-06-0710-0/+1778
| | | | 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-071-8/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3677 42af7a65-404d-4744-a932-0658087f49c3
* Fix minimum MTU... must be at lest 576patacongo2011-06-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3674 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-042-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3
* More FTP bugfixespatacongo2011-06-031-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
* More FTP client debug fixespatacongo2011-06-021-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3662 42af7a65-404d-4744-a932-0658087f49c3
* FTP client debug changespatacongo2011-06-022-28/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple shell and configuration to verify the FTP client librarypatacongo2011-06-016-1/+1338
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3
* atexit() functions now called when task killed by task delete; For MCUs with ↵patacongo2011-05-281-0/+9
| | | | | | <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
* Rename all lpc313x to lpc31xxpatacongo2011-05-2731-1064/+1065
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-05-251-29/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3643 42af7a65-404d-4744-a932-0658087f49c3
* Add resource.h and fixed frequently cloned typopatacongo2011-05-24112-222/+222
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to PIC32 config wordspatacongo2011-05-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3641 42af7a65-404d-4744-a932-0658087f49c3
* Add a tool to create proper nuttx.hex files for PICkit2patacongo2011-05-225-2/+404
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3640 42af7a65-404d-4744-a932-0658087f49c3
* Fix for clean PIC32 compile with DEBUG onpatacongo2011-05-221-2/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3639 42af7a65-404d-4744-a932-0658087f49c3
* Add E1000 PIC NIC driver from Yu Qiangpatacongo2011-05-212-4/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding portion of basic PIC32 portpatacongo2011-05-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3637 42af7a65-404d-4744-a932-0658087f49c3
* PIC32: Fix timer 1 source, uart priority, add pre-fetch cache header filepatacongo2011-05-212-85/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3636 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 Device Configuration Wordspatacongo2011-05-211-2/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3635 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 interrupt decode logicpatacongo2011-05-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3633 42af7a65-404d-4744-a932-0658087f49c3
* Fleshing out PIC32 portpatacongo2011-05-202-28/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3632 42af7a65-404d-4744-a932-0658087f49c3
* Clean up a few PIC32 link errorspatacongo2011-05-201-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3631 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32 exception handlerspatacongo2011-05-201-10/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3630 42af7a65-404d-4744-a932-0658087f49c3