Skip to content

Commit 052170d

Browse files
committed
Merge pull request #82 from LMESTM/NUCLEO_F446ZE
Add NUCLEO_F446ZE detection
2 parents 3139ac7 + 17cddfc commit 052170d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed_lstools/lstools_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def __init__(self):
8787
"0770": "ST_PLACEHOLDER",
8888
"0775": "NUCLEO_F303K8",
8989
"0777": "NUCLEO_F446RE",
90+
"0778": "NUCLEO_F446ZE",
9091
"0780": "ST_PLACEHOLDER",
9192
"0785": "NUCLEO_F042K6",
9293
"0788": "DISCO_F469NI",

0 commit comments

Comments
 (0)