mirror of https://github.com/ARMmbed/mbed-os.git
Uvision5 => Uvision or Uvision5
parent
ab050a2319
commit
fa148578d2
|
@ -23,6 +23,7 @@ from tools.targets import TARGET_NAMES
|
||||||
|
|
||||||
EXPORTERS = {
|
EXPORTERS = {
|
||||||
'uvision5': uvision.Uvision,
|
'uvision5': uvision.Uvision,
|
||||||
|
'uvision': uvision.Uvision,
|
||||||
'lpcxpresso': codered.CodeRed,
|
'lpcxpresso': codered.CodeRed,
|
||||||
'gcc_arm': makefile.GccArm,
|
'gcc_arm': makefile.GccArm,
|
||||||
'make_gcc_arm': makefile.GccArm,
|
'make_gcc_arm': makefile.GccArm,
|
||||||
|
|
Loading…
Reference in New Issue