1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00
Marian Buschsieweke 0e43c927b1
cpu/stm32: Fix/cleanup periph_eth
The methods to read from / write to MII registers had an address argument to
allow specifying the PHY to communicate with. However, only a single PHY is
available on all boards supported and the driver is not able to operate with
multiple PHYs anyway - thus, drop this parameter for ease of use.

This fixes a bug in the _get_link_status() function, which used hard coded the
address 0; which might not be correct for all boards.
2020-10-09 20:20:54 +02:00
..
2020-10-02 12:49:15 +02:00
2020-10-07 09:01:41 +02:00
2020-09-22 16:26:01 +02:00
2020-10-02 07:58:35 +02:00
2020-07-16 15:35:23 +02:00
2020-10-09 20:20:54 +02:00
2020-07-16 17:01:10 +02:00