summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nx
Commit message (Expand)AuthorAgeFilesLines
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-251-0/+2
* Fixes for good C++ linkpatacongo2011-10-191-2/+2
* Add sim C++ supportpatacongo2011-10-051-0/+11
* Add a simulated touchscreen driverpatacongo2011-09-281-564/+0
* 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
* Add resource.h and fixed frequently cloned typopatacongo2011-05-242-4/+4
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-052-6/+0
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-3/+3
* Remove .built_alwayspatacongo2011-04-011-1/+1
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-212-6/+6
* More build fixespatacongo2011-03-201-1/+1
* Move nuttx/examples to apps/examplespatacongo2011-03-202-1/+40
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-182-108/+108
* More support for SLIP data link protocolpatacongo2011-03-122-4/+2
* Don' depend on uname -o workingpatacongo2011-02-111-2/+2
* Add strnlen()patacongo2010-10-272-0/+2
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-282-8/+8
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-153-2/+8
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-152-0/+66
* Add option to copy to RAMpatacongo2009-04-082-6/+12
* Remove all options from examples/uip except for the webserverpatacongo2009-03-282-8/+0
* Add option to select priority inheritancepatacongo2009-03-091-1/+7
* Clean-up and document NX configuration settingspatacongo2008-12-052-32/+82
* Add font testpatacongo2008-12-042-8/+28
* Enable keypad inputpatacongo2008-12-042-2/+2
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-032-0/+10
* Can't use signal handler for nx_eventhandler()patacongo2008-12-012-6/+6
* Fixed for multi-user NX modepatacongo2008-12-012-0/+46
* Enable mouse inputpatacongo2008-12-012-2/+2
* X reports 24 bpp depth, but wants 32 bpp size pixelspatacongo2008-11-302-3/+19
* There is at least some X11 output nowpatacongo2008-11-302-2/+2
* Add X11 simulated framebufferpatacongo2008-11-302-0/+459
* Add configuration of simulated framebufferpatacongo2008-11-281-0/+7
* Fixe backward selection of BPPpatacongo2008-11-281-7/+7
* NX configurationpatacongo2008-11-283-0/+605