mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 08:15:25 +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" -o -name "*.arch" \) \ ! -path "./host/src/genIdt/*" \ ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g'; Change-Id: Ia753f8415b656e3b819a9cdb1eb24d02b750f9d2 Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
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 | ||
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 |