diff options
author | xengineering <me@xengineering.eu> | 2024-05-30 22:06:31 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-30 22:12:34 +0200 |
commit | b8147bcba2e8dfef419ba14053285bc9750dc319 (patch) | |
tree | 62a7129f0805ec2eea65ab79e63305c848762083 /firmware/boards | |
parent | 17008662c08e8e99aefc1814dd80d366872d7ded (diff) | |
download | iot-core-b8147bcba2e8dfef419ba14053285bc9750dc319.tar iot-core-b8147bcba2e8dfef419ba14053285bc9750dc319.tar.zst iot-core-b8147bcba2e8dfef419ba14053285bc9750dc319.zip |
firmware: Rename from uid64 to eui64
The term EUI-64 is more commonly known (see Wikipedia about MAC
addresses [1]). The term UID-64 was introduced because of ST
documentation.
[1]: https://en.wikipedia.org/wiki/MAC_address
Diffstat (limited to 'firmware/boards')
-rw-r--r-- | firmware/boards/nucleo_wl55jc.overlay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/boards/nucleo_wl55jc.overlay b/firmware/boards/nucleo_wl55jc.overlay index b04f810..7125410 100644 --- a/firmware/boards/nucleo_wl55jc.overlay +++ b/firmware/boards/nucleo_wl55jc.overlay @@ -1,6 +1,6 @@ / { soc { - uid64: uid64@1fff7580 { + eui64: eui64@1fff7580 { reg = <0x1fff7580 0x8>; }; }; |