zephyr/tests
Daniel Leung 8c605f9e7e tests: timing_info: cleanup timing calculation code
() This is simply to clean up the code for cycles and timing
   calculations as there are quite a bit of unnecessary AND
   operations.
() This also moves the cycle calculation closer to the print
   statement as a few calculations were done between grabbing
   counter values.
() PRINT_STATS() now takes only two parameters as the third
   one was always calling CYCLES_TO_NS(2nd) anyway.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-07-08 16:50:26 -04:00
..
application_development zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arch soc: arm: Fix header inclusion from deprecated paths 2020-06-09 10:38:36 +02:00
benchmarks tests: timing_info: cleanup timing calculation code 2020-07-08 16:50:26 -04:00
bluetooth Bluetooth: test: Print disconnect reason in hex value 2020-07-06 11:15:39 +02:00
boards samples: remove board_shell 2020-06-24 21:37:12 -04:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
deprecated zephyr: Use deprecated instead of legacy for Kconfig int types 2020-06-09 06:49:56 -05:00
drivers drivers: flash: flash_simulator: Erase flash first 2020-07-07 17:19:26 -04:00
kernel tests/kernel/gen_isr_table: Add special config for nRF5340 and nRF9160 2020-07-08 12:37:58 +02:00
lib tests: filter out nsim as it's slow 2020-07-07 15:09:34 +02:00
misc/test_build kernel: logging: convert K_DEBUG to LOG_DBG 2020-06-25 16:12:36 -05:00
net tests: net: vlan: Fix typos 2020-07-02 08:37:17 -04:00
portability tests: portability: cmsis_rtos_v1: Increase clock tolerance 2020-06-23 19:21:10 +02:00
posix posix/fs: Fix POSIX lseek to return position upon completion 2020-07-04 07:46:51 -04:00
shell tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
subsys tests: shell: shell_flash: Add a test for 'flash read' 2020-07-07 17:19:26 -04:00
unit Revert "tests: dlist to add a testcase and add some tags" 2020-07-02 14:40:20 -05:00
ztest cmake: make find_package(ZephyrUnittest...) REQUIRED 2020-06-12 11:10:23 +02:00