zephyr/samples/microkernel/benchmark/app_kernel/src
Benjamin Walsh 2d12752637 sys_clock: make public some timing utilities
Make these public:

  - SECONDS(x): macro that gives the number of ticks in x seconds
  - MSEC(x): macro that gives the number of ticks in x milliseconds
  - MSEC_PER_SEC: number of milliseconds per second
  - USEC_PER_MSEC: number of microseconds per millisecond

Change-Id: Ic5dbf9349651a477b066edb0c6b6721da2b7e5bb
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:27 -05:00
..
config.h Remove LITE-related dependency for app_kernel benchmark 2016-02-05 20:13:49 -05:00
event_b.c events: rename task_event_set_handler() 2016-02-05 20:15:21 -05:00
fifo_b.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
fifo_r.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
mailbox_b.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
mailbox_r.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
Makefile initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
master.c sys_clock: make public some timing utilities 2016-02-05 20:15:27 -05:00
master.h Fix typo: occured -> occurred 2016-02-05 20:15:21 -05:00
memcfg.h Fix whitespace issues 2016-02-05 20:13:59 -05:00
memmap_b.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
mempool_b.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
mutex_b.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
nop_b.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
pipe_b.c Fix typo: occured -> occurred 2016-02-05 20:15:21 -05:00
pipe_r.c Fix typo: occured -> occurred 2016-02-05 20:15:21 -05:00
receiver.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
receiver.h Eliminate VxMicro branding in main application include file 2016-02-05 20:14:15 -05:00
sema_b.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
sema_r.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00