summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-3115-15/+0
* Add a tool to make refreshing configurations easier when you wnat to do a lot...Gregory Nutt2014-08-291-0/+4
* Add build support for ELF modules. Useless at the moment because there is no...Gregory Nutt2014-08-2516-0/+343
* Update some sim/ defconfig files. This now automatically switches them to x8...Gregory Nutt2014-08-252-66/+181
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-2415-15/+15
* Fix a computation error in the fix for the last computational errorGregory Nutt2014-08-111-2914/+0
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-0715-15/+15
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-0715-15/+0
* Make sure that all sim configurations have CONFIG_SIM_M32 undefined. That is...Gregory Nutt2014-07-211-1/+1
* sim/nettest, updated defconfig fileGregory Nutt2014-07-211-50/+142
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-166-6/+21
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-0315-15/+15
* 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