Go to file
Yonattan Louise 5222b8b6c6 Rename timerMode to timer_mode
Updating local 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: Ie5ecf994d2e7e16a0e223fa64355274f6f0ad42e
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:53 -05:00
arch Rename timerMode to timer_mode 2016-02-05 20:13:53 -05:00
config fsl_frdm_k64f: Increase number of IRQs for Bluetooth over UART 2016-02-05 20:13:51 -05:00
drivers Rename accumulatedCount to clock_accumulated_count 2016-02-05 20:13:53 -05:00
host Make absolute symbol macros headers compiler dependent 2016-02-05 20:13:52 -05:00
include Rename _IsrTable to _sw_isr_table 2016-02-05 20:13:53 -05:00
kernel Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
lib/libc/minimal build: Always enable section garbage collection flags 2016-02-05 20:13:48 -05:00
make Rename _IrqVectorTable to _irq_vector_table 2016-02-05 20:13:53 -05:00
misc
net Bluetooth: Process HCI init return parameters synchronously 2016-02-05 20:13:50 -05:00
samples Rename _IrqVectorTable to _irq_vector_table 2016-02-05 20:13:53 -05:00
scripts nano_lifo: allow multiple fibers to pend 2016-02-05 20:13:53 -05:00
shared/include/nanokernel/x86
.gitattributes
.gitignore Prune obsolete entry from .gitignore 2016-02-05 20:13:51 -05:00
.mailmap
vxmicro-env.bash