]> git.sur5r.net Git - openocd/commitdiff
Kinetis_ke: add KEAx family to texi and cfg comment
authorTomas Vanek <vanekt@fbl.cz>
Fri, 22 Sep 2017 22:24:19 +0000 (00:24 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Thu, 1 Feb 2018 19:38:49 +0000 (19:38 +0000)
Change-Id: Id8f676b027f57fc540473c1a3a01bdd2ec49a200
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/4232
Tested-by: jenkins
Reviewed-by: Joakim NohlgÄrd <joakim.nohlgard@eistec.se>
doc/openocd.texi
tcl/target/ke0x.cfg

index 483b27b7f1c2145e1c3ef28aae5310724565dfc4..898ffb94834cc2e20696bb5332f0c607e0f00f5c 100644 (file)
@@ -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.
index 7927e0ae03f822dab681543d5fd0a659c6fa7eb6..1f1b1321eaee5f4746fab559040bcd34e4066221 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Freescale Kinetis KE0x series devices
+# Freescale Kinetis KE0x and KEAx series devices
 #
 
 source [find target/swj-dp.tcl]