mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 00:06:10 +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: I5d0f757899e3a148c155ed8d68774fcabbb3995c Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com> |
||
---|---|---|
.. | ||
cache_s.s | ||
cache.c | ||
crt0.s | ||
driver_static_irq_stubs.s | ||
i8259Boi.s | ||
rand32.c | ||
sysFatalErrorHandler.c | ||
systemApic.c | ||
systemPic.c |