summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
Commit message (Expand)AuthorAgeFilesLines
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-0210-15/+0
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-012-3/+5
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-179-27/+169
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-1/+2
* Update README filepatacongo2011-10-261-1/+34
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-252-0/+4
* Don't enable color mapping is using 32-bit truecolorpatacongo2011-10-201-1/+1
* Fixes for good C++ linkpatacongo2011-10-1910-19/+19
* Enable waitpid() in sim/nsh2patacongo2011-10-121-3/+5
* Add sim/nsh2 configurationpatacongo2011-10-065-2/+1037
* Add sim C++ supportpatacongo2011-10-059-0/+99
* Add logic to limit the number of samplespatacongo2011-09-291-0/+6
* Add a simple touchscreen testpatacongo2011-09-297-11/+1013
* Simulated touchscreen debug fixespatacongo2011-09-281-7/+14
* Change X11 event loop initializationpatacongo2011-09-281-0/+12
* Fix NXFFS compilation errorpatacongo2011-09-281-8/+57
* Add a simulated touchscreen driverpatacongo2011-09-285-33/+298
* Fix sim build under Ubuntu 9.09patacongo2011-09-281-5/+32
* Add a test of the circle rendering logicpatacongo2011-08-241-2/+11
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-031-0/+32
* Setup environment to support multiple fontspatacongo2011-07-192-4/+4
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-141-2/+44
* Add resource.h and fixed frequently cloned typopatacongo2011-05-248-16/+16
* Pascal now installs in the apps/ directorypatacongo2011-05-101-0/+3
* Prep for 6.2 releasenuttx-6.2patacongo2011-05-061-0/+1
* Starting NXFFS packing logicpatacongo2011-05-031-0/+1
* More NXFFS bugfixespatacongo2011-05-021-1/+1
* Add beginning of a test for NXFFSpatacongo2011-04-294-0/+590
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-057-21/+0
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-036-18/+18
* Remove .built_alwayspatacongo2011-04-016-8/+8
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-217-21/+21
* More build fixespatacongo2011-03-201-1/+1
* Move nuttx/examples to apps/examplespatacongo2011-03-2012-80/+248
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-0/+38
* Use = instead of / for delimiter in appconfig filespatacongo2011-03-191-1/+1
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-187-205/+205
* Move NSH to apps/ as librarypatacongo2011-03-181-0/+36
* More support for SLIP data link protocolpatacongo2011-03-127-14/+7
* typospatacongo2011-03-031-6/+6
* Don' depend on uname -o workingpatacongo2011-02-116-12/+12
* update READMEpatacongo2011-01-261-2/+14
* Add strnlen()patacongo2010-10-277-0/+7
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-287-28/+28
* Update sim documentationpatacongo2010-07-301-0/+75
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-1513-12/+33
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-157-11/+213
* Add option to copy to RAMpatacongo2009-04-087-21/+42
* Remove all options from examples/uip except for the webserverpatacongo2009-03-287-28/+0
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-131-1/+7