Skip to content

Commit

Permalink
Merge pull request #87 from fvincenzo/master
Browse files Browse the repository at this point in the history
Add ARM_BEETLE_SOC detection support
  • Loading branch information
PrzemekWirkus authored Jun 14, 2016
2 parents d6314d5 + 97aa322 commit 0d24445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbed_lstools/lstools_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __init__(self):
"4500": "DELTA_DFCM_NNN40",
"5000": "ARM_MPS2",
"5001": "ARM_MPS2_M0",
"5003": "ARM_MPS2_M0P",
"5003": "ARM_BEETLE_SOC",
"5005": "ARM_MPS2_M0DS",
"5007": "ARM_MPS2_M1",
"5009": "ARM_MPS2_M3",
Expand Down

0 comments on commit 0d24445

Please sign in to comment.