summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm
Commit message (Expand)AuthorAgeFilesLines
* C5471 EVM: Refresh configurationsGregory Nutt2014-12-283-193/+663
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-163-3/+3
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-163-3/+3
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-143-0/+15
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-123-3/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-093-3/+3
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-203-3/+3
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-033-0/+3
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-013-6/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-313-3/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-243-3/+3
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-073-3/+3
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-073-3/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-034-9/+9
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-023-3/+3
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-243-6/+15
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-3/+3
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-063-3/+0
* configs/c5471evm/nsh: Configuration converted to use the kconfig-frontends toolsGregory Nutt2014-03-054-268/+726
* configs/c5471evm/httpd: Configuration converted to use the kconfig-frontends ...Gregory Nutt2014-03-042-234/+614
* configs/olimex-strp711/nettest: Converted to use kconfig-frontends toolsGregory Nutt2014-03-031-6/+2
* configs/c5471evm/nettest converted use kconfig-frontends. C5471 build updatedGregory Nutt2014-03-0315-642/+960
* Removed almost all ostest configurationsGregory Nutt2014-02-286-559/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-6/+6
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-134-0/+4
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-204-12/+20
* Remove empty README.txt filesGregory Nutt2013-08-312-3/+0
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-264-8/+8
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-3/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-094-8/+0
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-034-4/+4
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-154-4/+4
* configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad driv...patacongo2012-11-284-4/+4
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* More changes for Mikepatacongo2012-11-154-12/+8
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-064-0/+32
* Part I of port of Rhombus math librarypatacongo2012-10-284-4/+0
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-104-4/+4
* Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-104-4/+4
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-054-4/+4
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-044-68/+68
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-184-92/+0