ivmarkov

Results 697 comments of ivmarkov
trafficstars

Folks, now that I've merged #115, I think we have a simple solution (blocking reads) which should work fine with regular code that uses threads. Also - and if I...

> I've been following this branch with my project and right now the only issue I am having is that when calling `.into_output()` or `.into_input()` on a new ("disabled") `PinDriver`,...

> > I've been following this branch with my project and right now the only issue I am having is that when calling `.into_output()` or `.into_input()` on a new ("disabled")...

Sorry for following up so late, I noticed your issue report just now. No it is not possible to uncomment this full-duplex implementation, as it is register-based and is essentially...

I know you've probably done that but still: can you please: - `git pull` the rust-esp32-std-hello project - `cargo update` the rust-esp32-std-hello project - `cargo clean` and then `cargo build`...

One more thing then: - Please install/update cargo-pio: `cargo install cargo-pio` - Use the following brand new ESP monitor (just implemented!): `cargo pio espidf monitor /dev/ttyUSB0` (need to run this...

Yes, that's the crux of the issue: it does not detect the ELF file in your `/target` directory. Here's something you can check: can you go to `~/.platformio/platforms/espressif32/monitor`. There's a...

Yep. This is not patched at all. In `~/.platformio/platforms/espressif32` (one directory up) there should at least be a long filename named `filter_exception_decoder_esp32c3_external_conf_fix.diff.applied`. Is it present on your PC?

OK so it attempted to patch and silently failed. Go figure. Hold on... Oh, you do have `git` on your `$path` right?

Super-strange. If I take the `.py` file you've pasted it and use it, it is patched correctly... I'm a bit at a loss... OK, here's a quick hack: take the...