summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/sim
AgeCommit message (Expand)AuthorFilesLines
2012-05-11NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo1-4/+4
2012-05-10More NxWM touchscreen fixespatacongo1-0/+1
2012-05-02Fix some warnings and fix some simulator buildspatacongo1-11/+11
2012-04-17more Kconfig stuffpatacongo3-2/+96
2012-04-17More Kconfigpatacongo1-25/+0
2012-04-13Kconfig updatepatacongo1-0/+5
2012-04-11More configuration filespatacongo1-15/+6
2012-04-08Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo1-1/+1
2012-04-07Updated Kconfig files from Lzyypatacongo1-25/+16
2012-04-05Beginning of a NuttX configuration toolpatacongo1-0/+45
2012-03-25LPC17xx DAC fixespatacongo1-1/+4
2012-03-21Move file-system header files to include/nuttx/fspatacongo3-3/+3
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo1-6/+6
2012-02-12Add interface to enabled/disable debug outputpatacongo2-8/+28
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo1-1/+1
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo1-2/+13
2012-02-08Remove a couple of warningspatacongo1-3/+1
2012-02-08Some changes to the Telnet/FTPD configurationpatacongo1-1/+1
2012-01-29Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo1-1/+2
2012-01-22Create directory structures to support power-related devicespatacongo2-6/+6
2012-01-17Add support for building 32-bit simulation on a 64-bit targetpatacongo1-6/+4
2011-11-28Fix error in sim buildpatacongo1-2/+15
2011-10-11Fix sim/nsh2 buildpatacongo1-5/+10
2011-10-06Add sim/nsh2 configurationpatacongo3-56/+77
2011-09-29Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo5-51/+56
2011-09-29Use XGrapButton, not XGrabPointerpatacongo4-110/+31
2011-09-29Add sim touchscreen bugfixespatacongo1-12/+14
2011-09-29Add debug instrumentationpatacongo1-9/+47
2011-09-29Add a simple touchscreen testpatacongo2-5/+24
2011-09-28Simulated touchscreen debug fixespatacongo3-14/+81
2011-09-28Fixes to x11 event looppatacongo1-9/+30
2011-09-28Remove some warningspatacongo2-4/+1
2011-09-28Change X11 event loop initializationpatacongo4-31/+34
2011-09-28Fix NXFFS compilation errorpatacongo3-39/+21
2011-09-28Add a simulated touchscreen driverpatacongo7-33/+1030
2011-09-28Fix sim build under Ubuntu 9.09patacongo1-15/+2
2011-09-28Use only __CYGWIN__ to identify Cygwinpatacongo4-8/+6
2011-09-04Add a basic power management frameworkpatacongo2-0/+32
2011-08-04Completes test of line/trapezoid drawing routinespatacongo2-2/+436
2011-07-12Export make target now produces a .zip file by defaultpatacongo1-1/+1
2011-07-11Add an 'export' target to the NuttX top-level Makefilepatacongo1-1/+7
2011-07-01Add termios header files; add files missed in last commitpatacongo1-0/+101
2011-07-01Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo1-0/+6
2011-05-28atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2-2/+9
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo1-5/+5
2011-04-01Stubs are working/Proxies are closepatacongo1-0/+82
2011-03-28header file and file header clean-uppatacongo7-7/+7
2011-03-19Misc build fixespatacongo2-19/+22
2011-01-23Incorporate uIP patchespatacongo8-83/+499
2010-11-25uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo1-2/+2