summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3-xplained
Commit message (Expand)AuthorAgeFilesLines
* A previous change increased the task name size allocation by one to hold a NU...Gregory Nutt2014-12-172-2/+2
* Nucleo-F4x1RE: Fix some joystick shield logicGregory Nutt2014-12-041-1/+3
* Nucleo-F4x1RE: Add support for an analog joystick shield. There are still so...Gregory Nutt2014-12-031-1/+1
* Update READMEGregory Nutt2014-12-031-0/+10
* SAMA5D3 Xplained: A few fixes for the AJoystick driver (still not working)Gregory Nutt2014-12-033-14/+19
* SAMA5D3 Xplained: Add support for the Itead Joystick shieldGregory Nutt2014-12-036-12/+696
* Fix minor typos in C commentsGregory Nutt2014-11-272-2/+2
* Update comments and READMEGregory Nutt2014-11-241-2/+13
* Network: Misc changes to UDP bind logic for the case of multiple networksGregory Nutt2014-11-211-2/+2
* Update READMEsGregory Nutt2014-11-211-0/+14
* apps/examples/bridge: Lots of fixes. I think it is working although I have ...Gregory Nutt2014-11-211-4/+6
* apps/examples/bridge: Add host-side test driverGregory Nutt2014-11-211-0/+2
* SAMA5D3 Xplained: Add an apps/examples/bridge configurationGregory Nutt2014-11-205-2/+1312
* 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-121-1/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* 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-25/+9
* Fix some comments: Remove button description from GPIO interrupt handlers th...Gregory Nutt2014-09-292-4/+4
* 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-012-4/+2
* 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-13/+64
* 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-241-0/+14
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* 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-4/+50
* 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-161-0/+1
* Update README filesGregory Nutt2014-08-121-1/+3
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-113-1/+14
* 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-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* SAMA5D3 HSMCI: TX DMA is again disabledGregory Nutt2014-08-051-6/+4
* SAMA5 PCK: Add Main clock as an option for the PCK clock sourceGregory Nutt2014-08-034-0/+4
* SAMA5 HSMCI: e-enable TX DMA and verify that DMA writes to the SD card are fu...Gregory Nutt2014-07-301-7/+38
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-293-8/+8
* SAMA5D-EK: Correct system timer frequency. Input clock is MCK/2, not MCKGregory Nutt2014-07-294-0/+4
* SAMA5D3/4: All configurations. I suspect a MMC/SD multi-block DMA transfer i...Gregory Nutt2014-07-231-0/+7
* SAMA5: Add slow clock supportGregory Nutt2014-07-195-4/+5
* Some cosmetic typo fixesGregory Nutt2014-07-094-5/+5
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-073-7/+24