summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename all lpc313x to lpc31xxpatacongo2011-05-279-334/+335
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 42af7a65-404d-4744-a932-0658087f49c3
* More build fixespatacongo2011-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-182-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* Remove bogus SPI logicpatacongo2010-09-301-20/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2954 42af7a65-404d-4744-a932-0658087f49c3
* Comment out unused LPC313x SPI logicpatacongo2010-09-131-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2948 42af7a65-404d-4744-a932-0658087f49c3
* Early AT45DB debug fixespatacongo2010-09-121-51/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2943 42af7a65-404d-4744-a932-0658087f49c3
* Add driver for Atmel AT45DB161 FLASHpatacongo2010-09-121-25/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2940 42af7a65-404d-4744-a932-0658087f49c3
* Back out M25P support -- its not ready yetpatacongo2010-09-111-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2939 42af7a65-404d-4744-a932-0658087f49c3
* Add support for SPI NOR chip selectpatacongo2010-09-112-2/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2938 42af7a65-404d-4744-a932-0658087f49c3
* Add M25Px as paging sourcepatacongo2010-09-117-19/+192
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2937 42af7a65-404d-4744-a932-0658087f49c3
* Add some SD file paging logicpatacongo2010-09-081-11/+140
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2932 42af7a65-404d-4744-a932-0658087f49c3
* Implement SD-based paging for EA3131patacongo2010-09-081-2/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2931 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap layout issuepatacongo2010-09-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2925 42af7a65-404d-4744-a932-0658087f49c3
* Add paging initialization pointpatacongo2010-09-023-1/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2911 42af7a65-404d-4744-a932-0658087f49c3
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-011-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2909 42af7a65-404d-4744-a932-0658087f49c3
* Add paging debug instrumentationpatacongo2010-08-311-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2899 42af7a65-404d-4744-a932-0658087f49c3
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3
* Fix various compile issuespatacongo2010-08-181-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2864 42af7a65-404d-4744-a932-0658087f49c3
* Skeletons for remaining paging files to be implementedpatacongo2010-08-172-0/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2863 42af7a65-404d-4744-a932-0658087f49c3
* Add USB serial/storage examplespatacongo2010-03-281-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2563 42af7a65-404d-4744-a932-0658087f49c3
* Add USB serial/storage examplespatacongo2010-03-281-0/+126
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2561 42af7a65-404d-4744-a932-0658087f49c3
* Completes clock initializationpatacongo2009-12-301-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2465 42af7a65-404d-4744-a932-0658087f49c3
* Add clock initializationpatacongo2009-12-301-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2463 42af7a65-404d-4744-a932-0658087f49c3
* Add clock initializatin structurepatacongo2009-12-302-1/+440
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2462 42af7a65-404d-4744-a932-0658087f49c3
* Add BCR index calculationpatacongo2009-12-292-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2460 42af7a65-404d-4744-a932-0658087f49c3
* Add mpmc initializationpatacongo2009-12-294-54/+143
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2459 42af7a65-404d-4744-a932-0658087f49c3
* Move up_cgu.c to lpc313x_freqin.cpatacongo2009-12-292-78/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2457 42af7a65-404d-4744-a932-0658087f49c3
* Don't initialize SDRAM if it is not being usedpatacongo2009-12-293-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2456 42af7a65-404d-4744-a932-0658087f49c3
* Add SDRAM initializationpatacongo2009-12-294-1/+282
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2454 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for recent header file reorganizationpatacongo2009-12-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2451 42af7a65-404d-4744-a932-0658087f49c3
* add initial freq arraypatacongo2009-12-282-1/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2444 42af7a65-404d-4744-a932-0658087f49c3
* Add EA3131 configurationpatacongo2009-12-267-0/+787
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2434 42af7a65-404d-4744-a932-0658087f49c3