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

feat(i2c): add support for 10-bit I2C addresses #175

Merged
merged 1 commit into from
Jul 22, 2023
Merged

Conversation

hawkw
Copy link
Contributor

@hawkw hawkw commented Jul 20, 2023

This branch adds support for the 10-bit I2C address mode. This was pretty trivial to add but I had punted on it in PR #103 in the interest of getting the minimum necessary I2C stuff working. I couldn't easily test this because I don't have any I2C devices on hand that require the 10-bit address mode, but it should work! :)

Closes #143

This branch adds support for the 10-bit I2C address mode. This was
pretty trivial to add but I had punted on it in PR #103 in the interest
of getting the minimum necessary I2C stuff working. I couldn't easily
test this because I don't have any I2C devices on hand that require the
10-bit address mode, but it should work! :)

Closes #143
@hawkw hawkw requested a review from jamesmunns July 20, 2023 16:39
@hawkw hawkw merged commit ae9c06d into main Jul 22, 2023
5 checks passed
@hawkw hawkw deleted the eliza/10-bit-i2c branch July 22, 2023 00:11
@jamesmunns jamesmunns added platform: D1 Specific to the Allwinner D1 hardware platform area: drivers Related to driver implementation for hardware devices. labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: drivers Related to driver implementation for hardware devices. platform: D1 Specific to the Allwinner D1 hardware platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

platform(d1): implement 10-bit I2C addresses
2 participants