Merge pull request #411 from micromint/master

Enable exporters for LPC4330_M4
pull/413/head
Mihail Stoyanov 2014-07-22 09:19:40 +03:00
commit bbd9618d2f
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class CodeRed(Exporter):
TARGETS = [
'LPC1768',
'LPC4088',
'LPC4330_M4',
'LPC1114',
'LPC11U35_401',
'LPC11U35_501',

View File

@ -30,6 +30,7 @@ class GccArm(Exporter):
'K64F',
'K20D50M',
'LPC4088',
'LPC4330_M4',
'LPC11U24',
'LPC1114',
'LPC11U35_401',

View File

@ -33,6 +33,7 @@ class Uvision4(Exporter):
'LPC1114',
'LPC11C24',
'LPC4088',
'LPC4330_M4',
'LPC812',
'NUCLEO_F030R8',
'NUCLEO_F072RB',