summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
Commit message (Expand)AuthorAgeFilesLines
...
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-052-3/+3
* Rename all lpc313x to lpc31xxpatacongo2011-05-2731-1064/+1065
* Add resource.h and fixed frequently cloned typopatacongo2011-05-245-10/+10
* Misc USB storage-related cleanuppatacongo2011-04-161-6/+0
* Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo2011-04-124-9/+10
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-2/+1
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-055-15/+0
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-036-16/+16
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-032-1/+2
* Add SAM3U kernel build logicpatacongo2011-04-021-2/+2
* Remove .built_alwayspatacongo2011-04-015-7/+7
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-216-20/+20
* More build fixespatacongo2011-03-202-1/+10
* Move nuttx/examples to apps/examplespatacongo2011-03-2010-41/+209
* Use = instead of / for delimiter in appconfig filespatacongo2011-03-191-1/+1
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-187-314/+314
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+36
* More support for SLIP data link protocolpatacongo2011-03-125-10/+0
* Add trace options for examples/usbstoragepatacongo2010-12-041-0/+7
* Add strnlen()patacongo2010-10-275-0/+5
* Prep for 5.11 Releasenuttx-5.11patacongo2010-10-021-0/+6
* 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-122-33/+49
* Back out M25P support -- its not ready yetpatacongo2010-09-112-5/+5
* Add support for SPI NOR chip selectpatacongo2010-09-112-2/+19
* Add M25Px as paging sourcepatacongo2010-09-119-21/+208
* Add some SD file paging logicpatacongo2010-09-083-11/+167
* Implement SD-based paging for EA3131patacongo2010-09-083-3/+130
* 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
* 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