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

Removes global variables from mii single thread #25

Closed henkmuller closed 12 years ago

henkmuller commented 12 years ago

This enables multiple instances in a single core; for example the bridging example.

Warning - this feature slightly changes the interface, and requires a struct to be passed to many mii functions.