summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 5.10 releasenuttx-5.10patacongo2010-09-084-47/+156
* Prep for 5.10 releasepatacongo2010-09-081-1/+9
* Eliminate some warningspatacongo2010-09-062-4/+5
* Fix heap layout issuepatacongo2010-09-063-7/+25
* This is the correct fix to the problempatacongo2010-09-062-11/+1
* Fix clearing of SRAM when clocks resetpatacongo2010-09-064-23/+77
* paging debug fixespatacongo2010-09-057-6/+95
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-0514-63/+64
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-052-3/+3
* Basic MMU setup seems ok nowpatacongo2010-09-055-34/+37
* Init code needs to be in locked section toopatacongo2010-09-041-0/+14
* Forgot to mention contributorpatacongo2010-09-031-1/+2
* Add EKC-LM3S8962 infopatacongo2010-09-031-0/+21
* Remove unused lpc17_usbinitialize()patacongo2010-09-035-28/+6
* Add LM3S8962 supportpatacongo2010-09-038-5/+211
* Add configuration for lm3s8962-ekpatacongo2010-09-0324-0/+4607
* Add --disable-werror to gdb.mkpatacongo2010-09-022-0/+5
* Add paging initialization pointpatacongo2010-09-023-1/+46
* Missed definition for 4Kb page casepatacongo2010-09-022-0/+7
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-014-6/+36
* Fix units used in page table address calculationpatacongo2010-09-012-15/+17
* Fix virtual address of page tablepatacongo2010-09-012-14/+69
* Misc. paging fixespatacongo2010-09-013-8/+120
* Pointless debug changespatacongo2010-09-012-28/+71
* Remove unused/confusing configuration settingpatacongo2010-09-0118-23/+0
* Fix error in conditional compilationpatacongo2010-08-311-15/+22
* Handle the case of an identity phys-to-virt mappingpatacongo2010-08-311-10/+59
* Fix page table size calculationpatacongo2010-08-312-6/+18
* page tables must be alignedpatacongo2010-08-315-75/+92
* Add paging debug instrumentationpatacongo2010-08-3111-33/+103
* Remove ncurses from gdb_targetpatacongo2010-08-302-1/+2
* .rodata needs to be paged region toopatacongo2010-08-291-1/+10
* Two pass build for on-demand paging now workspatacongo2010-08-299-37/+158
* Some link improvementspatacongo2010-08-282-13/+28
* typopatacongo2010-08-281-1/+1
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-28109-342/+431
* updatepatacongo2010-08-282-1/+20
* Fix missing parentheses in macrospatacongo2010-08-281-6/+6
* Add support for 2-pass linkpatacongo2010-08-288-54/+170
* Add IDE notepatacongo2010-08-276-11/+97
* Creating 1st pass locked region buildpatacongo2010-08-273-0/+201
* Prep for 5.9 releasenuttx-5.9patacongo2010-08-263-97/+129
* Need to remove .exe files on clean for Cygwinpatacongo2010-08-251-1/+1
* Add NXFLAT-only config for ARM926patacongo2010-08-253-1/+115
* Extend CodeSourcery & production OSD support to other configspatacongo2010-08-2516-113/+409
* Add support for the Neuros production OSDpatacongo2010-08-2511-54/+137
* Incorporate patch for consumer Neuros OSDpatacongo2010-08-255-43/+253
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-248-63/+73
* First round of changes made during debugpatacongo2010-08-224-17/+38
* Fix demand-paging compilation errorspatacongo2010-08-2223-34/+1292