Skip to content

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

Closed
tannewt opened this issue Aug 1, 2017 · 3 comments
Closed

Update to ASF4 and add SAMD51 support. #178

tannewt opened this issue Aug 1, 2017 · 3 comments
Milestone

Comments

@tannewt
Copy link
Member

tannewt commented Aug 1, 2017

SAMD51 datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/60001507A.pdf

@tannewt tannewt added this to the 3.0 milestone Aug 1, 2017
@ladyada
Copy link
Member

ladyada commented Aug 1, 2017

:D

@tannewt
Copy link
Member Author

tannewt commented Aug 1, 2017

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.

tannewt added a commit that referenced this issue Sep 19, 2017
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.
@tannewt
Copy link
Member Author

tannewt commented Sep 19, 2017

I'm going to close this in favor of separate issues to make it easier to assign different tasks.

@tannewt tannewt closed this as completed Sep 19, 2017
dhalbert pushed a commit that referenced this issue Sep 23, 2017
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants