zephyr/samples
Yonattan Louise 3d97587691 Rename _IdtBaseAddress to _idt_base_address
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: I5c4719458d7bb90af2ba21594deed6885f958d34
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:54 -05:00
..
bluetooth Bluetooth: Enable debug for Bluetooth samples and tests 2016-02-05 20:13:50 -05:00
include First commit 2015-04-10 16:44:37 -07:00
libc Remove reference to DINKUM in samples/libc/README 2016-02-05 20:13:40 -05:00
microkernel Rename _IdtBaseAddress to _idt_base_address 2016-02-05 20:13:54 -05:00
nanokernel Rename _IrqVectorTable to _irq_vector_table 2016-02-05 20:13:53 -05:00