summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add driver for Atmel AT45DB161 FLASHpatacongo2010-09-129-49/+868
* Back out M25P support -- its not ready yetpatacongo2010-09-115-8/+8
* Add support for SPI NOR chip selectpatacongo2010-09-113-45/+84
* Add M25Px as paging sourcepatacongo2010-09-1111-22/+235
* Fix typos in commentspatacongo2010-09-101-5/+7
* Fix race condition when semaphore wait is interrupted by a signlpatacongo2010-09-105-14/+63
* Document mbed.org portpatacongo2010-09-102-0/+321
* Add support for th mbed LPC1768 boardpatacongo2010-09-1010-0/+1915
* Add some SD file paging logicpatacongo2010-09-085-11/+199
* Implement SD-based paging for EA3131patacongo2010-09-087-5/+159
* Extra space at end of linepatacongo2010-09-081-1/+1
* Forgot to move some textpatacongo2010-09-081-68/+31
* 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 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
* .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