-
Notifications
You must be signed in to change notification settings - Fork 10
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
State modules to be allowed to have their own generic register handlers #18
Labels
Comments
kosarev
changed the title
State modules to have their own generic register handlers
State modules to be allowed to have their own generic register handlers
Jul 4, 2021
kosarev
added a commit
that referenced
this issue
Jul 4, 2021
kosarev
added a commit
that referenced
this issue
Jul 4, 2021
kosarev
added a commit
that referenced
this issue
Jul 4, 2021
Done. Now state modules can handle any accesses to registers, including generic ones, as they like. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working on #17 revealed the problem with the state modules not having their own
on_get_reg()
,on_get_regp()
, etc. handlers. That's certainly something up to them to implement as it directly affects available design choices.A subtask of #17.
The text was updated successfully, but these errors were encountered: