commit | c535300539611751a56eef32b1ed1ea7a8bfcc57 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Sun Sep 30 08:48:11 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 13 17:10:07 2018 -0500 |
tree | 7ab6695f1ebb55e534f9e08fc0a9b0c0f6ccd61e | |
parent | 46386522142e546c6e028db0f560c6db25a02d06 [diff] |
drivers/timer: New ARM SysTick driver Newer, and much smaller driver written to the new timer API. Supports all the features the old one did (including shutting off the clock when clock_always_on is disabled), should be faster in practice, and should be significantly more accurate due to the "lost cycle" trick applied in z_clock_set_timeout(). Signed-off-by: Andy Ross <andrew.j.ross@intel.com>