summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src/sam_ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some comments: Remove button description from GPIO interrupt handlers th...Gregory Nutt2014-09-291-2/+2
* 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
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-18/+21
* Convert existing board specific PHY interrupt interfaces to use newly defined...Gregory Nutt2014-08-161-12/+74
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+4
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-101-4/+4
* SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Th...Gregory Nutt2014-06-091-2/+2
* SAMA5: Rename most EMAC definitions to EMAC0 to handle the SAMA5D4 which has...Gregory Nutt2014-06-041-2/+2
* SAMA5 EMAC: Incremental progress. Still not code completeGregory Nutt2013-09-161-1/+17
* SAMA5 Ethernet: Add support for PHY interruptsGregory Nutt2013-09-151-0/+170