Skip to content

Commit 985c40a

Browse files
committed
Changed LPC11U35 online toolchain to uARM
Added the ONLINE_TOOLCHAIN tag to the LPC11U35_401 target class in order to prevent ARM Standard from being used instead of ARM Micro.
1 parent e04b97e commit 985c40a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workspace_tools/targets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ def __init__(self):
363363

364364

365365
class LPC11U35_401(Target):
366+
ONLINE_TOOLCHAIN = "uARM"
367+
366368
def __init__(self):
367369
Target.__init__(self)
368370

0 commit comments

Comments
 (0)