aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/flash_usb.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/flash_usb.py')
-rwxr-xr-xscripts/flash_usb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py
index 550051f3..04e2ba3f 100755
--- a/scripts/flash_usb.py
+++ b/scripts/flash_usb.py
@@ -244,6 +244,7 @@ MCUTYPES = {
'sam3': flash_atsam3, 'sam4': flash_atsam4, 'samd': flash_atsamd,
'lpc176': flash_lpc176x, 'stm32f103': flash_stm32f1,
'stm32f4': flash_stm32f4, 'stm32f042': flash_stm32f4,
+ 'stm32f072': flash_stm32f4
}