examples: add a sample application for showing timer usage
authorJihun Ahn <jhun.ahn@samsung.com>
Thu, 4 May 2017 12:53:02 +0000 (21:53 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 23 May 2017 12:40:00 +0000 (21:40 +0900)
commit3f6d5de826a2f1cd7b8d5088cf201ca5fada8c36
treee4bc2be502b216066e0a87cdef02ec4cfd118f51
parentc5c350b55591e7b54268c13d612d2600898bebea
examples: add a sample application for showing timer usage

This commit adds an example project that performs timer control,
triggering timers and registering callback that is executed when the
timer expires. In order to use it, CONFIG_TIMER should be enabled.

Change-Id: I9feee9b90ec940d71b33bea5753edfbd92c29684
Signed-off-by: Jihun Ahn <jhun.ahn@samsung.com>
apps/examples/timer/Kconfig [new file with mode: 0644]
apps/examples/timer/Make.defs [new file with mode: 0644]
apps/examples/timer/Makefile [new file with mode: 0644]
apps/examples/timer/timer_main.c [new file with mode: 0644]