Introduce platform names

This commit is contained in:
Ivan Kravets
2015-03-16 14:15:57 +02:00
parent 0bfc6dfe3e
commit 19822ff08f
14 changed files with 63 additions and 33 deletions

View File

@@ -28,3 +28,6 @@ class NxplpcPlatform(BasePlatform):
"default": True
}
}
def get_name(self):
return "NXP LPC"