apps/examples: Add Oneshot timer example

This commit is contained in:
Gregory Nutt 2016-08-12 14:20:52 -06:00
parent add52b0503
commit d8c7a8fff8
9 changed files with 383 additions and 3 deletions

View file

@ -8,7 +8,7 @@ config EXAMPLES_TIMER
default n
depends on TIMER && BUILD_FLAT
---help---
Enable the \"Timer, World!\" example
Enable the timer example
if EXAMPLES_TIMER

View file

@ -47,7 +47,7 @@ PRIORITY = $(CONFIG_EXAMPLES_TIMER_PRIORITY)
STACKSIZE = $(CONFIG_EXAMPLES_TIMER_STACKSIZE)
PROGNAME = $(CONFIG_EXAMPLES_TIMER_PROGNAME)
# Timer, World! Example
# Timer example
ASRCS =
CSRCS =

View file

@ -68,7 +68,7 @@
#endif
/****************************************************************************
* Private Data
* Private Functions
****************************************************************************/
/****************************************************************************