Changeset 4b3c8b82 in rtems for aclocal

Timestamp:
05/25/18 06:21:18 (6 years ago)
Author:
Christian Mauderer <christian.mauderer@…>
Branches:
5, master
Children:
baee0dc5
Parents:
0fe48afa
git-author:
Christian Mauderer <christian.mauderer@…> (05/25/18 06:21:18)
git-committer:
Christian Mauderer <christian.mauderer@…> (05/30/18 06:45:57)
Message:

bsp/atsam: Remove side effect from gmac functions.

Quite a number of GMAC_... functions had a side effect of enabling the
transmit and receive. During the initialization of the ethernet driver,
that lead to the situation that the receive has been already enabled
while the DMA isn't set up correctly. Therefore the DMA interpreted the
values at address 0 as an DMA descriptor. When a packet is received
during that time, the behaviour is quite undefined.

(No files)

Note: See TracChangeset for help on using the changeset viewer.