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
for @brentru 's work we would like to eventually add support for exposing internal flash FS of 48KB as MSD so that boards without QSPI can store wifi connection data
we could use this library: https://github.com/cmaglie/FlashStorage
Circuitpython uses FAT FS of 48KB so can test against SAMD21 board with circuitpy previously installed.
we only need it to with SAMD21 for now