flash/stm32lx: mention explicitly that this driver covers STM32 L0 and L1
[fw/openocd] / src / flash / startup.tcl
index 63151b50e65a1ac255b68cb2bfb5cf7fbb1dccc7..725953486af7bd464a7eb064a1f59e1d2caf8b45 100644 (file)
@@ -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 }