Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. | Paul Sokolovsky | 2016-10-29 |
| | |||
* | zephyr: Implement utime module. | Daniel Thompson | 2016-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> |