summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* All file_operations vtables should be static constpatacongo2009-06-101-1/+1
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
* X11 stuff doesn't build correctly on Cygwinpatacongo2009-02-071-2/+9
* Add more NX name space fixupspatacongo2008-12-011-0/+2
* Fixed dependency problem. nutt.rel must always be rebuiltpatacongo2008-12-011-3/+6
* X reports 24 bpp depth, but wants 32 bpp size pixelspatacongo2008-11-301-7/+18
* There is at least some X11 output nowpatacongo2008-11-303-47/+63
* Add CONFIG_SIM_WALLTIME optionpatacongo2008-11-302-0/+97
* Add X11 simulated framebufferpatacongo2008-11-303-2/+446
* Standardize framebuffer APIspatacongo2008-11-281-4/+33
* Add DM320 framebuffer driverpatacongo2008-11-261-9/+10
* Distinguish differenc RGB16 typespatacongo2008-11-251-2/+2
* Added framebuffer interfacepatacongo2008-11-232-1/+355
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-2/+4
* Revert part of last changepatacongo2008-11-191-2/+2
* Implement poll/select for socketspatacongo2008-11-181-2/+2
* Needs conditional compilation for POLL disabledpatacongo2008-11-171-0/+2
* Add poll method to serial driverspatacongo2008-11-171-2/+12
* Register /dev/zero toopatacongo2008-11-151-0/+1
* Add a test of ROMFSpatacongo2008-09-111-0/+2
* ROMFS filesystem supportpatacongo2008-09-101-1/+1
* Fix clean targetpatacongo2008-08-291-1/+2
* Add mem command to NSHpatacongo2008-08-291-0/+1
* Fix Linux sim errors/warningpatacongo2008-08-294-5/+15
* Misc NSH enhancementspatacongo2008-08-101-1/+1
* Add RAM disk supportnuttx-3.11patacongo2008-06-012-122/+8
* examples/ostest can be executed in a looppatacongo2008-06-011-0/+1
* Fix dependencypatacongo2008-06-011-3/+4
* Sim target no longer uses Linux syscalls; works with Cygwinpatacongo2008-06-0120-440/+427
* Added lseek()patacongo2008-02-011-3/+3
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-50/+24
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+2