zephyr/kernel/nanokernel
Yonattan Louise 4d19693b33 Rename _NanoKernel to _nanokernel
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>
2016-02-05 20:13:53 -05:00
..
include Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
compiler_stack_protect.c
ctors.c
idle.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
init.c
int_latency_bench.c
nano_context_data.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nano_lifo.c
nano_mwfifo.c
nano_sema.c
nano_stack.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nano_timer.c
nanocontextentry.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nanofiber.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nanoinit.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nanometrics.c
nanotime.c
string_s.c
version.c