Skip to content

Commit

Permalink
Add ARM_BEETLE_SOC detection support
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Frascino <[email protected]>
  • Loading branch information
fvincenzo committed Jun 14, 2016
1 parent 719e032 commit 97aa322
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 @@ -156,7 +156,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 97aa322

Please sign in to comment.