summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/ramtest
Commit message (Expand)AuthorAgeFilesLines
* A previous change increased the task name size allocation by one to hold a NU...Gregory Nutt2014-12-171-1/+1
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* 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
* 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-14/+63
* Add ELF CFLAGS and LDFLAGS in some Make.defs filesGregory Nutt2014-08-241-0/+14
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* 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
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* Setup the SAMA5D4-EK NSH configuration to use the DRAMBOOT loader by defaultGregory Nutt2014-06-261-1/+5
* SAMA5D4: Add configuration to redirect all interrupts to the AICGregory Nutt2014-06-261-1/+2
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ...Gregory Nutt2014-06-201-2/+1
* SAMA5D4: Add partial support for secure interrupt controller (SAIC)Gregory Nutt2014-06-201-0/+3
* SAMA5D4-EK: Get ramtest clocking up to 528MHzGregory Nutt2014-06-201-3/+7
* SAMA5D4: Initial bring-up fixesGregory Nutt2014-06-191-1/+1
* SAMA5D4: Fix ISRAM base address: 0x00200000, not like the SAMA5D3 SRAM at 0...Gregory Nutt2014-06-181-2/+2
* SAMA5D4-EK: Add an SDRAM test configurationGregory Nutt2014-06-143-0/+1098