summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
Commit message (Expand)AuthorAgeFilesLines
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-0313-13/+13
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-2/+2
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-281-7/+11
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-2/+9
* Misc bug fixes related to NSH file executionpatacongo2013-01-171-8/+25
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-3/+9
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-1/+2
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-0/+10
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-163-242/+451
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-162-0/+2
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-163-6/+16
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-1/+2
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-158-64/+0
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-1/+1
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-123-3/+14
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-091-2/+12
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-8/+8
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-031-1/+1
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-301-0/+15
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-283-0/+751
* Rename namedapp as simply builtinpatacongo2012-12-234-6/+6
* configs/sim/nxwm now uses kconfig-frontendspatacongo2012-12-213-354/+623
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-3/+18
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-4/+2
* Correct some errors in lib_rand.c from last check-inpatacongo2012-12-011-8/+0
* Add one to internal result of random number generator to avoid the value zero...patacongo2012-12-011-1/+1
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-292-4/+4
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-5/+6
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-073-3/+0
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-0610-0/+80
* uClibc++ exceptions are workingpatacongo2012-11-051-3/+5
* Changes to get a clean build of apps/examples/cxxtest with the STM32 and uCli...patacongo2012-11-041-1/+1
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-024-55/+57
* More uClibc++ build fixespatacongo2012-11-022-1/+18
* Add libsupc++ to sim/cxxtest configurationpatacongo2012-11-022-48/+59
* uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-011-0/+3
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-1/+2
* Correct name of another uClibc++ directorypatacongo2012-11-011-2/+2
* Put uClibc++ header files in a different directory from NuttX header filespatacongo2012-11-011-2/+1
* Fix DRAM size in STM32f4discovery defconfig filespatacongo2012-10-311-2/+7
* Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-317-181/+984
* Part I of port of Rhombus math librarypatacongo2012-10-2811-11/+0
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-0412-122/+122
* Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-291-3/+3
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-1811-308/+0