summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src
Commit message (Expand)AuthorAgeFilesLines
* Add debug output when memory allocations failpatacongo2013-02-281-1/+2
* Rename _TCB to struct tcb_spatacongo2013-02-0410-19/+19
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-15/+15
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-3/+3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+4
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* A few more build fixespatacongo2012-11-121-7/+7
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-5/+5
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-8/+9
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-021-5/+3
* Add libsupc++ to sim/cxxtest configurationpatacongo2012-11-021-23/+28
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-2/+0
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* More ELF loader changespatacongo2012-10-251-1/+3
* Add x86 ELF supportpatacongo2012-10-252-0/+143
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-042-2/+2
* Resync new repository with old repo r5166patacongo2012-09-171-1/+2
* Email address change in nuttx/patacongo2012-09-1326-26/+26
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-4/+4
* More NxWM touchscreen fixespatacongo2012-05-101-0/+1
* Fix some warnings and fix some simulator buildspatacongo2012-05-021-11/+11
* more Kconfig stuffpatacongo2012-04-172-2/+2
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* LPC17xx DAC fixespatacongo2012-03-251-1/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
* 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