summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nsh2
Commit message (Expand)AuthorAgeFilesLines
* Part I of port of Rhombus math librarypatacongo2012-10-281-1/+0
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-041-11/+11
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-181-28/+0
* Remove several unused configuration valuespatacongo2012-09-081-1/+0
* More Shenzhou board logicpatacongo2012-09-081-1/+1
* Add configurable application entry pointpatacongo2012-08-301-0/+1
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-301-430/+0
* The USB host driver has been verified on the STM32F4Discoverypatacongo2012-08-291-1/+1
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-271-0/+1
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-231-14/+14
* Can now run an NSH session within an NX windowpatacongo2012-03-291-4/+0
* NX console updatespatacongo2012-03-281-0/+5
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-1/+5
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-021-2/+0
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-1/+2
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-171-3/+20
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-1/+2
* Don't enable color mapping is using 32-bit truecolorpatacongo2011-10-201-1/+1
* Fixes for good C++ linkpatacongo2011-10-191-1/+1
* Enable waitpid() in sim/nsh2patacongo2011-10-121-3/+5
* Add sim/nsh2 configurationpatacongo2011-10-064-0/+1014