summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lm3s6965-ek
AgeCommit message (Expand)AuthorFilesLines
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2-5/+5
2015-01-14Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt3-0/+3
2015-01-01TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLA...Gregory Nutt2-16/+2
2014-12-28LM3S6965-EK: Refresh one configurations, turning off DEBUGGregory Nutt1-84/+238
2014-12-21Tiva SSI and board configurations: hange negative Tiva logic CONFIG_SSIx_DISA...Gregory Nutt8-19/+16
2014-12-18Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic ...Gregory Nutt5-45/+45
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 Nutt4-4/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt4-4/+4
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-29/+13
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt4-4/+4
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 Nutt4-0/+4
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt4-8/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt4-4/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt4-4/+4
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt4-4/+4
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt3-3/+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 Nutt4-4/+4
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt4-4/+4
2014-06-24TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt3-6/+15
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 Nutt2-2/+2
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt5-8/+4
2014-04-13More trailing whilespace removalGregory Nutt5-12/+12
2014-04-11Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt3-9/+9
2014-04-09configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt3-3/+3
2014-04-07lm3s6965: Add path to the CodeSourcery toolchainGregory Nutt4-12/+40
2014-03-09Refresh all LM3/4/Tiva configurationsGregory Nutt3-97/+656
2014-03-08Refresh LM3S defconfig filesGregory Nutt1-37/+258
2014-03-08functions and definitions renamed from lm_ to tiva_Gregory Nutt8-110/+110
2014-03-08All files and functions beginning with lm_ changed to tiva_Gregory Nutt8-44/+45
2014-03-08The old lm/ directories were enamed tiva/ to better support new products comi...Gregory Nutt4-4/+4
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt4-4/+0
2014-03-05Use common naming for all buildroot toolchainsGregory Nutt1-5/+5
2014-03-03Make network buffering sizes consistent in all configurationsGregory Nutt3-6/+6
2014-03-01configs/lm3s8962-ek/nsh converted to use the kconfig-frontends toolsGregory Nutt4-4/+4
2014-02-28Removed almost all ostest configurationsGregory Nutt4-723/+0
2014-02-28configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2-0/+4
2014-02-21Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt1-1/+1
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt2-13/+13
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt5-5/+0
2014-01-15Misc changes from Richard CochranGregory Nutt5-3/+3
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 Nutt5-10/+20
2013-09-25Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt5-5/+5
2013-09-25Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt4-4/+4