From 1636a9759bc2d5f162312ac8bf5823e95e0ad053 Mon Sep 17 00:00:00 2001 From: BIGTREETECH <38851044+bigtreetech@users.noreply.github.com> Date: Fri, 1 Jul 2022 01:58:00 +0800 Subject: stm32: stm32g0/h7 usb_dfu_bootloader support (#5596) Signed-off-by: Alan.Ma from BigTreeTech --- scripts/flash_usb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/flash_usb.py') diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py index 4004ad55..3d62a643 100755 --- a/scripts/flash_usb.py +++ b/scripts/flash_usb.py @@ -339,7 +339,8 @@ MCUTYPES = { 'sam3': flash_atsam3, 'sam4': flash_atsam4, 'samd': flash_atsamd, 'same70': flash_atsam4, 'lpc176': flash_lpc176x, 'stm32f103': flash_stm32f1, 'stm32f4': flash_stm32f4, 'stm32f042': flash_stm32f4, - 'stm32f072': flash_stm32f4, 'rp2040': flash_rp2040 + 'stm32f072': flash_stm32f4, 'stm32g0b1': flash_stm32f4, + 'stm32h7': flash_stm32f4, 'rp2040': flash_rp2040 } -- cgit v1.2.3-70-g09d2