Gregory Nutt
|
a5a776e223
|
SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver.
|
2016-08-11 17:04:19 -06:00 |
|
Gregory Nutt
|
37b9742189
|
Centralize definitions associated with CONFIG_DEBUG_TIMER
|
2016-06-16 07:16:25 -06:00 |
|
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
|
Gregory Nutt
|
70e502adb0
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 19:11:09 -06:00 |
|
Gregory Nutt
|
f055d4cac4
|
Logic that samples the free running counter reads the pending interrupt status regsiter and can cause interrupts to be lost. So, if when the status regsiter is read, the logic must also handle the timer overflow event. Found and fixed by Max Neklyudov
|
2015-05-26 08:09:10 -06:00 |
|
Gregory Nutt
|
59412f25ce
|
SAM4CM free-running time: Change overflow type from uint16 to uint32. From Max Neklyudov.
|
2015-02-25 08:12:31 -06:00 |
|
Gregory Nutt
|
f017f4c8a8
|
SAM4CM: Add support for tickless operation
|
2015-02-03 07:00:54 -06:00 |
|