Roland Ruckerbauer
Roland Ruckerbauer
Hey there! I got it working on my stm32f4x based discovery board. I used openocd to connect to my stlinkv2-1, and then arm-none-eabi-gdb to load the program and set up...
Hi @NickeZ . I was already working on a raw rust backend for this crate, which would skip hidapi (the C library), and use the os interfaces directly. At the...
If you have any pointers, if I should try it with the tokio ecosystem, or async-std, please tell me. Maybe it`s possible to be runtime independent by just using mio,...
Don`t forget BSD :P
To which crate did you have to add new API`s? To hidapi-rs? If so, please post it as a draft PR, then I can take a look.
Sure you can. Opening it several times heavily depends on how the backend handles that, so it might not be portable. You can however just share it with `Arc` across...
One suggestion: create a communication thread, that owns the HidDevice, and read from it in a loop there. After every loop iteration, also check a queue / channel for wanted...
@AlexCouch is now working on this.
It`s not just for CI. I need something to develop on. I guess setting up macos in a conventional VM should do the trick?
Okay I got it. Anyway I will start with linux, but it might take some time. I will probably do some work on monday, I got lots of time on...