Xiang Xiao
|
a6c68d233d
|
drivers/timers: Add maxtimeout method to the struct timer_ops_s interface
|
2018-08-24 10:16:17 -06:00 |
|
Gregory Nutt
|
7cf88d7dbd
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
Sebastien Lorquet
|
5363d0619a
|
Fix warnings
|
2016-11-18 15:26:08 +01:00 |
|
Sebastien Lorquet
|
197cec58d2
|
timer driver: Use signal to notify of timer expiration. Add generic argument so that there can be additional usage.
|
2016-11-17 14:38:21 -06:00 |
|
Gregory Nutt
|
d4a048c0c6
|
Timer driver: Add hooks to support signal notification of timer expiration. Commented out because invasive interface changes would also be required to complete the implementation.
|
2016-11-17 12:41:11 -06:00 |
|
Gregory Nutt
|
ecb2d4cbc1
|
drivers/timer: Remove the TIOC_SETHANDLER IOCTL call. This calls directly from the timer driver into application code. That is non-standard, non-portable, and cannot be supported
|
2016-11-17 11:52:42 -06:00 |
|
Gregory Nutt
|
89135c55e4
|
drivers/timer: Add an upper-half, oneshot timer character driver.
|
2016-08-12 10:40:07 -06:00 |
|
Wail Khemir
|
09b9d6ba1f
|
Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c
|
2015-11-17 16:39:21 -05:00 |
|
Gregory Nutt
|
0ec67181c9
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
|