summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lpcxpresso-lpc1768
AgeCommit message (Expand)AuthorFilesLines
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2-5/+6
2015-01-14Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt3-0/+3
2014-11-16Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt3-3/+3
2014-11-16Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt3-3/+3
2014-11-14ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt3-0/+15
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt5-5/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt5-5/+5
2014-10-08All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt1-34/+13
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-25/+9
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt5-5/+5
2014-09-20Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt5-0/+5
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt5-10/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt5-5/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt5-5/+5
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt5-5/+5
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt5-5/+0
2014-07-16Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt1-1/+4
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt5-5/+5
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt5-5/+5
2014-06-24TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2-4/+10
2014-06-23Add support for the LPCXpresso's RTC, ADC, DAC, Timer, PWM, and MCPWM. All f...Gregory Nutt4-2/+377
2014-05-22Change all variadic macros to C99 styleGregory Nutt1-3/+3
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-19lpcxpresso-lpc1768: Refreshed all configurationsGregory Nutt2-93/+195
2014-04-19lpcxpresso-lpc1768: Refreshed all configurationsGregory Nutt3-154/+274
2014-04-19Remove other traces of network interrupt prioritizationGregory Nutt4-5/+3
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt6-9/+5
2014-04-13More trailing whilespace removalGregory Nutt11-60/+60
2014-04-11Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2-4/+4
2014-04-09configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2-2/+2
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt5-5/+0
2014-03-05Use common naming for all buildroot toolchainsGregory Nutt1-6/+6
2014-03-04configs/lpcxpresso-lpc1768/thttpd: Configuration converted to use the kconfig...Gregory Nutt3-418/+690
2014-03-03Add missing DHCPD configuration settingsGregory Nutt1-0/+9
2014-03-03configs/lpcxpresso-lpc1768/usbmsc: Configuration converted to use the kconfig...Gregory Nutt3-400/+662
2014-03-03configs/lpcxpresso-lpc1768/dhcpd: Configuration converted to use the kconfig-...Gregory Nutt3-405/+659
2014-03-03Make network buffering sizes consistent in all configurationsGregory Nutt1-1/+1
2014-03-02configs/lpcxpresso-lpc1768/nx: Configuration converted to use the kconfig-fro...Gregory Nutt3-447/+676
2014-03-01configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt4-4/+0
2014-03-01configs/lpcxpresso-lpc1768/nsh converted to use the kconfig-frontends toolsGregory Nutt3-423/+798
2014-02-28Removed almost all ostest configurationsGregory Nutt5-692/+0
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt2-7/+7
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt6-6/+0
2014-01-15Misc changes from Richard CochranGregory Nutt6-0/+0
2014-01-13Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt3-0/+3
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt6-12/+24
2013-12-05LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt1-1/+1
2013-09-25Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt9-65/+65
2013-09-17A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt6-0/+6