summaryrefslogtreecommitdiff
path: root/atmel-samd/storage.h
AgeCommit message (Collapse)Author
2016-10-21atmel-samd: Rework mass storage interaction with underlying blockScott Shawcroft
storage to use micropython's VFS interface. This makes mass storage work with any VFS implementation rather than a single one.
2016-10-05atmel-samd: Support composite CDC and mass storage USB device.Scott Shawcroft
Be careful to not use the flash file system while using mass storage because both pieces of code attempting to change the fs can corrupt it.
2016-09-02atmel/samd: Add filesystem support. 64k is stored in flash.v1.8.3-62-g09be96aScott Shawcroft