zephyr/arch/arm
Yonattan Louise 9bbb6e1e7b Rename K_Task to _k_current_task
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" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: Ic81b4ad7edf476da61ae62df627866e0446714d7
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
bsp Rename _InterruptStack to _interrupt_stack 2016-02-05 20:13:42 -05:00
core Rename K_Task to _k_current_task 2016-02-05 20:13:43 -05:00
fsl_frdm_k64f Add serial console input handler 2016-02-05 20:13:41 -05:00
include Rename _InterruptStack to _interrupt_stack 2016-02-05 20:13:42 -05:00
ti_lm3s6965 Add serial console input handler 2016-02-05 20:13:41 -05:00
timer Rename nanoTimerList to _nano_timer_list 2016-02-05 20:13:43 -05:00
defs.objs