mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 14:07:53 +00:00
Updating global variable's name to follow a consistent naming convention. Explicitly moved from __ to _ by direction of Ben Walsh 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: Idd6f7c3c2fdd818f0a794985f3689705cac3c0a2 Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
offsets | ||
atomic.s | ||
context_wrapper.s | ||
context.c | ||
cpu_idle.s | ||
fast_irq.s | ||
fatal.c | ||
fault_s.s | ||
fault.c | ||
ffs.s | ||
irq_lock.s | ||
irq_manage.c | ||
isr_wrapper.s | ||
regular_irq.s | ||
swap_macros.h | ||
swap.s |