-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
HAL: Upstream from OVL works #14
Comments
Oh, there are also quite a few working examples in the |
Thanks for the notice. I'll take a more thorough look at it when able. |
@tmplt is there anything from that @jamesmunns work here that wasn't in #25? |
Only the GMAC and |
Superseded by #33. This issue can be closed. |
Hey, I've been working on ATSAME70 support specifically in a repo as part of some contracting work (OVL => OneVariable UG Labs).
Since I've been focused on just this one chip, and a relatively limited set of features, it's probably not ready to merge 1:1, but just in case someone is interested, the repo is here, and I've published the crate under the name
ovl-atsamx7x-hal
for now, until this work gets upstreamed.So far, I have the following components implemented:
smoltcp
implementation capable of maintaining a TCP connection. Only supports one set of pins ATMrtic-monotonic::Monotonic
andgroundhog::RollingTimer
trait implementationsFeel free to take any of this work if you want/need it before I get a chance to upstream! I've kept the 0BSD license, so you can do what you'd like.
Edit (2022-04-22): Added RTT impl
The text was updated successfully, but these errors were encountered: