summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/nsh
Commit message (Expand)AuthorAgeFilesLines
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-0/+2
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-311-1/+1
* SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 configurations.Gregory Nutt2015-02-091-3/+5
* SAMA5D4-EK: Add a configuration for testing IPv6Gregory Nutt2015-02-091-0/+1
* Fix an error in IPv6 netmask caused by a bad range in the Kconfig fileGregory Nutt2015-02-052-2/+2
* Refresh configurationGregory Nutt2015-02-051-20/+105
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-141-0/+1
* A previous change increased the task name size allocation by one to hold a NU...Gregory Nutt2014-12-171-1/+1
* Correct spelling: MOUNTPOINT not MOUNTPOUNT. Numerous places. Some are pro...Gregory Nutt2014-12-011-1/+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
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-3/+3
* 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
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-1/+1
* SAMA5D4-EK/nsh: WM8904 support enabled; README updatedGregory Nutt2014-09-181-11/+44
* SAMA5D4-EK: Add documentation/support for Rev E. board. Refresh NSH configur...Gregory Nutt2014-09-171-0/+5
* 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
* Refresh all configurations that have MMUsGregory Nutt2014-08-301-2/+11
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-242-2/+16
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* Refresh configurationGregory Nutt2014-08-161-0/+11
* SAMA5 setenv.sh: Add another CodeSourcery install pathGregory Nutt2014-08-161-0/+1
* 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
* Update some defconfig files; enable network initialization threadGregory Nutt2014-08-061-0/+3
* NSH Networking: Also add an option to let platform-specific logic select the...Gregory Nutt2014-08-061-16/+35
* The SAMA5D4-EK NSH and NxWM configurations now have the auto-mounter configur...Gregory Nutt2014-07-291-0/+7
* SAMA5: Poll USB keyboard at a higher rate for better responseGregory Nutt2014-07-291-9/+16
* SAMA5D4-EK NSH: Enable the command line media player in the NSH configuratio...Gregory Nutt2014-07-231-4/+56
* SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer i...Gregory Nutt2014-07-231-1/+1
* SAMA5D4-EK: HSMCI0 must use XDMAC0 (or made unsecure)Gregory Nutt2014-07-211-3/+5
* SAMA5D4-EK NxWM Configuration: Increase number of preallocated watchdogs and...Gregory Nutt2014-07-171-1/+1
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-1/+4
* SAMA5D4-EK: The MXT should be able to handle an I2C frequency of 400KHzGregory Nutt2014-07-121-1/+3
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-111-0/+7
* SAMA5D4-EK: Add an NxWM configurationGregory Nutt2014-07-101-2/+3
* SAMA5D4-EK: The NX graphics example is now enabled by defaultGregory Nutt2014-07-101-4/+102
* SAMA5D4-EK: The maXTouch controller and test is now enabled by default in the...Gregory Nutt2014-07-101-3/+17
* SAMA5D4-EK: Add the button test to the NSH configurationGregory Nutt2014-07-071-2/+17
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* SAMA5D4-EK: Add support for USB hostGregory Nutt2014-07-031-2/+41
* Merge remote-tracking branch 'origin/master' into netiobGregory Nutt2014-07-021-7/+35
|\
| * SAMA5D4-EK: NSH should run at 528MHzGregory Nutt2014-07-021-2/+2
| * SAMA5D4-EK: NSH configuration now has TWI0 enabled and supports the I2C toolGregory Nutt2014-07-021-2/+19
| * SAMA5D3-EK: Enable the procfs file system in the NSH configurationGregory Nutt2014-07-021-1/+9
| * SAMA54D-EK: Don't disable any features in the NSH configuration. Comments u...Gregory Nutt2014-07-021-2/+5
* | NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
|/