summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
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
* configs/sim/nxwm now uses kconfig-frontendspatacongo2012-12-211-1/+1
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-9/+9
* 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-1330-30/+30
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-20/+25
* 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-173-2/+96
* More Kconfigpatacongo2012-04-171-25/+0
* Kconfig updatepatacongo2012-04-131-0/+5
* More configuration filespatacongo2012-04-111-15/+6
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Updated Kconfig files from Lzyypatacongo2012-04-071-25/+16
* Beginning of a NuttX configuration toolpatacongo2012-04-051-0/+45
* 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