mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples: Add Oneshot timer example
This commit is contained in:
parent
add52b0503
commit
d8c7a8fff8
9 changed files with 383 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue