summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt1-0/+1
2014-11-16Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt1-1/+1
2014-11-16Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt1-1/+1
2014-11-14ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt1-0/+5
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-10-11Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt1-3/+3
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt1-1/+1
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt1-0/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt1-1/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt1-1/+1
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt1-1/+1
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt1-1/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt1-1/+1
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt1-1/+1
2014-06-24TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt1-2/+5
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-19olimex-lpc1766stk: Refreshed all configurationsGregory Nutt1-47/+74
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt1-1/+1
2014-04-14examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt1-0/+1
2014-04-11Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt1-3/+3
2014-04-09configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt1-1/+1
2014-03-06Refresh configuration filesGregory Nutt1-1/+27
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-03-03Make network buffering sizes consistent in all configurationsGregory Nutt1-2/+2
2014-02-10HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt1-0/+2
2014-02-10Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt1-0/+2
2014-02-09The USB HID mouse driver is now functional. There are some usage issues as d...Gregory Nutt1-1/+0
2014-02-09LP1766-STK: Add a configuration to test the USB HID mouseGregory Nutt1-0/+899