summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src
Commit message (Expand)AuthorAgeFilesLines
* Minor adjustment to make CLANG assembler happyLorenz Meier2013-12-101-1/+1
* Fixes for sim for CLANGLorenz Meier2013-12-091-6/+6
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-0/+2
* Remove up_assert_codeGregory Nutt2013-04-254-115/+101
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-3/+12
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-041-8/+8
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+9
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-0/+7
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-0/+133
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-202-3/+35
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-22/+66
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-12/+23
* 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