Skip to content

Commit e5ad088

Browse files
committed
Add NUCLEO_F303ZE detection
1 parent d099f26 commit e5ad088

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)