drivers/timer: Add an upper-half, oneshot timer character driver.

This commit is contained in:
Gregory Nutt
2016-08-12 10:40:07 -06:00
parent 8dd17ad5d7
commit 89135c55e4
8 changed files with 500 additions and 24 deletions
-1
View File
@@ -1367,7 +1367,6 @@ endif # DEBUG_SPI
config DEBUG_TIMER
bool "Timer Debug Features"
default n
depends on TIMER
---help---
Enable timer debug features.