diff options
author | xengineering <me@xengineering.eu> | 2024-04-20 22:08:08 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-04-21 12:26:00 +0200 |
commit | 96f2358caadfd55d6fd3b888ef5d21f22fc2439c (patch) | |
tree | 4d2145c0df358fa917bdec729e905130230bf7f6 /firmware/boards | |
parent | 9a713b06c3f776684dd026646c916b6daea7b25b (diff) | |
download | iot-core-96f2358caadfd55d6fd3b888ef5d21f22fc2439c.tar iot-core-96f2358caadfd55d6fd3b888ef5d21f22fc2439c.tar.zst iot-core-96f2358caadfd55d6fd3b888ef5d21f22fc2439c.zip |
firmware: Add 64 bit MAC to shell prompt
This demonstrates that the readout of the 64 bit MAC address from the
STM32WL55 microcontroller works and is useful to recognize used devices.
Diffstat (limited to 'firmware/boards')
-rw-r--r-- | firmware/boards/nucleo_wl55jc.overlay | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/boards/nucleo_wl55jc.overlay b/firmware/boards/nucleo_wl55jc.overlay new file mode 100644 index 0000000..b04f810 --- /dev/null +++ b/firmware/boards/nucleo_wl55jc.overlay @@ -0,0 +1,7 @@ +/ { + soc { + uid64: uid64@1fff7580 { + reg = <0x1fff7580 0x8>; + }; + }; +}; |