summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
Commit message (Expand)AuthorAgeFilesLines
* apps/examples/bridge: Lots of fixes. I think it is working although I have ...Gregory Nutt2014-11-211-1/+3
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-164-4/+4
* 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 L...Gregory Nutt2014-10-111-3/+3
* 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
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-082-6/+7
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-24/+4
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-20/+4
* 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 CONFIG_NXW...Gregory Nutt2014-09-203-9/+9
* 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 -- th...Gregory Nutt2014-08-243-3/+3
* 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
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-072-2/+2
* 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 th...Gregory Nutt2014-06-151-4/+17
* 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
* SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)Gregory Nutt2014-05-135-233/+1462
* SAM4E: PIO definition clean-upGregory Nutt2014-05-121-22/+1
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-052-2/+2