From c5d56f4438de4fd9b9a06948415eb5c8f3ecdbd7 Mon Sep 17 00:00:00 2001 From: Matt Baker Date: Wed, 21 Sep 2022 21:45:51 -0700 Subject: stm32g4: implement build,usb,can,i2c,spi,serial,adc. Signed-off-by: Matt Baker --- scripts/flash_usb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/flash_usb.py') diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py index 85f264e9..83422f91 100755 --- a/scripts/flash_usb.py +++ b/scripts/flash_usb.py @@ -342,7 +342,7 @@ MCUTYPES = { 'stm32f4': flash_stm32f4, 'stm32f042': flash_stm32f4, 'stm32f072': flash_stm32f4, 'stm32g0b1': flash_stm32f4, 'stm32h7': flash_stm32f4, 'stm32l4': flash_stm32f4, - 'rp2040': flash_rp2040, + 'stm32g4': flash_stm32f4, 'rp2040': flash_rp2040, } -- cgit v1.2.3-70-g09d2