mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 22:41:57 +00:00
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: Iff92324e4442883cde8d7e1b6831d091c77584ce Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
channel | ||
core | ||
include | ||
movedata | ||
timer | ||
defs.objs | ||
idle.c | ||
k_event.c | ||
k_irq.c | ||
k_mbox.c | ||
k_memmap.c | ||
k_mempool.c | ||
k_mutex.c | ||
k_nop.c | ||
k_offload.c | ||
k_queue.c | ||
k_sema.c | ||
k_task.c | ||
k_timer.c | ||
power.c | ||
task_monitor.c |