-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support for ATTiny261A, ATTiny461A, ATTiny861A #177
Comments
Very nice! Be aware of the impending changes in #157 which will affect your changeset here. Patches will stay the same, though, now that we have moved to rust |
Thanks for the hint. I will rebase on #157 once that is merged. |
One question regarding the svd toolchain: |
No, split fields cannot be modelled, unfortunately. So far, we have dealt with this by giving the bigger part "double names". Although in practice that HAL code for such chips doesn't reference any enum names at all and instead just writes bare integers. See here for example: |
Tracking issue for ATTiny261A, ATTiny461A, ATTiny861A support.
Current WIP is available in this branch:
https://github.com/mbuesch/avr-device/tree/attinyx61a
The text was updated successfully, but these errors were encountered: