Rafael Bachmann
Rafael Bachmann
Ironically, I was just about to report that the Async-in-depth chapter should come after the chapter on select, as select is a very practical and important concept. Perhaps the Async-in-depth...
I can confirm that this problem does not occur when using the [bitbang-hal](https://github.com/sajattack/bitbang-hal). Note: bitbang hal has currently a bug where all empty transactions are ACK'd. This is fixed here:...
Good point. I am using external ones on my PCB, so I thought the internal ones are not required.
As per my Cargo.toml: 0.17.1
Can you check whether you can reproduce with other addresses, too? 0 is general call address so might be special. For me, it was always the very first write that...
> sending a byte of data which did work great. Referring to this: https://github.com/barafael/smbus-graph/blob/main/smbus-graph.pdf I am not convinced it's ok to scan by sending a byte. i2cdetect man page does...
Writing one byte to the bus is an smbus method btw :) I'll check some C implementations (mbed and ST HAL) and possibly check with my ST contact. Thank you...
Is there anything new on this? I use tabular in vim which can handle all situations described above but rustfmt doesn't preserve alignment unfortunately.
I don't think these changes build anymore: ````rust error[E0433]: failed to resolve: could not find `dispatch` in `tracing ` --> src/main.rs:10:5 | 10 | #[tracing_test::traced_test(target="shorter_name")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | |...
https://github.com/tokio-rs/tokio/pull/7190