Ulf Lilleengen
Ulf Lilleengen
@MathiasKoch Yes, I didn't pursue this any further as I found I had no longer need for this. Feel free to take up the torch!
I didn't realize it was just a front-end, sorry! I guess what confused me was the feature flags needed to use it, whereas with the logging macros the feature flag...
Thanks! Looking forward to try this 😸 bors r+
I fixed/modified the lorawan example with more configuration options to make downlink work in #843 . I also tried your branch with that fix, and downlink works for me. Those...
@timokroeger I didn't see you marked this as ready for review until now. Does this mean you got things working as expected?
Good news! I got it working, but I had to do some TX tuning. I'll try to pinpoint the changes I needed to do, and maybe we can make that...
@timokroeger Ok, it was the TX configuration that was not working for my board. I've raised a PR against this branch with stuff I needed https://github.com/timokroeger/embassy/pull/1 It makes the params...
@timokroeger I've released lorawan-device 0.8.0 which contains the radio changes. If you merge this https://github.com/timokroeger/embassy/pull/1 and then rebase this PR, it should be good to go I think.
Looks like just some cargo fmt is needed
As long as the 3rd task is not using the mutex, it can run. Lets say task 1 is holding the mutex, awaiting peripheral operation to complete, task 2 is...