summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek/usbnsh
Commit message (Expand)AuthorAgeFilesLines
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-311-1/+1
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-141-0/+1
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-161-1/+1
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-161-1/+1
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* SAM4E-EK: Add -fno-strict-aliasingGregory Nutt2014-10-251-1/+1
* Refresh SAM4E configurationsGregory Nutt2014-10-231-5/+25
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-031-0/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* Refresh SAM4E-EK configurationsGregory Nutt2014-08-192-65/+176
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-291-1/+1
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-2/+5
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-3/+3
* SAM4E-EK: CMCC is enabled in all configurations and delay loop has been cali...Gregory Nutt2014-03-261-2/+12
* SAM4E-EK: All configurations converted to run with 120MHz CPU clockGregory Nutt2014-03-261-24/+25
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-relat...Gregory Nutt2014-03-231-1/+1
* Fix bad configuration change of last commitGregory Nutt2014-03-231-2/+2
* SAM4E-EK: Enable interrupt stack in all configurationsGregory Nutt2014-03-231-1/+1
* SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM consoleGregory Nutt2014-03-223-0/+1241