summaryrefslogtreecommitdiff
path: root/util/flash_jlink.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/flash_jlink.py')
-rwxr-xr-xutil/flash_jlink.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flash_jlink.py b/util/flash_jlink.py
index bb60e4c368..5518dcbda3 100755
--- a/util/flash_jlink.py
+++ b/util/flash_jlink.py
@@ -49,8 +49,11 @@ ICETOWER_CONFIG = BoardConfig(interface=SWD_INTERFACE, device='STM32H743ZI',
BOARD_CONFIGS = {
'dragonclaw': DRAGONCLAW_CONFIG,
'bloonchipper': DRAGONCLAW_CONFIG,
+ 'nucleo-f412zg': DRAGONCLAW_CONFIG,
'dartmonkey': ICETOWER_CONFIG,
'icetower': ICETOWER_CONFIG,
+ 'nucleo-dartmonkey': ICETOWER_CONFIG,
+ 'nucleo-h743zi': ICETOWER_CONFIG,
}