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

common: patch: i3c: Upgrade shell command #2135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wescylin
Copy link

Description

  • Upgrade I3C raw command version.

Motivation

  • Upgrade I3C raw command version.

Testl plan

  • Build code: Pass
  • Send raw command: Pass

Log

uart:~$ i3c xfer I3C_2 -a 0x50 -w 0x0 -r 1
Private transfer to address 0x50

00000000: 51 |Q |
uart:~$ i3c xfer I3C_2 -a 0x50 -w 0x1 -r 1
Private transfer to address 0x50

00000000: 18 |. |

Description
- Upgrade I3C raw command version.

Motivation
- Upgrade I3C raw command version.

Testl plan
- Build code: Pass
- Send raw command: Pass

Log
uart:~$ i3c xfer I3C_2 -a 0x50 -w 0x0 -r 1
Private transfer to address 0x50

00000000: 51                                               |Q                |
uart:~$ i3c xfer I3C_2 -a 0x50 -w 0x1 -r 1
Private transfer to address 0x50

00000000: 18                                               |.                |
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 24, 2024
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants