@Neradoc noticed that it was easy to corrupt CIRCUITPY when the hardware watchdog is enabled. We would like to reduce the chance of a corrupt filesystem by regularly "feeding" the watchdog at short intervals during a flash write.
this doesn't fix all irritations about having watchdog enabled during development (e.g., maybe it bites during reload still even if it doesn't corrupt anything) but it would be a step in the right direction.
@Neradoc noticed that it was easy to corrupt CIRCUITPY when the hardware watchdog is enabled. We would like to reduce the chance of a corrupt filesystem by regularly "feeding" the watchdog at short intervals during a flash write.
this doesn't fix all irritations about having watchdog enabled during development (e.g., maybe it bites during reload still even if it doesn't corrupt anything) but it would be a step in the right direction.