From c2b2a7a3b84913465420ae7fa0394304943cf035 Mon Sep 17 00:00:00 2001 From: Tomas Vanek Date: Sat, 23 Sep 2017 00:24:19 +0200 Subject: [PATCH] Kinetis_ke: add KEAx family to texi and cfg comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Id8f676b027f57fc540473c1a3a01bdd2ec49a200 Signed-off-by: Tomas Vanek Reviewed-on: http://openocd.zylin.com/4232 Tested-by: jenkins Reviewed-by: Joakim Nohlgård --- doc/openocd.texi | 4 ++-- tcl/target/ke0x.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index 483b27b7f1..898ffb9483 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5401,7 +5401,7 @@ from NXP (former Freescale) include internal flash and use ARM Cortex-M0+ or M4 cores. The driver automatically recognizes flash size and a number of flash banks (1-4) using the chip identification register, and autoconfigures itself. -Use kinetis_ke driver for KE0x devices. +Use kinetis_ke driver for KE0x and KEAx devices. The @var{kinetis} driver defines option: @itemize @@ -5494,7 +5494,7 @@ Command disables watchdog timer. @deffn {Flash Driver} kinetis_ke @cindex kinetis_ke -KE0x members of the Kinetis microcontroller family from Freescale include +KE0x and KEAx members of the Kinetis microcontroller family from NXP include internal flash and use ARM Cortex-M0+. The driver automatically recognizes the KE0x sub-family using the chip identification register, and autoconfigures itself. diff --git a/tcl/target/ke0x.cfg b/tcl/target/ke0x.cfg index 7927e0ae03..1f1b1321ea 100644 --- a/tcl/target/ke0x.cfg +++ b/tcl/target/ke0x.cfg @@ -1,5 +1,5 @@ # -# Freescale Kinetis KE0x series devices +# Freescale Kinetis KE0x and KEAx series devices # source [find target/swj-dp.tcl] -- 2.30.2