Skip to content

Commit 86e5761

Browse files
author
Bogdan Marinescu
committed
Added LPC4088_EA to the list of targets
1 parent a3cae89 commit 86e5761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from workspace_tools.build_api import build_mbed_libs
2626
from workspace_tools.targets import TARGET_MAP
2727

28-
2928
OFFICIAL_MBED_LIBRARY_BUILD = (
3029
('KL25Z', ('ARM', 'GCC_ARM')),
3130
('LPC11U24', ('ARM', 'uARM')),
@@ -34,6 +33,7 @@
3433
('LPC812', ('uARM',)),
3534
('LPC1347', ('ARM',)),
3635
('LPC4088', ('ARM', 'GCC_ARM', 'GCC_CR')),
36+
('LPC4088_EA', ('ARM', 'GCC_ARM', 'GCC_CR')),
3737
('LPC1114', ('uARM',)),
3838
)
3939

0 commit comments

Comments
 (0)