summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Update ZNEO to use ZDS-II 4.11.1patacongo2010-10-015-14/+23
* Remove bogus SPI logicpatacongo2010-09-301-20/+5
* SPI debug changespatacongo2010-09-302-0/+9
* Comment out unused LPC313x SPI logicpatacongo2010-09-131-0/+4
* Early AT45DB debug fixespatacongo2010-09-121-51/+22
* Add driver for Atmel AT45DB161 FLASHpatacongo2010-09-123-39/+58
* Back out M25P support -- its not ready yetpatacongo2010-09-113-6/+6
* Add support for SPI NOR chip selectpatacongo2010-09-112-2/+19
* Add M25Px as paging sourcepatacongo2010-09-1110-21/+219
* 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-084-11/+181
* Implement SD-based paging for EA3131patacongo2010-09-084-3/+135
* Prep for 5.10 releasenuttx-5.10patacongo2010-09-081-1/+26
* Fix heap layout issuepatacongo2010-09-061-1/+1
* paging debug fixespatacongo2010-09-051-0/+80
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-051-2/+3
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-051-1/+1
* Basic MMU setup seems ok nowpatacongo2010-09-051-1/+1
* Init code needs to be in locked section toopatacongo2010-09-041-0/+14
* Remove unused lpc17_usbinitialize()patacongo2010-09-032-22/+0
* Add configuration for lm3s8962-ekpatacongo2010-09-0324-0/+4607
* 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
* Remove unused/confusing configuration settingpatacongo2010-09-0118-23/+0
* 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-295-16/+62
* Some link improvementspatacongo2010-08-282-13/+28
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-2883-285/+325
* Add support for 2-pass linkpatacongo2010-08-285-45/+129
* Add IDE notepatacongo2010-08-276-11/+97
* Creating 1st pass locked region buildpatacongo2010-08-273-0/+201
* Extend CodeSourcery & production OSD support to other configspatacongo2010-08-2513-106/+398
* Add support for the Neuros production OSDpatacongo2010-08-2510-37/+95
* Incorporate patch for consumer Neuros OSDpatacongo2010-08-255-43/+253
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-241-5/+5
* Fix demand-paging compilation errorspatacongo2010-08-227-2/+1200
* Update On-demand paging documentationpatacongo2010-08-221-7/+49
* Describe version supportedpatacongo2010-08-212-2/+38
* Fix various compile issuespatacongo2010-08-181-2/+3
* Skeletons for remaining paging files to be implementedpatacongo2010-08-172-0/+128
* Add on-demand paging support to ARM9 prefetch abort handlerpatacongo2010-08-171-4/+14
* Fix compile error introduced yesterdaypatacongo2010-08-171-2/+1
* Document on-demand paging configuration settingspatacongo2010-08-151-0/+25
* Oops.. last change backwared for 6918 and 6965patacongo2010-08-139-27/+26
* Add descriptions of GPIO port interrupt disable configspatacongo2010-08-122-0/+30
* Need to disable unsupported GPIOspatacongo2010-08-129-1/+128