zephyr/samples/microkernel/test
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
..
test_bluetooth Bluetooth: Enable HCI_CORE debug for samples 2016-02-05 20:13:50 -05:00
test_critical Renaming *_node_tick_get_32 to *_tick_get_32 2016-02-05 20:13:51 -05:00
test_events Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_fifo Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_fp_sharing Add compiler dependent headers for test inline assembler code 2016-02-05 20:13:52 -05:00
test_libs Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_mail Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_map Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_mutex Configure number of task priorities for sample projects 2016-02-05 20:13:48 -05:00
test_pipe Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_pool Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_secure_string_api Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_sema Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_sprintf Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_stackprot Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_static_idt Rename _IdtBaseAddress to _idt_base_address 2016-02-05 20:13:54 -05:00
test_task Renaming *_node_tick_get_32 to *_tick_get_32 2016-02-05 20:13:51 -05:00
test_task_irq Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00
test_tickless Renaming *_node_tick_get_32 to *_tick_get_32 2016-02-05 20:13:51 -05:00
test_timer Change _nano_ticks to 64-bit 2016-02-05 20:13:52 -05:00
test_xip Remove references to Simics from README.txt files 2016-02-05 20:13:48 -05:00