Applet for Wiimote extensions (Nunchuk etc.) over I²C#1143
Draft
neuschaefer wants to merge 2 commits intoGlasgowEmbedded:mainfrom
Draft
Applet for Wiimote extensions (Nunchuk etc.) over I²C#1143neuschaefer wants to merge 2 commits intoGlasgowEmbedded:mainfrom
neuschaefer wants to merge 2 commits intoGlasgowEmbedded:mainfrom
Conversation
The goal here is to avoid waking up the host CPU while we can. Host to gateware commands: - WRITE u8 length u8 bytes[length] - READ u8 length u16 poll_interval (in milliseconds, 0 = don't poll) Gateware to host messages: - WRITE response u8 status - READ u8 status u8 length u8 bytes[length]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO:
With a view towards the repo migration: Feel fee to close the PR when the times comes, I'll reopen it on the other side.