summaryrefslogtreecommitdiff
path: root/nuttx/configs/rgmp/x86
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-124-4/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-094-4/+4
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-204-4/+4
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-034-0/+4
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-014-8/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-314-4/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-244-4/+4
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-074-4/+4
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-074-4/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-034-4/+4
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-024-4/+4
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-244-8/+20
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* More trailing whilespace removalGregory Nutt2014-04-134-7/+7
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-3/+3
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-064-4/+0
* configs/rgmp/x86/cxxtest: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-062-385/+612
* configs/rgmp/x86/helloxx: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-062-401/+613
* configs/rgmp/x86/nsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-062-231/+689
* configs/rgmp/x86/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-062-218/+586
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-212-2/+2
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-212-0/+8
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-094-12/+0
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-082-2/+2
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-154-4/+4
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-112-58/+2
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-064-6/+37
* RGMP 4.0 update from Qiang Yupatacongo2012-11-0413-3/+1322
* Part I of port of Rhombus math librarypatacongo2012-10-282-2/+0
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-042-22/+22
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-182-46/+0
* Email address change in nuttx/patacongo2012-09-138-8/+8
* Remove several unused configuration valuespatacongo2012-09-082-2/+0
* Add configurable application entry pointpatacongo2012-08-302-0/+2
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-302-358/+6
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-272-0/+2
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-232-24/+24
* RGMP NSH configuration fixes; Move strerror strings to FLASHpatacongo2012-06-211-0/+1
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-022-3/+0
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-048-0/+1283