mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
SysTick cannot wake the CPU from WFI/WFE so a hardware timer is needed to keep track of ticks/delay (similar to the nrf port). Fixes issue #7234. Signed-off-by: Damien George <damien@micropython.org>