summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm
Commit message (Collapse)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-081-1/+1
|
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-311-1/+0
| | | | board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
* c5471 EVM: Rename files for better conformance to naming conventionsGregory Nutt2015-03-212-3/+4
|
* configs/: board function prototypes are now in include/nuttx/board.h. ↵Gregory Nutt2015-02-271-2/+5
| | | | Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I ↵Gregory Nutt2015-01-143-0/+3
| | | | would like to be able to select IPv4 and/or IPv6 in the future
* C5471 EVM: Refresh configurationsGregory Nutt2014-12-283-193/+663
|
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or ↵Gregory Nutt2014-11-163-3/+3
| | | | CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
* 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
| | | | Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
* 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
| | | | standard setlogmask()
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-203-3/+3
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* 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 -- ↵Gregory Nutt2014-08-243-3/+3
| | | | the architecure must first declare support
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-073-3/+3
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* 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
| | | | tools
* 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 ↵Gregory Nutt2014-01-134-0/+4
| | | | buffering
* 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. ↵Gregory Nutt2013-05-301-3/+3
| | | | Add some missing .gitignore files
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5693 42af7a65-404d-4744-a932-0658087f49c3
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-034-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5604 42af7a65-404d-4744-a932-0658087f49c3
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-154-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5519 42af7a65-404d-4744-a932-0658087f49c3
* configs/many/Make.defs: Fix typo -wstrict-prototypes; Add Calypso keypad ↵patacongo2012-11-284-4/+4
| | | | | | driver (Denis Cariki) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5395 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5368 42af7a65-404d-4744-a932-0658087f49c3
* More changes for Mikepatacongo2012-11-154-12/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5357 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-064-0/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5316 42af7a65-404d-4744-a932-0658087f49c3
* Part I of port of Rhombus math librarypatacongo2012-10-284-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5269 42af7a65-404d-4744-a932-0658087f49c3