summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-291-3/+3
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-1811-308/+0
* Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-141-1/+1
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-1/+1
* Email address change in nuttx/patacongo2012-09-1323-23/+23
* Remove several unused configuration valuespatacongo2012-09-0811-11/+0
* More Shenzhou board logicpatacongo2012-09-086-6/+6
* Add configurable application entry pointpatacongo2012-08-3011-0/+11
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-3011-2921/+16
* 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-2711-0/+11
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-2311-138/+138
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-6/+82
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-181-5/+11
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-112-3/+3
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-101-1/+1
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-073-15/+0
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-4/+5
* Update NxWM colors; remove NxWidgets shelvingpatacongo2012-05-041-2/+3
* Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo2012-05-031-0/+41
* Upated NxWM commentspatacongo2012-05-031-3/+17
* NxWM updates (with some NX and NxWidget fixes too)patacongo2012-05-022-3/+9
* Fix some warnings and fix some simulator buildspatacongo2012-05-024-6/+66
* NxWM initial displays come up okaypatacongo2012-05-021-0/+6
* More NxWM supportpatacongo2012-05-016-0/+1078
* More Kconfigpatacongo2012-04-171-0/+3
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
* More fixes for NxConsole driverpatacongo2012-03-302-18/+18
* Can now run an NSH session within an NX windowpatacongo2012-03-291-4/+0
* The NX console appears to be fully functionalpatacongo2012-03-283-2/+4
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-281-0/+3
* NX console updatespatacongo2012-03-284-2/+19
* Updaes for NX Consolepatacongo2012-03-271-0/+1
* NX console driver is code complete but untestedpatacongo2012-03-275-10/+130
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-283-1/+13
* 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