mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 14:25: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" -o -name "*.arch" \) \ ! -path "./host/src/genIdt/*" \ ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g'; Change-Id: Icf5900c057f3412d3c7725c07176fe125c374958 Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
include | ||
compiler_stack_protect.c | ||
ctors.c | ||
idle.c | ||
init.c | ||
int_latency_bench.c | ||
nano_context_data.c | ||
nano_lifo.c | ||
nano_mwfifo.c | ||
nano_sema.c | ||
nano_stack.c | ||
nano_timer.c | ||
nanocontextentry.c | ||
nanofiber.c | ||
nanoinit.c | ||
nanometrics.c | ||
nanotime.c | ||
string_s.c | ||
version.c |