summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-311-0/+2
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-311-0/+1
| | | | board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I ↵Gregory Nutt2015-01-141-0/+1
| | | | would like to be able to select IPv4 and/or IPv6 in the future
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or ↵Gregory Nutt2014-11-161-1/+1
| | | | CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-161-1/+1
|
* ARP: Add support for the case where there are multiple networks: One being ↵Gregory Nutt2014-11-141-0/+5
| | | | Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
|
* Change naming of HP work queue configuration varaibles to be symmetric with ↵Gregory Nutt2014-10-111-3/+3
| | | | LP work queue naming
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-091-1/+1
| | | | standard setlogmask()
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-201-1/+1
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-031-0/+1
|
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
|
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
|
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- ↵Gregory Nutt2014-08-241-1/+1
| | | | the architecure must first declare support
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-071-1/+1
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
|
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
|
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-2/+5
|
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-051-1/+1
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* olimex-lpc1766stk: Refreshed all configurationsGregory Nutt2014-04-191-47/+74
|
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-161-1/+1
|
* examples/touchscreen: Add a configuration option to indicate that there is ↵Gregory Nutt2014-04-141-0/+1
| | | | or is not an architecture-specific initialization function
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-3/+3
|
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in ↵Gregory Nutt2014-04-091-1/+1
| | | | configurations that use networking or USB
* Refresh configuration filesGregory Nutt2014-03-061-1/+27
|
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
|
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-031-2/+2
|
* HID mouse can now support some while mice. Problems with Microsoft miceGregory Nutt2014-02-101-0/+2
|
* Add a mouse interface that is similar to the touchscreen interface except ↵Gregory Nutt2014-02-101-0/+2
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* The USB HID mouse driver is now functional. There are some usage issues as ↵Gregory Nutt2014-02-091-1/+0
| | | | described in the top-level TODO list
* LP1766-STK: Add a configuration to test the USB HID mouseGregory Nutt2014-02-091-0/+899