zephyr/arch/arm
Yonattan Louise 084f2ce4ae Rename _GdbStubIrqVectorTableEntry to _irq_vector_table_entry_with_gdb_stub
Updating global variable's name to follow a consistent naming convention.

Change accomplished with the following script:

   #!/bin/bash
   echo "Searching for ${1} to replace with ${2}"
   find ./ \( -name "*.[chs]" -o -name "sysgen.py" -o -name "*.kconf" -o -name "*.arch" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: I4f0c65fb93cfac7d91d89c034a4bccd46d33a2f0
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:53 -05:00
..
bsp Rename _IsrWrapper camelCase to _isr_wrapper 2016-02-05 20:13:45 -05:00
core Rename _GdbStubIrqVectorTableEntry to _irq_vector_table_entry_with_gdb_stub 2016-02-05 20:13:53 -05:00
fsl_frdm_k64f Rename _IrqVectorTable to _irq_vector_table 2016-02-05 20:13:53 -05:00
include Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
ti_lm3s6965 Rename _IrqVectorTable to _irq_vector_table 2016-02-05 20:13:53 -05:00
timer Rename idleMode to idle_mode 2016-02-05 20:13:53 -05:00
defs.objs Eliminate kernel/common sub-directory 2016-02-05 20:13:51 -05:00