Emil Fresk
Emil Fresk
After some discussions with the Rust implementors of the same scheduler, there is a way to get the debug to happen at compile time, no need for runtime checks! More...
Yeah, this is no problem to do, ping me if you want some help :)
I was playing around a little, and the following crate gave a lot of good underlying support for enums (and a lot more): https://docs.rs/modular-bitfield
Any update on LSP support? For me this is the only thing missing to use amp day to day :) Keep up the good work ^^
Thanks for the update, can't wait to see where this goes!
Hi, has any one found a way around this issue?
We discussed yesterday in the chat about the DHCP always needing 5s. It turned out to be that smoltcp tried to do DHCP DISCOVER while the link was down, and...
Another way to handle it is to implement a feature similar to "AirMode" in BetaFlight, it does adaptive handling of saturation. Practically scaling or boosting throttle if it will saturate...