summaryrefslogtreecommitdiff
path: root/nuttx/configs/rgmp
Commit message (Expand)AuthorAgeFilesLines
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-166-6/+6
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-166-6/+6
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-146-0/+30
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-126-6/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-096-6/+6
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-206-6/+6
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-036-0/+6
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-016-12/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-316-6/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-246-6/+6
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-076-6/+6
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-076-6/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-036-6/+6
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-026-6/+6
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-246-12/+30
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-052-2/+2
* More trailing whilespace removalGregory Nutt2014-04-136-9/+9
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-112-6/+6
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-066-6/+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-064-222/+590
* configs/rgmp/arm/nsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-063-216/+685
* configs/rgmp/arm/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-064-210/+589
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-212-2/+2
* Remove empty README.txt filesGregory Nutt2013-08-312-2/+0
* 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-096-16/+0
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-082-2/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-2/+2
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-156-6/+6
* 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-066-6/+51
* RGMP 4.0 update from Qiang Yupatacongo2012-11-0413-3/+1322
* Part I of port of Rhombus math librarypatacongo2012-10-284-4/+0
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-044-44/+44
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-184-92/+0
* Remove executable property from source and make filespatacongo2012-09-134-0/+0
* Email address change in nuttx/patacongo2012-09-1316-16/+16
* Remove several unused configuration valuespatacongo2012-09-084-4/+0
* Add configurable application entry pointpatacongo2012-08-304-0/+4
* Remove documentation from defconfig files so that they are more maintainablepatacongo2012-08-304-716/+12
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-274-0/+4
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-234-48/+48
* RGMP NSH configuration fixes; Move strerror strings to FLASHpatacongo2012-06-212-0/+2
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-024-6/+0
* Add Yu Qiang's patch for RGMP support on the ARMpatacongo2011-08-0418-36/+1288