summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek
Commit message (Expand)AuthorAgeFilesLines
* A previous change increased the task name size allocation by one to hold a NU...Gregory Nutt2014-12-176-6/+6
* Fix minor typos in C commentsGregory Nutt2014-11-272-2/+2
* Update READMEGregory Nutt2014-11-201-2/+10
* 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 in all configs/ README.txt filesGregory Nutt2014-11-161-2/+2
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-128-8/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-113-9/+9
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-098-8/+8
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-22/+2
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-27/+12
* Fix some comments: Remove button description from GPIO interrupt handlers th...Gregory Nutt2014-09-292-4/+4
* Document SAMA5D3x-EK/nxwm build problemGregory Nutt2014-09-201-0/+35
* More NxWM build fixesGregory Nutt2014-09-201-0/+3
* 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-208-15/+15
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-202-11/+11
* Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK...Gregory Nutt2014-09-171-0/+3
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-019-18/+2
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-318-8/+0
* Refresh all configurations that have MMUsGregory Nutt2014-08-308-73/+377
* Add linker scripts needed to build ELF modulesGregory Nutt2014-08-241-0/+129
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-248-0/+111
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-248-8/+8
* SAM4E-EK: Add an NxWM configurationGregory Nutt2014-08-201-4/+4
* Update README files, Kconfig help comments, and make the network monitor not ...Gregory Nutt2014-08-181-1/+71
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-9/+69
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-171-5/+51
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-171-21/+23
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-162-20/+23
* Convert existing board specific PHY interrupt interfaces to use newly defined...Gregory Nutt2014-08-163-27/+75
* SAMA5 setenv.sh: Add another CodeSourcery install pathGregory Nutt2014-08-168-7/+15
* Update README filesGregory Nutt2014-08-121-2/+4
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-114-5/+19
* Updated README filesGregory Nutt2014-08-101-0/+5
* Cosmetic changed, updated README files, improved commentsGregory Nutt2014-08-101-0/+23
* Update README filesGregory Nutt2014-08-101-0/+57
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-078-8/+8
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-078-8/+0
* SAMA5D3 HSMCI: TX DMA is again disabledGregory Nutt2014-08-051-7/+5
* SAMA5: Some usage documents for media playersGregory Nutt2014-08-041-0/+43
* WM8904: Update READMEs and defconfigs to last tested configurationGregory Nutt2014-08-042-0/+4
* WM8904 interface enable method now returns the previous interrupt state. Cor...Gregory Nutt2014-08-041-33/+52
* Correct the WM8904 interrupt configuration, active high level. Fix that and d...Gregory Nutt2014-08-041-3/+11
* SAMA5 WM8904: Add option to use MAINCK as WM8904 MCLKGregory Nutt2014-08-032-0/+23
* SAMA5 PCK: Add Main clock as an option for the PCK clock sourceGregory Nutt2014-08-034-0/+4
* SAMA5D3X-EK NxPlayer Configuration: Update with last WM8904 settingsGregory Nutt2014-08-021-0/+3
* WM8904: Ad the MCLK frequency to the interface definition. The WM8904 drive...Gregory Nutt2014-08-011-0/+1
* Add debug logic to dump WM8904 registersGregory Nutt2014-08-011-14/+15
* SAMA5 WM8904: Fix errors in programmable clock output configurationGregory Nutt2014-08-011-2/+2
* SAMA5 SSC: Start Delay is now configurableGregory Nutt2014-08-011-1/+3