Skip to content

Commit 4c7b546

Browse files
Merge pull request #109 from jamike/NUCLEO_F303ZE
Add NUCLEO_F303ZE detection
2 parents d099f26 + e5ad088 commit 4c7b546

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
"0740": "NUCLEO_F411RE",
8888
"0744": "NUCLEO_F410RB",
8989
"0745": "NUCLEO_F303RE",
90+
"0747": "NUCLEO_F303ZE",
9091
"0750": "NUCLEO_F091RC",
9192
"0755": "NUCLEO_F070RB",
9293
"0760": "NUCLEO_L073RZ",

0 commit comments

Comments
 (0)