-
Notifications
You must be signed in to change notification settings - Fork 5
i2c master and slave #15
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
Merged
+2,397
−6
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b01915c
initial version of i2c
lxuxx 50449cb
Update clock selection for ast1060. Add buffer mode for i2c slave. Tr…
lxuxx 880e9e2
Add i2c test code.
lxuxx 4d0e747
Update to use static dispatch for i2c.
lxuxx b14e943
Format i2c.rs
lxuxx c29eb5e
Add drop for i2c controller.
lxuxx 8804926
Resolve build issue due to multiple different versions of crate embed…
lxuxx 60536c4
Enable i2c target functions in the code.
lxuxx 9ddf19e
Add i2c config builder.
lxuxx 9c9c02a
Move i2c to its own folder
lxuxx 3948ce0
Unify error types.
lxuxx a533a76
Add i2c.rs for hal.
lxuxx 407f3e5
Implement hardware interface for ast1060.
lxuxx 3780625
Update init function.
lxuxx fe37519
More implementation of hardware interface.
lxuxx ed4d8da
Add logging interface for i2c.
lxuxx 56bb0e9
Apply format.
lxuxx 8c7d7b3
Separate state and config.
lxuxx 7ef5672
Clean up and apply cargo clippy changes
lxuxx c43e88b
Enable all tests in main.rs
lxuxx a011cdc
rebase to main a826acd8fe04935e74c523716ee5ef6c0f5e50fc
lxuxx bb64e05
Fix format issues.
lxuxx 422d9c3
Fix clippy errors.
lxuxx 681cec4
Rebase to main fbf95ecf300c719c93bb420b20920bcbf20228b3
lxuxx 4715091
Wire i2c slave isr instead of polling.
lxuxx 6110895
Update i2c slave for swmbx
lxuxx 73be8d2
Merge branch 'main' into i2c_feature
lxuxx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.