summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
Commit message (Collapse)AuthorAgeFilesLines
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-025-10/+0
| | | | | | used over Telnet git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4361 42af7a65-404d-4744-a932-0658087f49c3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-012-4/+6
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-255-100/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4337 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-257-167/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4207 42af7a65-404d-4744-a932-0658087f49c3
* Try older OpenOCDpatacongo2011-10-1335-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4044 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration for the lpc3152patacongo2011-10-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4043 42af7a65-404d-4744-a932-0658087f49c3
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-052-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3846 42af7a65-404d-4744-a932-0658087f49c3
* Rename all lpc313x to lpc31xxpatacongo2011-05-2731-1064/+1065
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 42af7a65-404d-4744-a932-0658087f49c3
* Add resource.h and fixed frequently cloned typopatacongo2011-05-245-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
* Misc USB storage-related cleanuppatacongo2011-04-161-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3515 42af7a65-404d-4744-a932-0658087f49c3
* Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo2011-04-124-9/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3496 42af7a65-404d-4744-a932-0658087f49c3
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-055-15/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3466 42af7a65-404d-4744-a932-0658087f49c3
* Move memory manager into user spacepatacongo2011-04-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3460 42af7a65-404d-4744-a932-0658087f49c3
* Pass __KERNEL__ define (or not) to all makes to handle small differences in ↵patacongo2011-04-036-16/+16
| | | | | | user-/kernel-builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-032-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3457 42af7a65-404d-4744-a932-0658087f49c3
* Add SAM3U kernel build logicpatacongo2011-04-021-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3456 42af7a65-404d-4744-a932-0658087f49c3
* Remove .built_alwayspatacongo2011-04-015-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-216-20/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
* More build fixespatacongo2011-03-202-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/examples to apps/examplespatacongo2011-03-2010-41/+209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
* Use = instead of / for delimiter in appconfig filespatacongo2011-03-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3396 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-187-314/+314
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3393 42af7a65-404d-4744-a932-0658087f49c3
* More support for SLIP data link protocolpatacongo2011-03-125-10/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
* Add trace options for examples/usbstoragepatacongo2010-12-041-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3161 42af7a65-404d-4744-a932-0658087f49c3
* Add strnlen()patacongo2010-10-275-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 5.11 Releasenuttx-5.11patacongo2010-10-021-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2960 42af7a65-404d-4744-a932-0658087f49c3
* Remove bogus SPI logicpatacongo2010-09-301-20/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2954 42af7a65-404d-4744-a932-0658087f49c3
* SPI debug changespatacongo2010-09-302-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2953 42af7a65-404d-4744-a932-0658087f49c3
* Comment out unused LPC313x SPI logicpatacongo2010-09-131-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2948 42af7a65-404d-4744-a932-0658087f49c3
* Early AT45DB debug fixespatacongo2010-09-121-51/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2943 42af7a65-404d-4744-a932-0658087f49c3
* Add driver for Atmel AT45DB161 FLASHpatacongo2010-09-122-33/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2940 42af7a65-404d-4744-a932-0658087f49c3
* Back out M25P support -- its not ready yetpatacongo2010-09-112-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2939 42af7a65-404d-4744-a932-0658087f49c3
* Add support for SPI NOR chip selectpatacongo2010-09-112-2/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2938 42af7a65-404d-4744-a932-0658087f49c3
* Add M25Px as paging sourcepatacongo2010-09-119-21/+208
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2937 42af7a65-404d-4744-a932-0658087f49c3
* Add some SD file paging logicpatacongo2010-09-083-11/+167
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2932 42af7a65-404d-4744-a932-0658087f49c3
* Implement SD-based paging for EA3131patacongo2010-09-083-3/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2931 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 5.10 releasenuttx-5.10patacongo2010-09-081-1/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2928 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap layout issuepatacongo2010-09-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2925 42af7a65-404d-4744-a932-0658087f49c3
* paging debug fixespatacongo2010-09-051-0/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2922 42af7a65-404d-4744-a932-0658087f49c3
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-051-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2921 42af7a65-404d-4744-a932-0658087f49c3
* boardinit call doesn't depend on CONFIG_ARCH_LEDspatacongo2010-09-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2920 42af7a65-404d-4744-a932-0658087f49c3
* Basic MMU setup seems ok nowpatacongo2010-09-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2919 42af7a65-404d-4744-a932-0658087f49c3
* Init code needs to be in locked section toopatacongo2010-09-041-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2918 42af7a65-404d-4744-a932-0658087f49c3
* Add paging initialization pointpatacongo2010-09-023-1/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2911 42af7a65-404d-4744-a932-0658087f49c3
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-011-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2909 42af7a65-404d-4744-a932-0658087f49c3
* Fix units used in page table address calculationpatacongo2010-09-011-3/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2908 42af7a65-404d-4744-a932-0658087f49c3
* Misc. paging fixespatacongo2010-09-011-0/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2906 42af7a65-404d-4744-a932-0658087f49c3