summaryrefslogtreecommitdiffstatshomepage
path: root/zephyr/modutime.c
Commit message (Collapse)AuthorAge
* extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky2016-10-29
|
* zephyr: Implement utime module.Daniel Thompson2016-10-22
This provides time and sleep together with the usual ticks_us/_ms/_diff and sleep_us/ms family. We also provide access to Zephyr's high precision timer as ticks_cpu(). Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>