Donny9 opened a new pull request, #3290:
URL: https://github.com/apache/nuttx-apps/pull/3290

   
   
   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   add i3c tools
   
   usage: i3c options...
     options:
     -b --bus     <bus>          bus to use.
     -m --manufid <manufid>      manufacturer ID (upper 16 bits of PID).
     -p --partid  <partid>       part ID (lower 32 bits of PID).
     -r --read    <data length>  read data.
     -w --write   <data block>   Write data block.
     -g --get     <data block>   get a dev info.
     -h --help    Output usage message and exit.
   
   ## Impact
   
   debug toos for i3c
   
   ## Testing
   
   local compile test and run i3c tools
   
   ```c
   nsh> i3c
   usage: i3c options...
     options:
     -b --bus     <bus>          bus to use.
     -m --manufid <manufid>      manufacturer ID (upper 16 bits of PID).
     -p --partid  <partid>       part ID (lower 32 bits of PID).
     -r --read    <data length>  read data.
     -w --write   <data block>   Write data block.
     -g --get     <data block>   get a dev info.
     -h --help    Output usage message and exit.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to