summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/olimex-lpc1766stk/slip-httpd
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt1-0/+1
2014-11-16Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt1-1/+1
2014-11-16Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt1-1/+1
2014-11-15Network: Update SLIP configuration; Fix compile issues when building SLIP onlyGregory Nutt1-17/+115
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt1-1/+1
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt1-0/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt1-1/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt1-1/+1
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt1-1/+1
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt1-1/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt1-1/+1
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt1-1/+1
2014-06-24TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt1-2/+5
2014-04-19olimex-lpc1766stk: Refreshed all configurationsGregory Nutt1-52/+66
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt1-1/+1
2014-04-13More trailing whilespace removalGregory Nutt1-1/+1
2014-03-06Refresh configuration filesGregory Nutt1-0/+20
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-03-04configs/olimex-lpc1766stk/slip-httpd: Configuration converted to use the kcon...Gregory Nutt2-424/+654
2014-03-01configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt1-1/+0
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt1-1/+0
2014-01-20Update paths to more recent CodeSourcery toolchainGregory Nutt1-1/+2
2014-01-15Misc changes from Richard CochranGregory Nutt1-0/+0
2014-01-13Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt1-0/+1
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt1-2/+4
2013-09-17A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt1-0/+1
2013-09-17Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt1-1/+1
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt1-2/+2
2013-04-12Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt1-1/+0
2013-03-09More changes for a kernel-mode allocator (more to be done)patacongo1-2/+0
2013-03-05Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo1-1/+1
2013-01-15Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo1-1/+1
2013-01-12Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo1-1/+1
2012-12-08Add tools/link.bat, unlink.bat, and copydir.batpatacongo1-1/+1
2012-11-21Big refactoring of toolchain definitions by Mike Smithpatacongo1-31/+1
2012-11-15More changes for Mikepatacongo1-1/+1
2012-11-06Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo1-0/+8
2012-10-28Part I of port of Rhombus math librarypatacongo1-1/+0
2012-10-23Move ld.script files from configuration directories to script/ directorypatacongo2-112/+3
2012-10-20The termios c_speed field cannot be 'const'patacongo1-5/+0
2012-10-12Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.patacongo1-5/+36
2012-10-10Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo1-1/+1
2012-10-10Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo1-1/+1
2012-10-06All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo1-2/+6
2012-10-05Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo1-2/+2
2012-10-04Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo1-26/+26
2012-09-18Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo1-28/+0