summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* USB monitor: Fix some bad conditional compilationGregory Nutt2013-09-232-1/+3
* SAMA5 HSMCI: Disable TX DMA. it is not reliableGregory Nutt2013-09-234-26/+156
* SAMA5 HSMCI DMA clean-up. There are still some issuesGregory Nutt2013-09-233-7/+8
* ZKIT-ARM-1769: LED1 is now user controllable. From Rashid FatahGregory Nutt2013-09-233-42/+113
* Cosmetic changes to comments and coding style fixesGregory Nutt2013-09-222-96/+115
* SAMA5D3x-EK AT25 Serial FLASH: Dropping SPI frequency to 10MHz gives more rel...Gregory Nutt2013-09-223-6/+14
* Use a valid interval for the interrupt endpoint in the CDC/ACM driverGregory Nutt2013-09-222-1/+5
* Un-neccesary, cosmetic changes to label names and commentsGregory Nutt2013-09-226-9/+11
* SAMA5 OHCI: Back out a change, the real root cause was a bug in the cache lo...Gregory Nutt2013-09-222-9/+1
* ARMv7-A: Fix some error in alignment to cache line boundaries in the cache op...Gregory Nutt2013-09-213-2/+6
* Fix minor typos in README fileGregory Nutt2013-09-211-3/+3
* SAMA5 OHCI: Fix some strange Dcache problems that I still don't understand; ...Gregory Nutt2013-09-211-26/+34
* SAMA5D3x-EK: Always use UPLL for USB clockingGregory Nutt2013-09-213-18/+14
* Cosmetic changes to USB host class driver filesGregory Nutt2013-09-213-11/+11
* ARMv7-A: Clarify end address paramet in cache operations: It is the end+1 ad...Gregory Nutt2013-09-215-8/+8
* SAMA5 + HID Keyboard. Fixes to initialize the HID keyboard classGregory Nutt2013-09-202-7/+25
* SAMA5 OHCI: Fix some problems with D-Cache coherency and physical addressing...Gregory Nutt2013-09-203-1/+26
* Several usability improvements the SAMA5D3x-EK configurationsGregory Nutt2013-09-204-7/+12
* Names of some USB device definitions changed to avoid collisionsGregory Nutt2013-09-2011-26/+49
* SAMA5 OHCI: When UPLL drives OHCI the logically correct divider of 10 does n...Gregory Nutt2013-09-193-2/+16
* SAMA5 EHCI: Fix bits being clobbered in PORTSC on hand-off to OHCI. OHCI: F...Gregory Nutt2013-09-192-7/+10
* More USB host trace conditional compilation problemsGregory Nutt2013-09-191-7/+6
* Fix inconsistency in USB host tracing definitionsGregory Nutt2013-09-193-17/+44
* Ran make oldconfig on the SAMA5 NSH configurationGregory Nutt2013-09-181-5/+3
* SAMA5: Add support for the FPU OS testGregory Nutt2013-09-186-7/+131
* Condition the CC3000 example on having selected the CC3000 deviceGregory Nutt2013-09-182-1/+4
* Add FPU configuration options for the OS testGregory Nutt2013-09-182-1/+34
* LPC17xx SPI: Remove an unused static prototype that caused a compile time wa...Gregory Nutt2013-09-172-1/+9
* A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt2013-09-1740-14/+40
* Zkit-ARM-1868: MMC/SD is on SPI, not SSP0. From Rashid FatahGregory Nutt2013-09-172-52/+117
* SAMA5 EMAC: Changes from early debug sessions. Still a way to goGregory Nutt2013-09-176-98/+256
* Fix NSH default IP addressGregory Nutt2013-09-172-2/+5
* SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GM...Gregory Nutt2013-09-177-89/+113
* Add definitions for the Micrel KSZ8051 PHYGregory Nutt2013-09-171-0/+35
* Add support for multiple PHY selections for multiple Ethernet MAC driversGregory Nutt2013-09-173-25/+81
* Eliminate a warning when DHCP is not enabledGregory Nutt2013-09-172-2/+10
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-172-19/+19
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-1752-123/+123
* SAMA4 EMAC: Remove some editor garbage that ended up in the last commitGregory Nutt2013-09-161-20/+0
* SAMA5 EMAC: Add basic PHY logicGregory Nutt2013-09-162-259/+651
* SAMA5 EMAC: Packet transmission logicGregory Nutt2013-09-163-169/+124
* SAMA4 EMAC: Add basic interrupt handling logicGregory Nutt2013-09-161-375/+490
* SAMA5 EMAC: Incremental progress. Still not code completeGregory Nutt2013-09-169-953/+798
* Freescale Kinetis KL25Z PIT and TPM module register definitionsGregory Nutt2013-09-154-0/+314
* SAMA4 EMAC buffer allocation logicGregory Nutt2013-09-151-0/+110
* SAMA5 Ethernet: Add support for PHY interruptsGregory Nutt2013-09-159-145/+339
* Back out part of a recent, incorrect ROMFS changeGregory Nutt2013-09-141-1/+1
* Prep for release 6.30nuttx-6.30Gregory Nutt2013-09-144-883/+289
* SAMA5: Update Ethernet initalization logic to handle both EMAC and GMACGregory Nutt2013-09-143-54/+167
* SAMA5 EMAC: Create a empty, skeleton file that will eventually become the SA...Gregory Nutt2013-09-134-0/+2959