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

example: i2c-usb-bridge: Initial support #361

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

alistair23
Copy link
Contributor

This application bridges data to and from the serial console to the I2C bus.

This allows a PC to communicate with an I2C device via a USB port.

On a PC you can connect to the UART of the device running this application to access the I2C bus. The Tock device will then act as a I2C master to interact with I2C devices.

This application bridges data to and from the serial console to the
I2C bus.
This allows a PC to communicate with an I2C device via a USB port.

On a PC you can connect to the UART of the device running this
application to access the I2C bus. The Tock device will then act as
a I2C master to interact with I2C devices.

Signed-off-by: Alistair Francis <[email protected]>
@alevy alevy added this pull request to the merge queue Jan 12, 2024
Merged via the queue into tock:master with commit 7f6e036 Jan 12, 2024
2 checks passed
@alistair23 alistair23 deleted the alistair/i2c-usb branch January 15, 2024 00:04
tyler-potyondy pushed a commit to tyler-potyondy/libtock-c that referenced this pull request Mar 13, 2024
example: i2c-usb-bridge: Initial support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants