Skip to content

Commit 97aa322

Browse files
committed
Add ARM_BEETLE_SOC detection support
Signed-off-by: Vincenzo Frascino <[email protected]>
1 parent 719e032 commit 97aa322

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
@@ -156,7 +156,7 @@ def __init__(self):
156156
"4500": "DELTA_DFCM_NNN40",
157157
"5000": "ARM_MPS2",
158158
"5001": "ARM_MPS2_M0",
159-
"5003": "ARM_MPS2_M0P",
159+
"5003": "ARM_BEETLE_SOC",
160160
"5005": "ARM_MPS2_M0DS",
161161
"5007": "ARM_MPS2_M1",
162162
"5009": "ARM_MPS2_M3",

0 commit comments

Comments
 (0)