Skip to content

Commit 0d24445

Browse files
Merge pull request #87 from fvincenzo/master
Add ARM_BEETLE_SOC detection support
2 parents d6314d5 + 97aa322 commit 0d24445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_lstools/lstools_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __init__(self):
157157
"4500": "DELTA_DFCM_NNN40",
158158
"5000": "ARM_MPS2",
159159
"5001": "ARM_MPS2_M0",
160-
"5003": "ARM_MPS2_M0P",
160+
"5003": "ARM_BEETLE_SOC",
161161
"5005": "ARM_MPS2_M0DS",
162162
"5007": "ARM_MPS2_M1",
163163
"5009": "ARM_MPS2_M3",

0 commit comments

Comments
 (0)