summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ea3131/pgnsh
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Lots of defconfig changes for compatibility with the configuration toolpatacongo1-20/+20
2012-04-12Kconfig updatepatacongo1-1/+1
2012-02-02NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo1-2/+0
2012-02-01Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo1-2/+3
2012-01-25More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo1-20/+20
2012-01-25Massive name change USB STRG -> USB MSCpatacongo1-22/+22
2011-12-20Update M25P driver per feedback from Mohammed Elwakeelpatacongo1-0/+5
2011-10-13Try older OpenOCDpatacongo3-0/+0
2011-05-27Rename all lpc313x to lpc31xxpatacongo3-48/+48
2011-05-24Add resource.h and fixed frequently cloned typopatacongo1-2/+2
2011-04-05Add a layer to redirect kernel-mode memory manager accessespatacongo1-3/+0
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo1-3/+3
2011-04-03New LIS331DL driver and VSN updates from Urospatacongo1-0/+1
2011-04-01Remove .built_alwayspatacongo1-2/+2
2011-03-21Prep for 6.0 releasepatacongo1-3/+3
2011-03-20Move nuttx/examples to apps/examplespatacongo2-1/+45
2011-03-18Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo1-59/+59
2011-03-12More support for SLIP data link protocolpatacongo1-2/+0
2010-10-27Add strnlen()patacongo1-0/+1
2010-09-30SPI debug changespatacongo1-0/+1
2010-09-12Add driver for Atmel AT45DB161 FLASHpatacongo1-8/+12
2010-09-11Back out M25P support -- its not ready yetpatacongo1-2/+2
2010-09-11Add M25Px as paging sourcepatacongo1-1/+15
2010-09-08Add some SD file paging logicpatacongo1-0/+23
2010-08-31Add paging debug instrumentationpatacongo2-20/+35
2010-08-29.rodata needs to be paged region toopatacongo1-1/+10
2010-08-29Two pass build for on-demand paging now workspatacongo2-5/+9
2010-08-28Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo1-3/+3
2010-08-28Add support for 2-pass linkpatacongo2-9/+33
2010-08-24Fix heap/page table overlap; Switch to 1Kb pagespatacongo1-5/+5
2010-08-22Fix demand-paging compilation errorspatacongo4-0/+1191