summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
Commit message (Collapse)AuthorAgeFilesLines
* Add strnlen()patacongo2010-10-275-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 5.11 Releasenuttx-5.11patacongo2010-10-021-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2960 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
* SPI debug changespatacongo2010-09-302-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2953 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-122-33/+49
| | | | 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-112-5/+5
| | | | 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-119-21/+208
| | | | 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-083-11/+167
| | | | 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-083-3/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2931 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 5.10 releasenuttx-5.10patacongo2010-09-081-1/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2928 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
* paging debug fixespatacongo2010-09-051-0/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2922 42af7a65-404d-4744-a932-0658087f49c3
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-051-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2921 42af7a65-404d-4744-a932-0658087f49c3
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2920 42af7a65-404d-4744-a932-0658087f49c3
* Basic MMU setup seems ok nowpatacongo2010-09-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2919 42af7a65-404d-4744-a932-0658087f49c3
* Init code needs to be in locked section toopatacongo2010-09-041-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2918 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
* Fix units used in page table address calculationpatacongo2010-09-011-3/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2908 42af7a65-404d-4744-a932-0658087f49c3
* Misc. paging fixespatacongo2010-09-011-0/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2906 42af7a65-404d-4744-a932-0658087f49c3
* Add paging debug instrumentationpatacongo2010-08-313-20/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2899 42af7a65-404d-4744-a932-0658087f49c3
* .rodata needs to be paged region toopatacongo2010-08-291-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2897 42af7a65-404d-4744-a932-0658087f49c3
* Two pass build for on-demand paging now workspatacongo2010-08-294-13/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2896 42af7a65-404d-4744-a932-0658087f49c3
* Some link improvementspatacongo2010-08-282-13/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2895 42af7a65-404d-4744-a932-0658087f49c3
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-286-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3
* Add support for 2-pass linkpatacongo2010-08-285-45/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2890 42af7a65-404d-4744-a932-0658087f49c3
* Add IDE notepatacongo2010-08-271-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2889 42af7a65-404d-4744-a932-0658087f49c3
* Creating 1st pass locked region buildpatacongo2010-08-273-0/+201
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2888 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-241-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2881 42af7a65-404d-4744-a932-0658087f49c3
* Fix demand-paging compilation errorspatacongo2010-08-226-1/+1199
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2879 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
* Remove support for Raisonance tools where it does not belongpatacongo2010-08-085-26/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2833 42af7a65-404d-4744-a932-0658087f49c3
* Updated README'spatacongo2010-04-171-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2603 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-289-0/+2422
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2561 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH configuration for the lpc313xpatacongo2010-03-171-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2549 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH configuration for the lpc313xpatacongo2010-03-174-0/+1102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2548 42af7a65-404d-4744-a932-0658087f49c3
* 192Kb ISRAMpatacongo2010-03-161-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2546 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-03-161-4/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2544 42af7a65-404d-4744-a932-0658087f49c3
* Bugfixes submitted by David Hewsonpatacongo2010-03-161-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2543 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-02-231-4/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2539 42af7a65-404d-4744-a932-0658087f49c3
* Add OpenOCD notespatacongo2010-02-213-0/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2538 42af7a65-404d-4744-a932-0658087f49c3
* Fix ROM table base addresspatacongo2010-01-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2510 42af7a65-404d-4744-a932-0658087f49c3
* upatepatacongo2010-01-161-0/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2509 42af7a65-404d-4744-a932-0658087f49c3
* Need to use .bin file, not the ELFpatacongo2010-01-163-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2508 42af7a65-404d-4744-a932-0658087f49c3
* Need to handle padding at the end of the binarypatacongo2010-01-162-12/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2507 42af7a65-404d-4744-a932-0658087f49c3