Kinetis_ke: add KEAx family to texi and cfg comment
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>compliance_dev
parent
5a98ff786e
commit
c2b2a7a3b8
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Freescale Kinetis KE0x series devices
|
||||
# Freescale Kinetis KE0x and KEAx series devices
|
||||
#
|
||||
|
||||
source [find target/swj-dp.tcl]
|
||||
|
|
Loading…
Reference in New Issue