aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMatt Baker <baker.matt.j@gmail.com>2021-04-22 13:44:39 -0700
committerKevinOConnor <kevin@koconnor.net>2022-09-15 11:51:26 -0400
commitd9c917b95099617b32dfaca4ae90c9e2dd641fff (patch)
treea6a7adb3fec7d84a5fa0bbb75432a229b1ee7699 /scripts
parent57b0eb5d43e4324c2c52282925ddc63fc36df783 (diff)
downloadkutter-d9c917b95099617b32dfaca4ae90c9e2dd641fff.tar.gz
kutter-d9c917b95099617b32dfaca4ae90c9e2dd641fff.tar.xz
kutter-d9c917b95099617b32dfaca4ae90c9e2dd641fff.zip
stm32l4: add stm32l412 support with adc,i2c,spi,usb
Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/flash_usb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/flash_usb.py b/scripts/flash_usb.py
index 3d62a643..bf820de3 100755
--- a/scripts/flash_usb.py
+++ b/scripts/flash_usb.py
@@ -340,7 +340,8 @@ MCUTYPES = {
'same70': flash_atsam4, 'lpc176': flash_lpc176x, 'stm32f103': flash_stm32f1,
'stm32f4': flash_stm32f4, 'stm32f042': flash_stm32f4,
'stm32f072': flash_stm32f4, 'stm32g0b1': flash_stm32f4,
- 'stm32h7': flash_stm32f4, 'rp2040': flash_rp2040
+ 'stm32h7': flash_stm32f4, 'rp2040': flash_rp2040,
+ 'stm32l4': flash_stm32f4
}