[K20D50M] K20D50M - correct target name

pull/397/head
0xc0170 2014-07-10 13:42:41 +01:00
parent 79ee368366
commit cf645e8fa1
37 changed files with 5 additions and 4 deletions

View File

@ -45,6 +45,7 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('KL25Z', ('ARM', 'GCC_ARM')),
('KL46Z', ('ARM', 'GCC_ARM')),
('K64F', ('ARM', 'GCC_ARM')),
('K20D50M', ('ARM', 'GCC_ARM')),
('NUCLEO_F030R8', ('ARM', 'uARM')),
('NUCLEO_F072RB', ('ARM', 'uARM')),

View File

@ -28,7 +28,7 @@ class GccArm(Exporter):
'KL25Z',
'KL46Z',
'K64F',
'K20D5M',
'K20D50M',
'LPC4088',
'LPC11U24',
'LPC1114',

View File

@ -28,7 +28,7 @@ class Uvision4(Exporter):
'KL25Z',
'KL46Z',
'K64F',
'K20D5M',
'K20D50M',
'LPC1347',
'LPC1114',
'LPC11C24',

View File

@ -124,7 +124,7 @@ class KL46Z(Target):
self.is_disk_virtual = True
class K20D5M(Target):
class K20D50M(Target):
def __init__(self):
Target.__init__(self)
self.core = "Cortex-M4"
@ -550,7 +550,7 @@ TARGETS = [
KL05Z(),
KL25Z(),
KL46Z(),
K20D5M(),
K20D50M(),
K64F(),
LPC812(),
LPC810(),