zephyr/tests/benchmarks/app_kernel/src
Punit Vara fe882f407d tests: Remove camel case and fix coding style
Test whichever had Camel case defined for functions and variables have
been replaced.

Following warnings have been fixed in test cases as well.
- line over 80 characters
- Macros with flow control statements should be avoided
- Macros with complex values should be enclosed in parentheses
- break quoted strings at a space character
- do not add new typedefs
- Comparisons should place the constant on the right
  side of the test
- suspect code indent for conditional statements
- Missing a blank line after declarations
- macros should not use a trailing semicolon
- Macros with multiple statements should be
  enclosed in a do - while loop
- do not use C99 // comments

JIRA: ZEP-2249

Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-06-29 07:00:50 -04:00
..
Makefile
config.h
event_b.c tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
fifo_b.c tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
fifo_r.c
mailbox_b.c tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
mailbox_r.c tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
master.c tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
master.h tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
memcfg.h
memmap_b.c tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
mempool_b.c tests: benchmark: app_kernel: Return values from kernel APIs are read. 2017-05-27 10:20:14 -04:00
mutex_b.c tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
pipe_b.c tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
pipe_r.c tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
receiver.c
receiver.h tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
sema_b.c tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
sema_r.c