wallem89
wallem89
**Describe the bug** I am running this software on two Raspberry Pi's and one is the server an the other Pi is the client. Both are used to send and...
When compiling the generated `messages.rs` I get two warning: ``` warning: unused import: `core::ops::BitOr` --> src/messages.rs:11:5 | 11 | use core::ops::BitOr; | ^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default...
I have a DBC file which has non unique field names in an enumerated signal. Example: ``` /// Defined values for Command #[derive(Clone, Copy, PartialEq)] #[cfg_attr(feature = "debug", derive(Debug))] pub...
I want to combine ```unicorn:view``` and ```unicorn:poll``` features in one Django template. I have this working but this gives the following warning: ``` The 'control' component appears to have multiple...
I want to make multiple bundles from the same repository. This repository has for each bundle a github workflow defined and they are referring to a template with the `deploy-to-balena-action`....
### Describe The Bug Running a rust script trough `cargo make` fails on a dual boot system with Ubuntu 24.04 LTS 6.8.0-40-generic with an encrypted disk ### To Reproduce 1....
This feature is adding the support for padding. In other words the option to set all unused bits to `1` instead of `0`. One use case is when creating SAE...
I would like to see a feature which gives the ability to print signals with an enum with `no_std` right away. This can be done with `defmt` to format the...
in the current implementation only the signals that are part of a message are set. The unused bits are not set. Which makes sense because there are not used. But...