Skip to content

Commit bbd9618

Browse files
committed
Merge pull request #411 from micromint/master
Enable exporters for LPC4330_M4
2 parents e14aeed + 8b831ab commit bbd9618

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

workspace_tools/export/codered.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class CodeRed(Exporter):
2525
TARGETS = [
2626
'LPC1768',
2727
'LPC4088',
28+
'LPC4330_M4',
2829
'LPC1114',
2930
'LPC11U35_401',
3031
'LPC11U35_501',

workspace_tools/export/gccarm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class GccArm(Exporter):
3030
'K64F',
3131
'K20D50M',
3232
'LPC4088',
33+
'LPC4330_M4',
3334
'LPC11U24',
3435
'LPC1114',
3536
'LPC11U35_401',

workspace_tools/export/uvision4.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class Uvision4(Exporter):
3333
'LPC1114',
3434
'LPC11C24',
3535
'LPC4088',
36+
'LPC4330_M4',
3637
'LPC812',
3738
'NUCLEO_F030R8',
3839
'NUCLEO_F072RB',

0 commit comments

Comments
 (0)