Viktor Vilhelm Sonesten
Viktor Vilhelm Sonesten
The old codebase is no longer maintained. But I've published a hotfix pre-release you can try out: https://crates.io/crates/itm/0.9.0-rc.1.
I don't think it impossible to offer a `push()` alongside the current API. Are there any other API functions you need?
For the `pull_with_timestamp` you can use the new iterator API.
Note to self: pyftdi and deps where here packaged by pypi2nix. pyftdi is otherwise packaged (likely more proper) in nixpkgs. Try to repro.
Keyboard in WSL2 Doesn't Follow Windows Input Language, GUI Applications Not Adhering to Set Default
Completed? Assuming the fix works for everyone else, the behavior still sounds like a bug.
The largest hurdle (if one at all; I have yet to dive back into it) is refactoring the direct ioctl calls out. Its purpose is to mimic the configuration that...
The `serial` module that calls ioctl (upstream in `itm`) can probably be replaced completely with [`serialport`](https://crates.io/crates/serialport).
We'll also need a v0.13 of `probe-rs`.
For `include_dir`: remove patch entry and bump to 0.7.
IIRC this was observed on an ATSAM50 or an ATSAME70. Perhaps related to the number of flash wait states?