Skip to content

Commit e7346da

Browse files
committed
Merge pull request #62 from toyowata/master
Add Switch Science and WIZnet platforms
2 parents 4a84753 + 502b0e4 commit e7346da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mbed_lstools/lstools_base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def __init__(self):
107107
"1010": "LPC1768",
108108
"1017": "HRM1017",
109109
"1018": "SSCI824",
110+
"1019": "TY51822R3",
110111
"1034": "LPC11U34",
111112
"1040": "LPC11U24",
112113
"1045": "LPC11U24",
@@ -140,6 +141,9 @@ def __init__(self):
140141
"2025": "EFM32TG_STK3300",
141142
"2030": "EFM32ZG_STK3200",
142143
"2100": "XBED_LPC1768",
144+
"2201": "WIZWIKI_W7500",
145+
"2202": "WIZWIKI_W7500ECO",
146+
"2203": "WIZWIKI_W7500P",
143147
"3001": "LPC11U24",
144148
"4000": "LPC11U35_Y5_MBUG",
145149
"4005": "NRF51822_Y5_MBUG",

0 commit comments

Comments
 (0)