summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/nx
Commit message (Collapse)AuthorAgeFilesLines
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when ↵patacongo2011-10-251-0/+2
| | | | | | g++ is used; Fix bad cast that caused problems with the background window is released git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4064 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for good C++ linkpatacongo2011-10-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4054 42af7a65-404d-4744-a932-0658087f49c3
* Add sim C++ supportpatacongo2011-10-051-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4024 42af7a65-404d-4744-a932-0658087f49c3
* Add a simulated touchscreen driverpatacongo2011-09-281-564/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3989 42af7a65-404d-4744-a932-0658087f49c3
* Add a test of the circle rendering logicpatacongo2011-08-241-2/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
* Fix numerous errors in trapezoid rendering and wide line drawing algorithmspatacongo2011-08-031-0/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3840 42af7a65-404d-4744-a932-0658087f49c3
* Setup environment to support multiple fontspatacongo2011-07-192-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3799 42af7a65-404d-4744-a932-0658087f49c3
* Add resource.h and fixed frequently cloned typopatacongo2011-05-242-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-052-6/+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-031-3/+3
| | | | | | 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-011-1/+1
| | | | 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-212-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
* More build fixespatacongo2011-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3406 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/examples to apps/examplespatacongo2011-03-202-1/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-182-108/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* More support for SLIP data link protocolpatacongo2011-03-122-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3
* Don' depend on uname -o workingpatacongo2011-02-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3281 42af7a65-404d-4744-a932-0658087f49c3
* Add strnlen()patacongo2010-10-272-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
* Replace CONFIG_EXAMPLE with CONFIG_APP_DIRpatacongo2010-08-282-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-153-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2053 42af7a65-404d-4744-a932-0658087f49c3
* Add conditional compilation to eliminate or limit cloning of descriptors ↵patacongo2009-06-152-0/+66
| | | | | | when a new task is created git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1886 42af7a65-404d-4744-a932-0658087f49c3
* Add option to copy to RAMpatacongo2009-04-082-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1689 42af7a65-404d-4744-a932-0658087f49c3
* Remove all options from examples/uip except for the webserverpatacongo2009-03-282-8/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1661 42af7a65-404d-4744-a932-0658087f49c3
* Add option to select priority inheritancepatacongo2009-03-091-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1582 42af7a65-404d-4744-a932-0658087f49c3
* Clean-up and document NX configuration settingspatacongo2008-12-052-32/+82
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1420 42af7a65-404d-4744-a932-0658087f49c3
* Add font testpatacongo2008-12-042-8/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1413 42af7a65-404d-4744-a932-0658087f49c3
* Enable keypad inputpatacongo2008-12-042-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1411 42af7a65-404d-4744-a932-0658087f49c3
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-032-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1407 42af7a65-404d-4744-a932-0658087f49c3
* Can't use signal handler for nx_eventhandler()patacongo2008-12-012-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1387 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for multi-user NX modepatacongo2008-12-012-0/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1386 42af7a65-404d-4744-a932-0658087f49c3
* Enable mouse inputpatacongo2008-12-012-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1378 42af7a65-404d-4744-a932-0658087f49c3
* X reports 24 bpp depth, but wants 32 bpp size pixelspatacongo2008-11-302-3/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1363 42af7a65-404d-4744-a932-0658087f49c3
* There is at least some X11 output nowpatacongo2008-11-302-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
* Add X11 simulated framebufferpatacongo2008-11-302-0/+459
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1359 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration of simulated framebufferpatacongo2008-11-281-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1340 42af7a65-404d-4744-a932-0658087f49c3
* Fixe backward selection of BPPpatacongo2008-11-281-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1336 42af7a65-404d-4744-a932-0658087f49c3
* NX configurationpatacongo2008-11-283-0/+605
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1328 42af7a65-404d-4744-a932-0658087f49c3