summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
Commit message (Collapse)AuthorAgeFilesLines
* SAM4 Ethernet Driver: No supports operation using the high priority work ↵Gregory Nutt2015-02-101-4/+10
| | | | | | queue so that packet processing can occur outside of interrupt level processing. SAM4E-EK: The nsh configuration now configures the Ethernet driver for execution on the HP work thread.
* Refresh ConfigurationGregory Nutt2015-02-091-14/+65
|
* 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
* apps/examples/bridge: Lots of fixes. I think it is working although I have ↵Gregory Nutt2014-11-211-1/+3
| | | | still have host firewall issues in testing
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or ↵Gregory Nutt2014-11-164-4/+4
| | | | CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt filesGregory Nutt2014-11-161-2/+2
|
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-163-3/+3
|
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-123-3/+0
|
* SAM4E-EK: Fix an error in USART1 pin numberGregory Nutt2014-10-291-2/+2
|
* SAM4E-EK: Add -fno-strict-aliasingGregory Nutt2014-10-253-3/+3
|
* SAM4E-EK: Add support for PHY insterruptGregory Nutt2014-10-245-2/+309
|
* Refresh SAM4E configurationsGregory Nutt2014-10-233-25/+56
|
* Trivial update to README fileGregory Nutt2014-10-131-2/+2
|
* Add SAM4E OpenOCD scriptsGregory Nutt2014-10-133-2/+112
|
* Change naming of HP work queue configuration varaibles to be symmetric with ↵Gregory Nutt2014-10-111-3/+3
| | | | LP work queue naming
* Enable TCP write buffering in one SAM4E-EK configurationGregory Nutt2014-10-112-5/+21
|
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-093-3/+3
| | | | standard setlogmask()
* Remaining files under nuttx/configs changed to use the corrected syslog ↵Gregory Nutt2014-10-082-6/+7
| | | | interfaces
* All USB MSC-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-24/+4
| | | | syslog interfaces
* All NSH-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-20/+4
| | | | syslog interfaces
* More NxWM build fixesGregory Nutt2014-09-201-2/+10
|
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-3/+3
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-203-9/+9
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-10/+10
|
* Fix some minor issues with the exampls/udp MakefileGregory Nutt2014-09-101-2/+10
|
* 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
* Refresh some configurationsGregory Nutt2014-08-211-0/+3
|
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-204-0/+1723
|
* SAM4E-EK LCD finally worksGregory Nutt2014-08-201-23/+29
|
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-204-41/+1343
|
* Add a register definition header file for the ILI9341 LCDGregory Nutt2014-08-193-3/+7
|
* Trivial typo fixGregory Nutt2014-08-191-1/+1
|
* Refresh SAM4E-EK configurationsGregory Nutt2014-08-195-139/+358
|
* Update README files, Kconfig help comments, and make the network monitor not ↵Gregory Nutt2014-08-181-0/+26
| | | | EXPERIMENTAL
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-072-2/+2
| | | | 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-072-2/+0
|
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-295-6/+6
|
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-16/+21
|
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-032-2/+2
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-023-3/+3
|
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-242-4/+10
|
* Fix typos from previous commit to fix button interruptsGregory Nutt2014-06-221-1/+1
|
* Several other interrupt button implementations had the same problem as did ↵Gregory Nutt2014-06-151-4/+17
| | | | the sam4s-xplained
* SAM4E GPIO: Fix some compile errors when CONFIG_DEBUG_GPIO is enabledGregory Nutt2014-05-151-0/+5
|
* Misc changes while testing the SAM4E-EK LCD (still does not work)Gregory Nutt2014-05-143-15/+22
|
* SAM4E-EK: Ooops.. two touchscreen drivers(?)Gregory Nutt2014-05-143-300/+6
|
* SAM4E-EK: Add a touchscreen driver (untestd on initial checkin)Gregory Nutt2014-05-134-12/+386
|