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

@@ -49,3 +49,6 @@ class Ststm32Platform(BasePlatform):
"default": True
}
}
def get_name(self):
return "ST STM32"