summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
Commit message (Expand)AuthorAgeFilesLines
...
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0215-15/+15
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-2/+5
* Make sure apps/examples/pashello still builds; update comments; refresh confi...Gregory Nutt2014-05-091-47/+80
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary f...Gregory Nutt2014-05-091-0/+1
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-48/+79
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-054-4/+4
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-142-0/+2
* More trailing whilespace removalGregory Nutt2014-04-132-3/+3
* Refresh configuration filesGregory Nutt2014-03-0615-116/+1084
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-0615-15/+0
* configs/sim/nx11: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-043-520/+688
* configs/sim/pashello: Configuration converted to use the kconfig-frontends toolGregory Nutt2014-03-042-210/+521
* configs/sim/touchscreen: Configuration converted to use the kconfig-frontends...Gregory Nutt2014-03-043-277/+572
* configs/sim/nettest: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-033-207/+568
* configs/sim/nx: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-022-270/+545
* configs/sim/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-312/+666
* Add logic to meaure and calculate the CPU load percentage. From David AlessioGregory Nutt2014-02-223-0/+7
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-211-1/+1
* Enable new NSH features by default in the sim/nsh configurationGregory Nutt2014-01-111-0/+3
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-4/+35
* Cosmetic: Updates to TODO anre README textGregory Nutt2014-01-021-0/+18
* sim/mount: Converted to use kconfig-frontends toolsGregory Nutt2014-01-012-202/+502
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-301-0/+1
* NxWidgets server initialization must be performed in the kernel when NxWdiget...Gregory Nutt2013-12-291-16/+60
* 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