Skip to content

Commit e048aa1

Browse files
committed
Merge pull request #42 from mvolstad/atmel_platforms
Adding Atmel platforms to manufacture_ids dictionary.
2 parents d69f565 + 9e76cdb commit e048aa1

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
@@ -93,6 +93,10 @@ def __init__(self):
9393
"0815": "DISCO_F746NG",
9494
"0820": "DISCO_L476VG",
9595
"0824": "LPC824",
96+
"0900": "XPRO_SAMR21",
97+
"0905": "XPRO_SAMW25",
98+
"0910": "XPRO_SAML21",
99+
"0915": "XPRO_SAMD21",
96100
"1000": "LPC2368",
97101
"1001": "LPC2368",
98102
"1010": "LPC1768",

0 commit comments

Comments
 (0)