mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
And use mp_hal_ticks_us() for SAM21's mp_hal_ticks_cpu(). The SAMD21 has no CYCCNT register, and the SysTick register has only a 1 ms span (== 48000 count range).