Skip to content

Commit bad536c

Browse files
committed
Merge pull request #1678 from bcostm/patch-1
[DISCO_F429ZI] Add target name for progen
2 parents 8969811 + b2412af commit bad536c

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)