aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/flash_usb.py
diff options
context:
space:
mode:
authorMatt Baker <baker.matt.j@gmail.com>2022-09-21 21:45:51 -0700
committerKevinOConnor <kevin@koconnor.net>2022-12-02 11:31:42 -0500
commitc5d56f4438de4fd9b9a06948415eb5c8f3ecdbd7 (patch)
tree68a733022592bf8e671b27172b1d04f7740ea2bd /scripts/flash_usb.py
parent9ab367d8136d059c14f0cc5e9ab0a198d744d5b4 (diff)
downloadkutter-c5d56f4438de4fd9b9a06948415eb5c8f3ecdbd7.tar.gz
kutter-c5d56f4438de4fd9b9a06948415eb5c8f3ecdbd7.tar.xz
kutter-c5d56f4438de4fd9b9a06948415eb5c8f3ecdbd7.zip
stm32g4: implement build,usb,can,i2c,spi,serial,adc.
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Diffstat (limited to 'scripts/flash_usb.py')
-rwxr-xr-xscripts/flash_usb.py2
1 files changed, 1 insertions, 1 deletions
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,
}