Skip to content

Commit 90ab168

Browse files
Merge pull request #89 from jeromecoutant/PR_NUCLEO_F207ZG
Adding NUCLEO_F207ZG detection
2 parents 1c3fa4d + 7abe0be commit 90ab168

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
@@ -102,6 +102,7 @@ def __init__(self):
102102
"0816": "NUCLEO_F746ZG",
103103
"0820": "DISCO_L476VG",
104104
"0824": "LPC824",
105+
"0835": "NUCLEO_F207ZG",
105106
"0900": "XPRO_SAMR21",
106107
"0905": "XPRO_SAMW25",
107108
"0910": "XPRO_SAML21",

0 commit comments

Comments
 (0)