summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ea3131
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 2 of 2)patacongo1-0/+4
2012-03-21Move file-system header files to include/nuttx/fspatacongo2-3/+3
2012-02-02NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo5-10/+0
2012-02-01Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2-4/+6
2012-01-25More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo5-100/+100
2012-01-25Massive name change USB STRG -> USB MSCpatacongo7-167/+167
2011-12-20Update M25P driver per feedback from Mohammed Elwakeelpatacongo1-0/+5
2011-10-13Try older OpenOCDpatacongo35-0/+0
2011-10-13Add a configuration for the lpc3152patacongo1-1/+1
2011-08-05Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2-3/+3
2011-05-27Rename all lpc313x to lpc31xxpatacongo31-1064/+1065
2011-05-24Add resource.h and fixed frequently cloned typopatacongo5-10/+10
2011-04-16Misc USB storage-related cleanuppatacongo1-6/+0
2011-04-12Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo4-9/+10
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo1-2/+1
2011-04-05Add a layer to redirect kernel-mode memory manager accessespatacongo5-15/+0
2011-04-03Move memory manager into user spacepatacongo1-1/+1
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo6-16/+16
2011-04-03New LIS331DL driver and VSN updates from Urospatacongo2-1/+2
2011-04-02Add SAM3U kernel build logicpatacongo1-2/+2
2011-04-01Remove .built_alwayspatacongo5-7/+7
2011-03-21Prep for 6.0 releasepatacongo6-20/+20
2011-03-20More build fixespatacongo2-1/+10
2011-03-20Move nuttx/examples to apps/examplespatacongo10-41/+209
2011-03-19Use = instead of / for delimiter in appconfig filespatacongo1-1/+1
2011-03-18Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo7-314/+314
2011-03-18Move NSH to apps/ as librarypatacongo1-0/+36
2011-03-12More support for SLIP data link protocolpatacongo5-10/+0
2010-12-04Add trace options for examples/usbstoragepatacongo1-0/+7
2010-10-27Add strnlen()patacongo5-0/+5
2010-10-02Prep for 5.11 Releasepatacongo1-0/+6
2010-09-30Remove bogus SPI logicpatacongo1-20/+5
2010-09-30SPI debug changespatacongo2-0/+9
2010-09-13Comment out unused LPC313x SPI logicpatacongo1-0/+4
2010-09-12Early AT45DB debug fixespatacongo1-51/+22
2010-09-12Add driver for Atmel AT45DB161 FLASHpatacongo2-33/+49
2010-09-11Back out M25P support -- its not ready yetpatacongo2-5/+5
2010-09-11Add support for SPI NOR chip selectpatacongo2-2/+19
2010-09-11Add M25Px as paging sourcepatacongo9-21/+208
2010-09-08Add some SD file paging logicpatacongo3-11/+167
2010-09-08Implement SD-based paging for EA3131patacongo3-3/+130
2010-09-08Prep for 5.10 releasepatacongo1-1/+26
2010-09-06Fix heap layout issuepatacongo1-1/+1
2010-09-05paging debug fixespatacongo1-0/+80
2010-09-05APB0 and APB1 must be in same MMU sectionpatacongo1-2/+3
2010-09-05boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo1-1/+1
2010-09-05Basic MMU setup seems ok nowpatacongo1-1/+1
2010-09-04Init code needs to be in locked section toopatacongo1-0/+14
2010-09-02Add paging initialization pointpatacongo3-1/+46