Skip to content

Commit 5dc7d9a

Browse files
committed
Merge pull request #55 from ARMmbed/update_stmicro
Update/Add missing STMicro platforms
2 parents 3ff244e + 50a1c53 commit 5dc7d9a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mbed_lstools/lstools_base.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,19 @@ def __init__(self):
7878
"0730": "NUCLEO_F072RB",
7979
"0735": "NUCLEO_F334R8",
8080
"0740": "NUCLEO_F411RE",
81+
"0744": "NUCLEO_F410RB",
8182
"0745": "NUCLEO_F303RE",
8283
"0750": "NUCLEO_F091RC",
8384
"0755": "NUCLEO_F070RB",
84-
"0760": "NUCLEO_F073RZ",
85-
"0765": "ST_PLACEHOLDER",
85+
"0760": "NUCLEO_L073RZ",
86+
"0765": "NUCLEO_L476RG",
8687
"0770": "ST_PLACEHOLDER",
87-
"0775": "ST_PLACEHOLDER",
88+
"0775": "NUCLEO_F303K8",
89+
"0777": "NUCLEO_F446RE",
8890
"0780": "ST_PLACEHOLDER",
8991
"0785": "ST_PLACEHOLDER",
9092
"0790": "ST_PLACEHOLDER",
93+
"0791": "NUCLEO_F031K6",
9194
"0795": "DISCOVERY-F429ZI",
9295
"0799": "ST_PLACEHOLDER",
9396
"0805": "DISCO_L053C8",

0 commit comments

Comments
 (0)