acassis commented on PR #2447: URL: https://github.com/apache/nuttx-apps/pull/2447#issuecomment-2237688003
> > @linguini1I suggest you implementing your suggestion as special search case (like -z for zero byte reading). > > Do you think it would be worth while for the i2ctool to have some `#ifdef` to check the architecture and disable the -z functionality for architectures which do not support the 0 byte write? I don't think we can check the architecture now, because we don't know which arch will fail and which will work. My suggestion for now is adding the "-z" and maybe include a suggestion just before the scan start: If your device didn't appear in the bus, try to use the -z option -- 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]
