You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add preprocessor checks to ensure that CIRCUITPY_INTERNAL_NVM_SIZE is a multiple of the page or row erase size. Otherwise writing the nvm will erase adjacent flash memory temporarily, which could damage vital data or code.
Add preprocessor checks to ensure that CIRCUITPY_INTERNAL_NVM_SIZE is a multiple of the page or row erase size. Otherwise writing the nvm will erase adjacent flash memory temporarily, which could damage vital data or code.