summaryrefslogtreecommitdiff
path: root/atmel-samd/access_vfs.h
AgeCommit message (Collapse)Author
2017-10-18atmel-samd: Add mass storage support.Scott Shawcroft
Fixes #260
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft
* atmel-samd: Remove ASF3. This will break builds. * atmel-samd: Add ASF4 for the SAMD21 and SAMD51. * Introduce the supervisor concept to facilitate porting. The supervisor is the code which runs individual MicroPython VMs. By splitting it out we make it more consistent and easier to find. This also adds very basic SAMD21 and SAMD51 support using the supervisor. Only the REPL currently works. This begins the work for #178.
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in ↵Dan Halbert
development) master. cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet
2017-06-26atmel-samd: Fix running off of the new VFS filesystem includingScott Shawcroft
an issue at startup leading to safe mode and mass storage support not working.
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.