Román Cárdenas Rodríguez
Román Cárdenas Rodríguez
RTT works like a charm, specially with cargo-embed and probe-rs. However, if you want to use OpenOCD instead (e.g., with VS Code and cortex-debug) you will face some issues. Namely,...
Hi, @sourcebox , what are the main differences between your implementation and fugit? I saw that yours does not have any dependency, and that is always desirable (I believe). However,...
Maybe it is better to implement this feature in the `cortex-m` crate, so more HALs would benefit from it. I opened [this issue](https://github.com/rust-embedded/cortex-m/issues/446#issue-1334719513) in the `cortex_m` GitHub repo.
Hi! First, thank you very much for your work, this crate looks great and makes sharing an interface very easy. I wonder how the support for RISC-V is. The [ESP...
I find this update very useful! Thank you
I suggest you fork @jacoposartini repo, make the changes and start a new pull request
[https://github.com/beerfactory/hbmqtt/blob/master/docs/references/broker.rst](url) There you go.
I experience the same issue on MacOS 10.13.3 As you said, the broker works fine, and messages are received by subscribed processes. The hbmqtt version experiencing this issue is 0.9.2
Hi, clozinski! I have been developing a new version that supports topic filtering, so the broker is able to grant or deny subscription depending on the policy you want. When...
Check it out: https://github.com/beerfactory/hbmqtt/pull/118