Commit b3806c5
committed
alif/system_tick: Add system_tick_get_ms_fast when SysTick is enabled.
This function gives direct access to the 32-bit SysTick millisecond
counter. And then use it to implement `mp_hal_ticks_ms()`.
Signed-off-by: Damien George <damien@micropython.org>1 parent 953773c commit b3806c5
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 | | |
0 commit comments