Files
rtems/bsps/sparc/shared/net
Sebastian Huber a7267241a9 bsps/sparc: Add and use <grlib_impl.h>
Reduce copy and paste.
2018-11-27 08:06:53 +01:00
..
2018-11-27 08:06:53 +01:00
2018-04-20 14:10:03 +02:00

A non Driver Manager GRETH driver is located in libchip/network/greth.c. This
version requires the driver manager.

network_interface_add is used to assign IP/NETMASK and MAC address to
GRETH interfaces dynamically according to in which order devices are
registered. The function takes the settings from the user defined
interface_configs[] array, defined in the project configuration.