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/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'fw/CMakeLists.txt') diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt index 522a4dd..32a4571 100644 --- a/fw/CMakeLists.txt +++ b/fw/CMakeLists.txt @@ -21,4 +21,5 @@ target_sources(app PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/src/main.c" "${CMAKE_CURRENT_SOURCE_DIR}/src/syslog.c" + "${CMAKE_CURRENT_SOURCE_DIR}/src/mac.c" ) -- cgit v1.2.3-70-g09d2