xcore / sc_ethernet

10/100 MII Ethernet MAC for XMOS microcontrollers
http://xcore.github.com/sc_ethernet/index.html
Other
37 stars 29 forks source link

New SMI in mii_singlethread #26

Closed henkmuller closed 12 years ago

henkmuller commented 12 years ago

Warning - this breaks the API. THe last field of smi_interface has to be deleted (was 0 in most cases) A new field has to be inserted in front of the ports which is the PHY_ADDRESS (0 or 0x1f)

DavidNorman commented 12 years ago

Done. All components buiding, and sorted out xtcp too.