Files
rtems/bsps/shared/grlib/net
Jiri Gaisler b4c29b54e7 Add networking support for griscv bsp
* Only GRETH device supported for now
	* Fix endian problem in GRETH driver
	* Remove SPARC assembly from greth.c
	* Builds with both autoconf and waf
2020-11-09 09:35:11 +01:00
..
2020-11-09 09:35:11 +01:00
2019-01-22 12:46:33 +01: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.