zephyr/scripts
Dan Kalowsky cc84ca20d6 Renaming K_taskop to _k_task_op
Updating micro kernel functions to follow a consistent naming convention.
Part of that process is the removal of camelCase naming conventions for the
preferred_underscore_method.

Change accomplished with the following script:

#!/bin/bash
echo "Checking C, CPP, H, HPP, and s files..."
find . -type f \( -iname \*.[ch] -o -iname \*.[ch]pp -o -iname \*.s \) \
       -not \( -path host/src/genIdt -prune \) \
       -not \( -path host/src/gen_tables -prune \) \
       -print | xargs sed -i "s/"${1}"/"${2}"/g"


echo "Checking KCONF, LST, and PY files..."
find . -type f \( -iname \*.lst -o -iname \*.kconf -o -iname \*.py \) \
       -not \( -path host/src/genIdt -prune \) \
       -not \( -path host/src/gen_tables -prune \) \
       -print | xargs sed -i "s/"${1}"/"${2}"/g"

Change-Id: Icb28c7393314118d07eeaad2db634f2afe391e02
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
2016-02-05 20:13:47 -05:00
..
basic First commit 2015-04-10 16:44:37 -07:00
cross_compiler First commit 2015-04-10 16:44:37 -07:00
genksyms First commit 2015-04-10 16:44:37 -07:00
kconfig First commit 2015-04-10 16:44:37 -07:00
package First commit 2015-04-10 16:44:37 -07:00
sanity_chk qemu: use a pidfile to avoid killing all and thus enabling parallel runs 2016-02-05 20:13:42 -05:00
0001-armv7m-support-basepri-primask-interrupt-locking.patch Add patch for QEMU that solves the interrupt locking issue with ARM in QEMU. 2016-02-05 19:45:10 -05:00
check_known_checkpatch_issues.sh First commit 2015-04-10 16:44:37 -07:00
checkpatch.pl First commit 2015-04-10 16:44:37 -07:00
checkstack.pl First commit 2015-04-10 16:44:37 -07:00
config First commit 2015-04-10 16:44:37 -07:00
depmod.sh First commit 2015-04-10 16:44:37 -07:00
diffconfig First commit 2015-04-10 16:44:37 -07:00
do_checkpatch.sh Add copyright header to do_checkpatch script 2015-04-15 14:06:04 -05:00
docproc.c First commit 2015-04-10 16:44:37 -07:00
gcc-version.sh First commit 2015-04-10 16:44:37 -07:00
headerdep.pl First commit 2015-04-10 16:44:37 -07:00
Kbuild.include First commit 2015-04-10 16:44:37 -07:00
link-vmlinux.sh First commit 2015-04-10 16:44:37 -07:00
maintainer-checkpatch.bash First commit 2015-04-10 16:44:37 -07:00
Makefile First commit 2015-04-10 16:44:37 -07:00
Makefile.asm-generic First commit 2015-04-10 16:44:37 -07:00
Makefile.build First commit 2015-04-10 16:44:37 -07:00
Makefile.clean First commit 2015-04-10 16:44:37 -07:00
Makefile.dtbinst First commit 2015-04-10 16:44:37 -07:00
Makefile.extrawarn First commit 2015-04-10 16:44:37 -07:00
Makefile.fwinst First commit 2015-04-10 16:44:37 -07:00
Makefile.headersinst First commit 2015-04-10 16:44:37 -07:00
Makefile.help First commit 2015-04-10 16:44:37 -07:00
Makefile.host First commit 2015-04-10 16:44:37 -07:00
Makefile.lib First commit 2015-04-10 16:44:37 -07:00
Makefile.modbuiltin First commit 2015-04-10 16:44:37 -07:00
Makefile.modinst First commit 2015-04-10 16:44:37 -07:00
Makefile.modpost First commit 2015-04-10 16:44:37 -07:00
Makefile.modsign First commit 2015-04-10 16:44:37 -07:00
mkmakefile First commit 2015-04-10 16:44:37 -07:00
mksysmap First commit 2015-04-10 16:44:37 -07:00
setlocalversion First commit 2015-04-10 16:44:37 -07:00
spelling.txt First commit 2015-04-10 16:44:37 -07:00
sysgen.py Renaming K_taskop to _k_task_op 2016-02-05 20:13:47 -05:00
tags.sh First commit 2015-04-10 16:44:37 -07:00
timestamp First commit 2015-04-10 16:44:37 -07:00
unifdef.c First commit 2015-04-10 16:44:37 -07:00