summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco
Commit message (Expand)AuthorAgeFilesLines
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-165-5/+5
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-165-5/+5
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-145-0/+25
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-125-5/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-095-5/+5
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-205-5/+5
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-035-0/+5
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-015-10/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-315-5/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-245-5/+5
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-075-5/+5
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-075-5/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-036-11/+11
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-025-5/+5
* 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-135-6/+6
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-112-4/+4
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-091-1/+1
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-065-5/+0
* configs/ez80f910200zco/poll: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-042-369/+647
* configs/ez80f910200zco/nsh: Configuration converted to use the kconfig-fronte...Gregory Nutt2014-03-043-434/+789
* configs/c5471evm/httpd: Configuration converted to use the kconfig-frontends ...Gregory Nutt2014-03-041-1/+1
* configs/ez80f910200zco/httpd: Configuration converted to use the kconfig-fron...Gregory Nutt2014-03-043-409/+687
* Add missing DHCPD configuration settingsGregory Nutt2014-03-031-0/+9
* configs/ez80f910200zco/dhcpd converted to use the kconfig-frontends toolsGregory Nutt2014-03-033-388/+660
* Fix other ez80 configurations for changes made to configuratino variablesGregory Nutt2014-03-035-5/+13
* onfigs/ez80f910200zco/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-033-384/+675
* Removed almost all ostest configurationsGregory Nutt2014-02-289-1963/+3
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-6/+6
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-2/+2
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-7/+2
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-135-0/+5
* Beginning separation of debug symbols and optimization selectionsGregory Nutt2013-12-206-12/+48
* More changes for a clean ez80 KITG buildGregory Nutt2013-11-296-4/+40
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-286-6/+42
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-251-1/+1
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-266-7/+7
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-121-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-3/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-047-0/+46
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-095-10/+0
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-032-2/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-156-6/+6
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-2/+2
* Rename namedapp as simply builtinpatacongo2012-12-231-1/+1
* More z180 serial logicpatacongo2012-12-146-6/+6