Skip to content

Commit

Permalink
Merge pull request ARMmbed#164 from neilt6/master
Browse files Browse the repository at this point in the history
LPC11U35 Toolchain & Readme Fixes
  • Loading branch information
emilmont committed Feb 12, 2014
2 parents e04b97e + d394459 commit 6bfcd87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ NXP:
* [LPC1768](http://mbed.org/platforms/mbed-LPC1768/) (Cortex-M3)
* [LPC1768](http://mbed.org/platforms/u-blox-C027/) (Cortex-M3)
* [LPC11U24](http://mbed.org/platforms/mbed-LPC11U24/) (Cortex-M0)
* [LPC11U35](http://mbed.org/platforms/EA-LPC11U35/) (Cortex-M0)
* LPC2368 (ARM7TDMI-S)
* LPC810 (Cortex-M0+)
* [LPC812](http://mbed.org/platforms/NXP-LPC800-MAX/) (Cortex-M0+)
Expand Down
2 changes: 2 additions & 0 deletions workspace_tools/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ def __init__(self):


class LPC11U35_401(Target):
ONLINE_TOOLCHAIN = "uARM"

def __init__(self):
Target.__init__(self)

Expand Down

0 comments on commit 6bfcd87

Please sign in to comment.