aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTarek BOCHKATI <tarek.bouchkati@gmail.com>2020-02-05 19:00:46 +0100
committerTomas Vanek <vanekt@fbl.cz>2020-02-13 20:21:24 +0000
commit0a11537b3220749107f4ec78c76236ac8c9339d1 (patch)
tree349d0e15d68e52e4ac99a42e365cc552186fad43 /doc
parent6dfcc3f5a5b7101d9d44312e6a96e0bea05a558d (diff)
downloadriscv-openocd-0a11537b3220749107f4ec78c76236ac8c9339d1.zip
riscv-openocd-0a11537b3220749107f4ec78c76236ac8c9339d1.tar.gz
riscv-openocd-0a11537b3220749107f4ec78c76236ac8c9339d1.tar.bz2
flash/stm32lx: mention explicitly that this driver covers STM32 L0 and L1
this is to avoid confusion with STM32 L4, L4+ and L5 families also: - a warning message is changed to error - stm32l0x and stm32l1x aliases has been created to permit the usage of either names Change-Id: If3f16d2a3b7d1369959aa7407da37a9076ea91d7 Signed-off-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com> Reviewed-on: http://openocd.zylin.com/5437 Reviewed-by: Marc Schink <dev@zapb.de> Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 1c89d8c..cdec3b0 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -6852,7 +6852,7 @@ stm32h7x option_write 0 0x20 0x8000000 0x8000000
@end deffn
@deffn {Flash Driver} stm32lx
-All members of the STM32L microcontroller families from STMicroelectronics
+All members of the STM32L0 and STM32L1 microcontroller families from STMicroelectronics
include internal flash and use ARM Cortex-M3 and Cortex-M0+ cores.
The driver automatically recognizes a number of these chips using
the chip identification register, and autoconfigures itself.