| Age | Commit message (Collapse) | Author |
|
Fixes #260
|
|
* 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.
|
|
|
|
development) master.
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
|
|
an issue at startup leading to safe mode and mass storage support
not working.
|
|
storage to use micropython's VFS interface.
This makes mass storage work with any VFS implementation rather
than a single one.
|