Skip to content
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

add a future in RawMaster waiting for ExternalEvent received from any PDU frame #22

Open
jimy-byerley opened this issue Jan 11, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jimy-byerley
Copy link
Owner

the PDU header contains a ExternalEvent stuct whose bits are enabled when the slave reports some interruptions on its side and registers::external_event_mask is set.
At the moment these are ignore by RawMaster but it could be useful to have a way to get this info out.
Since a slave interrupt is reported in the first PDU it sends back, it doesn't concern the containing PDU and should be made available separately by RawMaster. An notify or something like this might be suited.

@jimy-byerley jimy-byerley added enhancement New feature or request good first issue Good for newcomers labels Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant