From: Tomas Vanek Date: Fri, 22 Sep 2017 22:24:19 +0000 (+0200) Subject: Kinetis_ke: add KEAx family to texi and cfg comment X-Git-Tag: v0.11.0-rc1~1238 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=c2b2a7a3b84913465420ae7fa0394304943cf035;ds=sidebyside Kinetis_ke: add KEAx family to texi and cfg comment Change-Id: Id8f676b027f57fc540473c1a3a01bdd2ec49a200 Signed-off-by: Tomas Vanek Reviewed-on: http://openocd.zylin.com/4232 Tested-by: jenkins Reviewed-by: Joakim NohlgÄrd --- 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]