Files
micropython/ports/nrf/drivers
robert-hh da692d01ac nrf/drivers/ticker: Reset slow ticker callback count on soft reboot.
The micro:bit board (and probably other boards using the music or display
module) locked up on soft reboot.  Reason was a buffer overflow caused by
an index counter, which was not reset on soft_reboot.

That's fixed in this commit.  Tested with a micro:bit board, performing a
series of soft reboots.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-11-28 23:02:46 +11:00
..
2024-07-26 11:10:32 +10:00
2019-10-10 21:35:27 +02:00
2022-07-18 13:50:34 +10:00