summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
Commit message (Expand)AuthorAgeFilesLines
* Add paging initialization pointpatacongo2010-09-023-1/+46
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-011-1/+8
* Fix units used in page table address calculationpatacongo2010-09-011-3/+10
* Misc. paging fixespatacongo2010-09-011-0/+112
* Add paging debug instrumentationpatacongo2010-08-313-20/+37
* .rodata needs to be paged region toopatacongo2010-08-291-1/+10
* Two pass build for on-demand paging now workspatacongo2010-08-294-13/+36
* Some link improvementspatacongo2010-08-282-13/+28
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-286-16/+16
* Add support for 2-pass linkpatacongo2010-08-285-45/+129
* Add IDE notepatacongo2010-08-271-1/+13
* Creating 1st pass locked region buildpatacongo2010-08-273-0/+201
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-241-5/+5
* Fix demand-paging compilation errorspatacongo2010-08-226-1/+1199
* Fix various compile issuespatacongo2010-08-181-2/+3
* Skeletons for remaining paging files to be implementedpatacongo2010-08-172-0/+128
* Remove support for Raisonance tools where it does not belongpatacongo2010-08-085-26/+1
* Updated README'spatacongo2010-04-171-0/+11
* Add USB serial/storage examplespatacongo2010-03-281-1/+4
* Add USB serial/storage examplespatacongo2010-03-289-0/+2422
* Add NSH configuration for the lpc313xpatacongo2010-03-171-0/+4
* Add NSH configuration for the lpc313xpatacongo2010-03-174-0/+1102
* 192Kb ISRAMpatacongo2010-03-161-2/+2
* updatepatacongo2010-03-161-4/+18
* Bugfixes submitted by David Hewsonpatacongo2010-03-161-0/+4
* updatepatacongo2010-02-231-4/+32
* Add OpenOCD notespatacongo2010-02-213-0/+102
* Fix ROM table base addresspatacongo2010-01-161-1/+1
* upatepatacongo2010-01-161-0/+32
* Need to use .bin file, not the ELFpatacongo2010-01-163-2/+7
* Need to handle padding at the end of the binarypatacongo2010-01-162-12/+103
* Add CRC32 to lib/; add tool to make lpc313x bootloader imagespatacongo2010-01-164-0/+543
* lpc313x config updatepatacongo2010-01-122-4/+6
* updatepatacongo2009-12-311-1/+0
* README update + lpc313x now links to ISRAM addressespatacongo2009-12-312-9/+303
* Add logic to support a ROM'ed MMU page tablepatacongo2009-12-313-11/+124
* Add basic logic to configure MMU for LPC3131xpatacongo2009-12-311-4/+26
* Completes clock initializationpatacongo2009-12-301-5/+8
* Add clock initializationpatacongo2009-12-301-0/+2
* Add clock initializatin structurepatacongo2009-12-302-1/+440
* Add clock reset logicpatacongo2009-12-301-3/+3
* Add BCR index calculationpatacongo2009-12-292-2/+2
* Add mpmc initializationpatacongo2009-12-294-54/+143
* Add PLL configurationpatacongo2009-12-291-7/+25
* Move up_cgu.c to lpc313x_freqin.cpatacongo2009-12-293-81/+10
* Don't initialize SDRAM if it is not being usedpatacongo2009-12-293-0/+7
* Add logic to add external memory to heappatacongo2009-12-291-0/+29
* Add SDRAM initializationpatacongo2009-12-294-1/+282
* Fixes for recent header file reorganizationpatacongo2009-12-281-1/+1
* add initial freq arraypatacongo2009-12-283-1/+82