summaryrefslogtreecommitdiff
path: root/tests/extmod/ticks_add.py
AgeCommit message (Collapse)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-10-14extmod/utime_mphal: Make ticks_add check for overflow of delta.Damien George
Work done in collaboration with @jimmo. Signed-off-by: Damien George <damien@micropython.org>