summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-088-8/+8
* Update several defconfig files. Make sure that every defconfig file that req...Gregory Nutt2015-03-311-0/+2
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-311-4/+5
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-312-4/+7
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-314-0/+4
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+3
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-2/+3
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-4/+6
* LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no lo...Gregory Nutt2015-02-101-2/+3
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-147-0/+7
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-167-7/+7
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt filesGregory Nutt2014-11-161-1/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-167-7/+7
* Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt2014-11-151-17/+115
* 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-1211-11/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-112-6/+6
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-0911-11/+11
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-34/+17
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-33/+18
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-2011-11/+11
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-0311-0/+11
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-0112-27/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-3111-11/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-2411-11/+11
* 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