summaryrefslogtreecommitdiff
path: root/bsps/shared/grlib/net/README
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/shared/grlib/net/README')
-rw-r--r--bsps/shared/grlib/net/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/bsps/shared/grlib/net/README b/bsps/shared/grlib/net/README
new file mode 100644
index 0000000..3ef086f
--- /dev/null
+++ b/bsps/shared/grlib/net/README
@@ -0,0 +1,7 @@
+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.