summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
Commit message (Expand)AuthorAgeFilesLines
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-0711-11/+11
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-0711-11/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-1/+4
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-0311-11/+11
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0211-11/+11
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-247-14/+35
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-2/+2
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-054-4/+4
* olimex-lpc1766stk: Refreshed all configurationsGregory Nutt2014-04-1911-536/+791
* Remove other traces of network interrupt prioritizationGregory Nutt2014-04-196-7/+5
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-1612-15/+11
* examples/touchscreen: Add a configuration option to indicate that there is o...Gregory Nutt2014-04-141-0/+1
* More trailing whilespace removalGregory Nutt2014-04-1315-19/+19
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-113-9/+9
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-096-6/+6
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-2/+1
* LPC17 USB Host: Minor clean-up after performing some regressin testingGregory Nutt2014-03-192-11/+19
* Refresh configuration filesGregory Nutt2014-03-0611-96/+731
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-0611-11/+0
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-5/+5
* configs/olimex-lpc1766stk/slip-httpd: Configuration converted to use the kcon...Gregory Nutt2014-03-043-495/+688
* configs/olimex-lpc1766stk/thttpd: Configuration converted to use the kconfig-...Gregory Nutt2014-03-043-423/+690
* configs/olimex-lpc1766stk/usbmsc: Configuration converted to use the kconfig-...Gregory Nutt2014-03-033-406/+650
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-035-11/+11
* configs/olimex-lpc1766stk/nx converted to use the kconfig-frontendsGregory Nutt2014-03-023-469/+677
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-4/+0
* Removed almost all ostest configurationsGregory Nutt2014-02-285-719/+1
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-282-0/+4
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-212-2/+2
* SAM4E: Add support for PIO and peripheral clocksGregory Nutt2014-02-211-0/+7
* Fix some errors that crept into the conversion of an Olimex-LPC1766STK config...Gregory Nutt2014-02-211-9/+5
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools b...Gregory Nutt2014-02-202-462/+748
* 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 tha...Gregory Nutt2014-02-102-2/+7
* The USB HID mouse driver is now functional. There are some usage issues as d...Gregory Nutt2014-02-092-4/+3
* LP1766-STK: Add a configuration to test the USB HID mouseGregory Nutt2014-02-096-10/+1284
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-2141/+0
* Rename Olimex LPC1766-STK files to conform with current naming standardsGregory Nutt2014-02-0910-0/+2130
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-091-8/+77
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-9/+9
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-242-8/+8
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-6/+6
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-60/+5
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-2411-11/+0
* Refresh the Olimex LPC1766STK NSH configurationGregory Nutt2014-01-201-18/+131
* Update paths to more recent CodeSourcery toolchainGregory Nutt2014-01-2011-12/+23
* Misc changes from Richard CochranGregory Nutt2014-01-158-0/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-136-0/+6
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-2011-22/+44
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-1/+1