summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update all unit tests to conform to recent naming convention changes in NuttXpatacongo2012-09-141-1/+1
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-1/+1
* Email address change in nuttx/patacongo2012-09-1323-23/+23
* Remove several unused configuration valuespatacongo2012-09-0811-11/+0
* More Shenzhou board logicpatacongo2012-09-086-6/+6
* Add configurable application entry pointpatacongo2012-08-3011-0/+11
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-3011-2921/+16
* The USB host driver has been verified on the STM32F4Discoverypatacongo2012-08-291-1/+1
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-2711-0/+11
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-2311-138/+138
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-6/+82