mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 21:25:21 +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: I5e774c9b78ace93049a41824cee0305ceb69228d Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
util | ||
chan.h | ||
cmdPkt.h | ||
entries.h | ||
event_api_export.h | ||
event.h | ||
fifo_api_export.h | ||
fifo.h | ||
k_chstr.h | ||
k_struct.h | ||
k_types.h | ||
mail_api_export.h | ||
mail.h | ||
memcpy.h | ||
mmap.h | ||
mutex_api_export.h | ||
mutex.h | ||
pool.h | ||
sema_api_export.h | ||
sema.h | ||
task_api_export.h | ||
task_irq_api_export.h | ||
task_irq.h | ||
task.h | ||
ticks.h |