summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
Commit message (Expand)AuthorAgeFilesLines
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* Add interface to enabled/disable debug outputpatacongo2012-02-122-8/+28
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-2/+13
* Remove a couple of warningspatacongo2012-02-081-3/+1
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-081-1/+1
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-1/+2
* Create directory structures to support power-related devicespatacongo2012-01-222-6/+6
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-171-6/+4
* Fix error in sim buildpatacongo2011-11-281-2/+15
* Fix sim/nsh2 buildpatacongo2011-10-111-5/+10
* Add sim/nsh2 configurationpatacongo2011-10-063-56/+77
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-295-51/+56
* Use XGrapButton, not XGrabPointerpatacongo2011-09-294-110/+31
* Add sim touchscreen bugfixespatacongo2011-09-291-12/+14
* Add debug instrumentationpatacongo2011-09-291-9/+47
* Add a simple touchscreen testpatacongo2011-09-292-5/+24
* Simulated touchscreen debug fixespatacongo2011-09-283-14/+81
* Fixes to x11 event looppatacongo2011-09-281-9/+30
* Remove some warningspatacongo2011-09-282-4/+1
* Change X11 event loop initializationpatacongo2011-09-284-31/+34
* Fix NXFFS compilation errorpatacongo2011-09-283-39/+21
* Add a simulated touchscreen driverpatacongo2011-09-287-33/+1030
* Fix sim build under Ubuntu 9.09patacongo2011-09-281-15/+2
* Use only __CYGWIN__ to identify Cygwinpatacongo2011-09-284-8/+6
* Add a basic power management frameworkpatacongo2011-09-042-0/+32
* Completes test of line/trapezoid drawing routinespatacongo2011-08-042-2/+436
* Export make target now produces a .zip file by defaultpatacongo2011-07-121-1/+1
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-1/+7
* Add termios header files; add files missed in last commitpatacongo2011-07-011-0/+101
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-011-0/+6
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-282-2/+9
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-5/+5
* Stubs are working/Proxies are closepatacongo2011-04-011-0/+82
* header file and file header clean-uppatacongo2011-03-287-7/+7
* Misc build fixespatacongo2011-03-192-19/+22
* Incorporate uIP patchespatacongo2011-01-238-83/+499
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-2/+2
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-271-2/+2
* Add support for 2-pass linkpatacongo2010-08-281-3/+3
* Fixes for build on Ubuntupatacongo2010-04-171-2/+15
* Add configuration to select LCD driver for NXpatacongo2010-04-171-1/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-162-4/+9
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1623-64/+100
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-27/+37
* Need limits of signed and unsigned pointer-sized integerspatacongo2009-12-141-2/+3
* Add range of pointer integer typespatacongo2009-12-131-23/+28
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-7/+7
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-1/+5
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2