summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/samv7/sam_emac.c
Commit message (Expand)AuthorAgeFilesLines
* SAMV71-XULT ILI9488 LCD driver is code complete but untestedGregory Nutt2015-04-031-12/+12
* SAMV7 Ethernet: Fix a write-past-end-of-buffer and trash-the-heap problemGregory Nutt2015-03-291-12/+12
* Clean up pointer handling to make code more readability. This re-introduces ...Gregory Nutt2015-03-281-101/+140
* SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This mea...Gregory Nutt2015-03-281-86/+137
* SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seem...Gregory Nutt2015-03-281-2/+9
* SAMV7 Ethernet: Fix some errors in circular queue handlingGregory Nutt2015-03-271-17/+33
* SAMV7 Ethernet+USB UpdatesGregory Nutt2015-03-271-2/+3
* SAMV5 EMAC: A few more fixes. Neccessary but not sufficientGregory Nutt2015-03-191-8/+17
* SAMV7 Ethernet: Fix an order problem that left RX and TX disabledGregory Nutt2015-03-181-1/+1
* SAMV7: Add a sneak internal interface that will allow us to set the MAC addr...Gregory Nutt2015-03-181-1/+71
* SAMV7: Updates to Ethernet driver based on comparison with Atmel sample code....Gregory Nutt2015-03-181-295/+718
* SAMV7 EMAC: Fix range of MCK dividersGregory Nutt2015-03-171-2/+10
* SAMV7: Use D-Cache clean/flush/invalidate by range in EMAC and XDMAC driversGregory Nutt2015-03-171-49/+17
* SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. S...Gregory Nutt2015-03-161-0/+4656