Skip to content

Commit 121804a

Browse files
committed
Target - nucleo f746 - progen data aligned to master branch
1 parent f3816bd commit 121804a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

workspace_tools/targets.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,12 @@ def __init__(self):
848848
self.extra_labels = ['STM', 'STM32F7', 'STM32F746', 'STM32F746ZG']
849849
self.supported_toolchains = ["ARM", "uARM", "IAR", "GCC_ARM"]
850850
self.detect_code = ["0816"]
851-
self.progen_target ='nucleo-f746zg'
851+
self.progen = {
852+
"target":"nucleo-f746zg",
853+
"iar": {
854+
"template": [os.path.join(os.path.dirname(__file__), 'export', 'iar_nucleo_f746cg.ewp.tmpl')],
855+
}
856+
}
852857

853858
class NUCLEO_L053R8(Target):
854859
def __init__(self):

0 commit comments

Comments
 (0)