| commit | a3660d178c5c95cdc3708e411b8efdd576ecfb3c | [log] [tgz] |
|---|---|---|
| author | Eran Gal <erang@google.com> | Thu Apr 25 09:35:00 2024 +0000 |
| committer | Anas Nashif <anas.nashif@intel.com> | Wed May 08 09:29:58 2024 -0400 |
| tree | db8e925ce393ee19c1ba7ad18f76628002d6d5e1 | |
| parent | e4ea597a778890c3f17de2c3612e8058e4a41e23 [diff] |
drivers: i2c_shell: Add direct_read sub command Adds a direct_read subcommand to the I2C command. Usage: I2C direct_read <device> <addr> [<nbytes>]. This command reads directly from the I2C device without first writing a register address. Signed-off-by: Eran Gal <erang@google.com>