doc: fix some typo about STMicroelectronics name
s/ST/STMicroelectronics/ s/ST Micro/STMicroelectronics/ s/ST Microelectronics/STMicroelectronics/ Change-Id: I62aef331d172db22a70841a089c1889e37997cde Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/4718 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>log_output
parent
0bad9a42a3
commit
32aec3b5c8
|
@ -156,8 +156,8 @@ OpenOCD internally. @xref{Debug Adapter Hardware}.
|
|||
|
||||
@b{GDB Debug:} It allows ARM7 (ARM7TDMI and ARM720t), ARM9 (ARM920T,
|
||||
ARM922T, ARM926EJ--S, ARM966E--S), XScale (PXA25x, IXP42x), Cortex-M3
|
||||
(Stellaris LM3, ST STM32 and Energy Micro EFM32) and Intel Quark (x10xx)
|
||||
based cores to be debugged via the GDB protocol.
|
||||
(Stellaris LM3, STMicroelectronics STM32 and Energy Micro EFM32) and
|
||||
Intel Quark (x10xx) based cores to be debugged via the GDB protocol.
|
||||
|
||||
@b{Flash Programming:} Flash writing is supported for external
|
||||
CFI-compatible NOR flashes (Intel and AMD/Spansion command set) and several
|
||||
|
@ -477,8 +477,8 @@ SWD and not JTAG, thus not supported.
|
|||
@end itemize
|
||||
|
||||
@section USB ST-LINK based
|
||||
ST Micro has an adapter called @b{ST-LINK}.
|
||||
They only work with ST Micro chips, notably STM32 and STM8.
|
||||
STMicroelectronics has an adapter called @b{ST-LINK}.
|
||||
They only work with STMicroelectronics chips, notably STM32 and STM8.
|
||||
|
||||
@itemize @bullet
|
||||
@item @b{ST-LINK}
|
||||
|
@ -3047,7 +3047,7 @@ This is a driver that supports multiple High Level Adapters.
|
|||
This type of adapter does not expose some of the lower level api's
|
||||
that OpenOCD would normally use to access the target.
|
||||
|
||||
Currently supported adapters include the ST ST-LINK and TI ICDI.
|
||||
Currently supported adapters include the STMicroelectronics ST-LINK and TI ICDI.
|
||||
ST-LINK firmware version >= V2.J21.S4 recommended due to issues with earlier
|
||||
versions of firmware where serial number is reset after first use. Suggest
|
||||
using ST firmware update utility to upgrade ST-LINK firmware even if current
|
||||
|
|
Loading…
Reference in New Issue