[DISCO_F429ZI] Add target name for progen

pull/1678/head
bcostm 2016-04-20 11:50:51 +02:00
parent 896981126b
commit b2412af383
1 changed files with 1 additions and 1 deletions

View File

@ -1082,7 +1082,7 @@ class DISCO_F429ZI(Target):
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
self.default_toolchain = "uARM"
self.progen = {
"target":"",
"target":"disco-f429zi",
}
class DISCO_F469NI(Target):