summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
Commit message (Expand)AuthorAgeFilesLines
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-2015-32/+62
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-101-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Condition out most of the recent NXFFS changes for NAND. NXFFS will never be...Gregory Nutt2013-12-031-28/+90
* configs/sim/configdata: MTD configuration data driver unit test. From Ken P...Gregory Nutt2013-11-044-0/+748
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-151-26/+136
* The last checkin replaced some impossible error handling with DEBUGASSERT. E...Gregory Nutt2013-09-281-0/+3
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-282-20/+90
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-257-7/+7
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-254-4/+4
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-257-7/+7
* Remove empty README.txt filesGregory Nutt2013-08-312-2/+0
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-267-14/+14
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-123-5/+0
* .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-0/+3
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent w...Gregory Nutt2013-05-121-6/+6
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-012-2/+2
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-1/+1
* SMART block driver plus changes to M25P and RAM drivers needed for SMART supportGregory Nutt2013-04-302-2/+0
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-305-177/+1075
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-1/+1
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-14/+19
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-098-16/+0
* 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