-
In C it is common for functions to take bit fields to specify options. This is not very good practice in Rust.
E.g.
In `structure.rs`, you will find:
```rust
pub fn from_path(
pdb_pat…
-
### Log message
```text
Manually created qlima_d812smart_dehumidifier.yaml file works perfect.
name: Dehumidifier
products:
- id: bf4c8535a63515943fz0kj
name: Qlima D812 Smart
primary_en…
-
Existing CSR registers could be redefined using the new helper macros to gain extra functionality, and consistent definitions across the crate.
Part of the `0.13.0` milestone.
Registers to redef…
-
sudo go install github.com/ofabry/go-callvis@latest
# github.com/goccy/go-graphviz/internal/ccall
In file included from common.c:5:
go/pkg/mod/github.com/goccy/go-graphviz@v0.1.1/internal/ccall/c…
-
Hello. Thanks for the great tool.
However, the tool seems to fail to parse structs with bit fields.
Please provide support for bit fields.
-
Bitfields in structs are ignored which can lead to crashes. The size of individual elements are too big and the struct class on the jvm side ends up much larger than the struct on the c side.
-
As of https://github.com/DiamondLightSource/dodal/pull/809 we store image data as jpeg bytes. However, we could use something better optimised for binary like https://redis.io/docs/latest/develop/data…
-
Hi there, we are interfacing the FT2232H with a slave device using pyftdi, using SPI for communication. We can write to the device, and it responds correctly on the logic analyzer. However, the ret…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Bitfields are not directly supported in `dart:ffi` but it may be possible to generate code to work with it. See https://github.com/dart-lang/sdk/issues/38954.