-
-
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
GMAC API #33
base: development
Are you sure you want to change the base?
GMAC API #33
Conversation
I put some effort into adding configuration options to the new_gmac() method. The tx/rx buffers are still hardcoded in the HAL, I envision an api similar to the heapless::Vec where buffers are defined through const generics and maybe stored in the Gmac struct. Interrupt support is still missing. |
@martinmortsell this PR is a draft that doesn't pass CI. Any change to get this finished here? |
This code definitely needs another pass before merging. Other changes that should be done is clean up the generic variables, and add a feature gate to the Maybe I'll have time to fiddle with this during the autumn sometime, we'll see. |
Copied from an internal Gitlab instance. By @martinmortsell.