summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320
Commit message (Collapse)AuthorAgeFilesLines
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5156 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-1337-37/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Remove several unused configuration valuespatacongo2012-09-087-14/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5113 42af7a65-404d-4744-a932-0658087f49c3
* More Shenzhou board logicpatacongo2012-09-082-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5111 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ↵patacongo2012-09-047-14/+14
| | | | | | integer 0/1, not boolean git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5086 42af7a65-404d-4744-a932-0658087f49c3
* Changes to Kconfig and matching defconfig filespatacongo2012-09-047-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5085 42af7a65-404d-4744-a932-0658087f49c3
* Add configurable application entry pointpatacongo2012-08-307-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-307-1919/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5068 42af7a65-404d-4744-a932-0658087f49c3
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-277-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5057 42af7a65-404d-4744-a932-0658087f49c3
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-237-101/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5050 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updated + NFS updatepatacongo2012-04-231-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-127-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4565 42af7a65-404d-4744-a932-0658087f49c3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be ↵patacongo2012-02-028-10/+3
| | | | | | 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-011-2/+3
| | | | | | 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-257-138/+138
| | | | 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-152/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 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
* Add resource.h and fixed frequently cloned typopatacongo2011-05-247-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
* Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo2011-04-127-28/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3496 42af7a65-404d-4744-a932-0658087f49c3
* current_regs should be volatile; add support for nested interrupts; enable ↵patacongo2011-04-061-1/+1
| | | | | | interrupts during syscall processing git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3475 42af7a65-404d-4744-a932-0658087f49c3
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-057-21/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3466 42af7a65-404d-4744-a932-0658087f49c3
* Pass __KERNEL__ define (or not) to all makes to handle small differences in ↵patacongo2011-04-037-21/+21
| | | | | | user-/kernel-builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3459 42af7a65-404d-4744-a932-0658087f49c3
* Remove .built_alwayspatacongo2011-04-017-22/+22
| | | | 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-217-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/examples to apps/examplespatacongo2011-03-2014-249/+319
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/netutils to apps/netutilspatacongo2011-03-196-1/+207
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 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-160/+160
| | | | 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-127-14/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
* update README filespatacongo2010-11-251-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3130 42af7a65-404d-4744-a932-0658087f49c3
* Add strnlen()patacongo2010-10-277-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
* Remove unused/confusing configuration settingpatacongo2010-09-018-13/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2904 42af7a65-404d-4744-a932-0658087f49c3
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-287-21/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3
* Add IDE notepatacongo2010-08-271-5/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2889 42af7a65-404d-4744-a932-0658087f49c3
* Extend CodeSourcery & production OSD support to other configspatacongo2010-08-2513-106/+398
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2884 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Neuros production OSDpatacongo2010-08-2510-37/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2883 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate patch for consumer Neuros OSDpatacongo2010-08-255-43/+253
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2882 42af7a65-404d-4744-a932-0658087f49c3
* Describe version supportedpatacongo2010-08-211-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2873 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to support a ROM'ed MMU page tablepatacongo2009-12-317-70/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2470 42af7a65-404d-4744-a932-0658087f49c3
* Add basic logic to configure MMU for LPC3131xpatacongo2009-12-317-0/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2468 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-153-28/+23
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2352 42af7a65-404d-4744-a932-0658087f49c3
* SDCLONE was disabledpatacongo2009-09-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2055 42af7a65-404d-4744-a932-0658087f49c3
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-1514-14/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2053 42af7a65-404d-4744-a932-0658087f49c3
* Fix CGI pattern logicpatacongo2009-09-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2040 42af7a65-404d-4744-a932-0658087f49c3
* Fix build problems with different configuratin optionspatacongo2009-08-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2004 42af7a65-404d-4744-a932-0658087f49c3
* Add THTTPD configurationpatacongo2009-08-014-0/+1002
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2002 42af7a65-404d-4744-a932-0658087f49c3