Skip to content

Commit 77efd1e

Browse files
committed
util: soc: nrf: enable provisioning nRF54LM20
Enable provisioning `nRF54LM20` SoCs. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 1ea1ef7 commit 77efd1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/infuse_iot/util/soc/nrf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def soc(device_info):
6363
return "nRF54L10"
6464
elif version.startswith("NRF54L05"):
6565
return "nRF54L05"
66+
elif version.startswith("NRF54LM20"):
67+
return "nRF54LM20"
6668
else:
6769
raise NotImplementedError(f"Unhandled device {version}")
6870

0 commit comments

Comments
 (0)