summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
Commit message (Expand)AuthorAgeFilesLines
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-042-12/+14
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-4/+5
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-313-3/+3
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-312-3/+5
* Update READMEGregory Nutt2015-03-091-1/+1
* SAMV71-XULT: Add support for on-board LEDs. Includes partial support for on-...Gregory Nutt2015-03-092-5/+1
* SAMV7: Add basic clock and timer ISR configuration logicGregory Nutt2015-03-071-6/+7
* Cortex-M7/SAMV71-XULT: Various fixes for building Cortex-M7 with SAMV71.Gregory Nutt2015-03-061-6/+6
* Refresh configurationGregory Nutt2015-03-061-2/+5
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-2/+3
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-3/+5
* configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt2015-02-271-10/+0
* SAM4 Ethernet Driver: No supports operation using the high priority work que...Gregory Nutt2015-02-101-4/+10
* Refresh ConfigurationGregory Nutt2015-02-091-14/+65
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-143-0/+3
* 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