-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update to ASF4 and add SAMD51 support. #178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
:D |
My work in progress is here: https://github.com/adafruit/circuitpython/tree/asf4 It is very early and it doesn't even compile. However, I figured I'd get it out there in case someone . can't wait to work on it. Please coordinate with me if you do because I will rebase the asf4 branch as master progresses and the branch starts to actually work. |
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.
I'm going to close this in favor of separate issues to make it easier to assign different tasks. |
* 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.
SAMD51 datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/60001507A.pdf
The text was updated successfully, but these errors were encountered: