summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-3/+12
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-2/+2
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-1/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add interface to enabled/disable debug outputpatacongo2012-02-121-6/+7
* 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
* Fix NXFFS compilation errorpatacongo2011-09-281-21/+0
* Add a simulated touchscreen driverpatacongo2011-09-281-0/+23
* Incorporate uIP patchespatacongo2011-01-231-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-3/+5
* Register /dev/zero toopatacongo2008-11-151-0/+1
* Add a test of ROMFSpatacongo2008-09-111-0/+2
* Add mem command to NSHpatacongo2008-08-291-0/+1
* Fix Linux sim errors/warningpatacongo2008-08-291-0/+9
* Add RAM disk supportnuttx-3.11patacongo2008-06-011-1/+1
* Sim target no longer uses Linux syscalls; works with Cygwinpatacongo2008-06-011-18/+18
* Fixed for CYGWIN buildpatacongo2007-09-181-1/+1
* Added support for socket descriptorspatacongo2007-09-011-1/+1
* Adding uIP 1.0patacongo2007-08-261-0/+3
* Add simulated block devicepatacongo2007-05-091-2/+3
* NuttX RTOSpatacongo2007-02-171-0/+88