openocd/src/flash/nor
Andreas Färber 0c8ec7c826 Fix spelling of ARM Cortex
It's Cortex-Xn, not Cortex Xn or cortex xn or cortex-xn or CORTEX-Xn
or CortexXn. Further it's Cortex-M0+, not M0plus.

Cf. http://www.arm.com/products/processors/index.php

Consistently write it the official way, so that it stops propagating.
Originally spotted in the documentation, it mainly affects code comments
but also Atmel SAM3/SAM4/SAMV, NiietCM4 and SiM3x flash driver output.

Found via:

  git grep -i "Cortex "
  git grep -i "Cortex-" | grep -v "Cortex-" | grep -v ".cpu"
  git grep -i "CortexM"

Change-Id: Ic7b6ca85253e027f6f0f751c628d1a2a391fe914
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/3483
Tested-by: jenkins
Reviewed-by: Marc Schink <openocd-dev@marcschink.de>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
2016-05-20 21:38:03 +01:00
..
Makefile.am flash/nor: Add Ambiq Micro Apollo flash driver. 2016-05-14 12:18:31 +01:00
aduc702x.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
aducm360.c flash: Analog Devices ADuCM360 support 2015-09-30 22:12:16 +01:00
ambiqmicro.c flash/nor: Add Ambiq Micro Apollo flash driver. 2016-05-14 12:18:31 +01:00
at91sam3.c Fix spelling of ARM Cortex 2016-05-20 21:38:03 +01:00
at91sam4.c Fix spelling of ARM Cortex 2016-05-20 21:38:03 +01:00
at91sam4l.c arm_adi_v5: Remove all mem_ap_sel_* functions 2015-12-29 20:31:19 +00:00
at91sam7.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
at91samd.c at91samd: Add additional "B Variant" parts from SAMD21 family 2016-05-05 07:59:14 +01:00
atsamv.c Fix spelling of ARM Cortex 2016-05-20 21:38:03 +01:00
avrf.c atmega: add support for the at90usb128 flash 2015-03-09 06:25:52 +00:00
cfi.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
cfi.h cfi: support for 16-bit flash with reversed endianness 2016-02-13 23:09:40 +00:00
core.c fix flash bank auto_probe() fail with multiple targets 2013-12-17 23:04:01 +00:00
core.h flash: add padded_value cmd 2013-10-07 19:28:19 +00:00
driver.h flash: Constify write buffer 2014-03-17 12:47:18 +00:00
drivers.c flash/nor: Add Ambiq Micro Apollo flash driver. 2016-05-14 12:18:31 +01:00
dsp5680xx_flash.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
efm32.c Fix spelling of ARM Cortex 2016-05-20 21:38:03 +01:00
em357.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
faux.c flash/nor/faux.c: fixing check for failed malloc 2016-02-29 19:14:24 +00:00
fm3.c flash: constify driver data structures 2014-10-06 11:57:32 +00:00
fm4.c fm4: Set read callback 2016-05-05 22:34:59 +01:00
imp.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
jtagspi.c flash/nor/jtagspi: 'retval' may be used uninitialized 2015-08-19 21:35:10 +01:00
kinetis.c kinetis: Fix typo in variable names 2016-05-17 23:10:57 +01:00
kinetis_ke.c kinetis: Fix typo in variable names 2016-05-17 23:10:57 +01:00
lpc288x.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
lpc2000.c flash/nor/lpc2000: add alternative part ID for LPC1343 2015-11-26 12:17:54 +00:00
lpc2900.c helper/fileio: Remove nested struct 2016-02-29 21:04:47 +00:00
lpcspifi.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
mdr.c flash: nor: mdr: implement read/verify for Info memory 2016-02-29 20:13:27 +00:00
mrvlqspi.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
niietcm4.c Fix spelling of ARM Cortex 2016-05-20 21:38:03 +01:00
non_cfi.c flash/nor/non_cfi.c: cleanup, member double-intialization 2016-02-29 19:09:32 +00:00
non_cfi.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
nrf51.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
numicro.c numicro: Integrate Nuvoton NuMicro flash driver. 2015-09-30 22:12:39 +01:00
ocl.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
ocl.h update files to correct FSF address 2013-06-05 19:52:42 +00:00
pic32mx.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
psoc4.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
sim3x.c Fix spelling of ARM Cortex 2016-05-20 21:38:03 +01:00
spi.c flash/nor/spi: use only lower case hex numbers 2016-05-08 17:54:58 +01:00
spi.h flash: declare fixed arrays const 2014-02-06 22:17:51 +00:00
stellaris.c flash/nor/stellaris: fix: flash info RCC and RCC2 mixed up 2016-02-29 19:09:50 +00:00
stm32f1x.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
stm32f2x.c stm32f2x.c: Add more F4 devices. 2016-05-04 22:57:55 +01:00
stm32l4x.c stm32l4x.c: Correct waiting for data. 2016-05-04 22:55:22 +01:00
stm32lx.c stm32l1/Cat.3: Devices have only one bank. 2016-05-20 21:14:47 +01:00
stmsmi.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
str7x.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
str9x.c Cleanup: removal of obsolete semicolons 2016-02-29 19:09:21 +00:00
str9xpec.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
tcl.c helper/fileio: Remove nested struct 2016-02-29 21:04:47 +00:00
tms470.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
virtual.c flash: Constify write buffer 2014-03-17 12:47:18 +00:00
xmc1xxx.c flash/nor: Add Infineon XMC1000 flash driver 2016-05-05 07:50:59 +01:00
xmc4xxx.c xmc4xxx: Improve xmc4xxx_blank_check_memory() error handling 2016-05-14 11:54:10 +01:00