Rogier Lodewijks
Rogier Lodewijks
> The message passing, timers etc. are just icing on the cake. One can have other abstractions on top of RTIC, e.g., asynchronous actors or concurrent reactive objects (essentially actors...
Is there a plan to merge this code?
Have something similar: we have a newtype wrapping over a `heapless::Vec` to be able to derive bincode on stucts containing it. I'm pretty sure that this used to work previously...
Hmmm it remains very silent.. ;) Is it an option to change the visibility of this `const`? Would it be helpful for me to make a PR?
Yep same issue here. `electron-pdf` (cli) just plays dead, not any output whatever command line params provided. Running on Docker image `node:lts` (v14.16.1)
> Starting from version V3J6M2 (~Jan 2020) firmware enables Level2 protection which permanently disables the debug port. Hmm.. that is kind of crappy... The STLINK's seemed a really good option...
> [@eflukx](https://github.com/eflukx) Are you sure it's probe-run 0.3.3 that fixed it? Because for me it's going back to 0.3.0 that fixes it because all versions after that use probe-rs 0.12...
As we're operating in the IoT space, a lot of devices communicate using the CoAP protocol, which is based on UDP. Therefore having the ability to accept (raw) UDP (and...
Yep, you have to "unlock" the pins for normal IO functionality. You may try the code below :) ```rust /// "Unprotect" NFC pins and enable as GPIO pins (stored in...
Any news on this yet? Seems to be still broken in 112330c