#10899 originally added this doc note in shared-bindings/alarm/SleepMemory.c:
//| .. note::
//| Programs that call ``microcontroller.reset()`` should wait at least
//| one second after boot before resetting, otherwise CircuitPython's
//| double-reset safe mode detector may activate. See
//| ``supervisor/shared/safe_mode.c``.
@tannewt wasn't sure this was true. I removed it in #10989. Revisit this later. If it is true, maybe it's a bug.
Tagging @lzrd, who added the comment, for interest.
#10899 originally added this doc note in
shared-bindings/alarm/SleepMemory.c:@tannewt wasn't sure this was true. I removed it in #10989. Revisit this later. If it is true, maybe it's a bug.
Tagging @lzrd, who added the comment, for interest.