zephyr/samples/microkernel/test
Yonattan Louise a9c772cbb6 Rename _SysIdleThresholdTicks to _sys_idle_threshold_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: I4b7f7806fcfcbeed1abbc2421c3fc470af87eb7d
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:13:44 -05:00
..
test_critical Fix function declarations on samples 2016-02-05 20:13:11 -05:00
test_events Rename K_max_eventnr to _k_num_events 2016-02-05 20:13:43 -05:00
test_fifo Fix spaces around parentheses 2016-02-05 20:13:22 -05:00
test_fp_sharing Remove PowerPC artefacts from test_fp_sharing test 2016-02-05 20:13:40 -05:00
test_libs Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
test_mail First commit 2015-04-10 16:44:37 -07:00
test_map Fix function declarations on samples 2016-02-05 20:13:11 -05:00
test_mutex First commit 2015-04-10 16:44:37 -07:00
test_pipe Fix function declarations on samples 2016-02-05 20:13:11 -05:00
test_pool Remove task_mem_pool_moveXXX() routines from test_pool project 2016-02-05 20:13:41 -05:00
test_secure_string_api First commit 2015-04-10 16:44:37 -07:00
test_sema Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
test_sprintf Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
test_stackprot Eliminate unneeded NO_EXE task group in sample projects 2016-02-05 20:13:39 -05:00
test_static_idt Eliminate unneeded NO_EXE task group in sample projects 2016-02-05 20:13:39 -05:00
test_task Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
test_task_irq First commit 2015-04-10 16:44:37 -07:00
test_tickless Rename _SysIdleThresholdTicks to _sys_idle_threshold_ticks 2016-02-05 20:13:44 -05:00
test_timer First commit 2015-04-10 16:44:37 -07:00
test_xip First commit 2015-04-10 16:44:37 -07:00