X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fstartup.tcl;h=725953486af7bd464a7eb064a1f59e1d2caf8b45;hp=63151b50e65a1ac255b68cb2bfb5cf7fbb1dccc7;hb=0a11537b3220749107f4ec78c76236ac8c9339d1;hpb=6dfcc3f5a5b7101d9d44312e6a96e0bea05a558d diff --git a/src/flash/startup.tcl b/src/flash/startup.tcl index 63151b50e6..725953486a 100644 --- a/src/flash/startup.tcl +++ b/src/flash/startup.tcl @@ -109,6 +109,10 @@ proc stm32f3x args { eval stm32f1x $args } proc stm32f4x args { eval stm32f2x $args } proc stm32f7x args { eval stm32f2x $args } +# stm32lx driver supports both STM32 L0 and L1 devices +proc stm32l0x args { eval stm32lx $args } +proc stm32l1x args { eval stm32lx $args } + # stm32wb uses the same flash driver as the stm32l4x proc stm32wbx args { eval stm32l4x $args }