Closed
Description
atmel-samd uses ~2.7v as brownout limit. This is the lower operating limit for a number of external SPI flash chips.
See ports/atmel-samd/supervisor/port.c
, which also includes logic for reporting previous brownout to startup logic so it will go into safe mode.
Also CIRCUITPY_CANARY_WORD
is #if 0
'd out here and should be enabled.