zephyr/drivers
Yonattan Louise cf0b28d243 Rename nanoTicks to _nano_ticks
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" \) \
            ! -path "./host/src/genIdt/*" \
            ! -path "*/outdir/*" | xargs sed -i 's/\b'${1}'\b/'${2}'/g';

Change-Id: Iebefec0e02cbb838564dd71fd4424c1adbff31f5
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:43 -05:00
..
console Add serial console input handler 2016-02-05 20:13:41 -05:00
interrupt_controller First commit 2015-04-10 16:44:37 -07:00
pci Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
random First commit 2015-04-10 16:44:37 -07:00
serial uart: Rename INTERRUPT_DRIVEN configuration option 2016-02-05 20:13:41 -05:00
timer Rename nanoTicks to _nano_ticks 2016-02-05 20:13:43 -05:00
defs.objs First commit 2015-04-10 16:44:37 -07:00