Skip to content

Commit b2412af

Browse files
committed
[DISCO_F429ZI] Add target name for progen
1 parent 8969811 commit b2412af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def __init__(self):
10821082
self.supported_toolchains = ["ARM", "uARM", "GCC_ARM", "IAR"]
10831083
self.default_toolchain = "uARM"
10841084
self.progen = {
1085-
"target":"",
1085+
"target":"disco-f429zi",
10861086
}
10871087

10881088
class DISCO_F469NI(Target):

0 commit comments

Comments
 (0)