We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e04b97e + d394459 commit 6bfcd87Copy full SHA for 6bfcd87
README.md
@@ -26,6 +26,7 @@ NXP:
26
* [LPC1768](http://mbed.org/platforms/mbed-LPC1768/) (Cortex-M3)
27
* [LPC1768](http://mbed.org/platforms/u-blox-C027/) (Cortex-M3)
28
* [LPC11U24](http://mbed.org/platforms/mbed-LPC11U24/) (Cortex-M0)
29
+* [LPC11U35](http://mbed.org/platforms/EA-LPC11U35/) (Cortex-M0)
30
* LPC2368 (ARM7TDMI-S)
31
* LPC810 (Cortex-M0+)
32
* [LPC812](http://mbed.org/platforms/NXP-LPC800-MAX/) (Cortex-M0+)
workspace_tools/targets.py
@@ -363,6 +363,8 @@ def __init__(self):
363
364
365
class LPC11U35_401(Target):
366
+ ONLINE_TOOLCHAIN = "uARM"
367
+
368
def __init__(self):
369
Target.__init__(self)
370
0 commit comments