From 07d694f3d21ffc1b69638b8732ffd630affc9768 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 21 Mar 2025 22:22:51 +0100 Subject: fw: mac: Implement MAC address setting The used MAC address is from an example range. Later it can easily be combined with reading from a MAC-providing EEPROM chip to using a unique hardware MAC on the device. --- fw/prj.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'fw/prj.conf') diff --git a/fw/prj.conf b/fw/prj.conf index b074671..405e696 100644 --- a/fw/prj.conf +++ b/fw/prj.conf @@ -9,6 +9,7 @@ CONFIG_NETWORKING=y CONFIG_NET_SHELL=y CONFIG_NET_SOCKETS=y CONFIG_NET_CONNECTION_MANAGER=y +CONFIG_NET_L2_ETHERNET_MGMT=y CONFIG_LOG=y CONFIG_LOG_BACKEND_NET=y -- cgit v1.2.3-70-g09d2