Skip to content

Commit 6bfcd87

Browse files
committed
Merge pull request #164 from neilt6/master
LPC11U35 Toolchain & Readme Fixes
2 parents e04b97e + d394459 commit 6bfcd87

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ NXP:
2626
* [LPC1768](http://mbed.org/platforms/mbed-LPC1768/) (Cortex-M3)
2727
* [LPC1768](http://mbed.org/platforms/u-blox-C027/) (Cortex-M3)
2828
* [LPC11U24](http://mbed.org/platforms/mbed-LPC11U24/) (Cortex-M0)
29+
* [LPC11U35](http://mbed.org/platforms/EA-LPC11U35/) (Cortex-M0)
2930
* LPC2368 (ARM7TDMI-S)
3031
* LPC810 (Cortex-M0+)
3132
* [LPC812](http://mbed.org/platforms/NXP-LPC800-MAX/) (Cortex-M0+)

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)