-
This concerns SPARC and its `vis` AKA [Visual Instruction Set][vis-wiki]. Quoting from @taiki-e
> AFAIK it's at least 64-bit.
> - [GCC's SPARC VIS builtins provides `vector_size (8)` (64-bit) and `v…
-
@burrbull
All of [HRTIM_MASTER's registers](https://docs.rs/stm32g4-staging/0.18.0/stm32g4_staging/stm32g474/hrtim_master/index.html) are prefixed with an `m` while some of the [other timers regist…
-
Some code ([Godbolt link](https://zig.godbolt.org/z/cxE9xsTr1)):
```zig
const std = @import("std");
const Chunk = @Vector(64, u8);
export fn foo(chunk: Chunk, a: Chunk, b: Chunk) u64 {
co…
-
### Describe the bug
The `FileHandle::metadata` method panics because some file types do not implement it.
### To Reproduce
A kernel panic was triggered by a [recent run of CI](https://github…
-
There are two related aspects that can be optimized:
1. Represent register values as a single value (`u32`) instead of two (`[u16; 2]`).
2. Implement arithmetic operations using field arithmetic.
…
naure updated
9 hours ago
-
Agent registers itself via insecure http, not via https. This seems to be hardcoded on [L108](https://github.com/keylime/rust-keylime/blob/84d2a78df682f9be4230dc7dd1292f2944d7a8e1/keylime-agent/src/r…
-
Time if flying fast...
+1 year so far so good.
lets ask the same question to the author of the great lib!
#175
-
For `abstractcs`, `abstractauto` and `command`, the RISC-V Debug spec reads:
> Writing this register while an abstract command is executing causes cmderr to become 1 (busy) once the command completes…
-
## Description:
According to the camera's specification (**Sony IMX294**), after certain registers are written, there needs to be a pause of a few milliseconds before proceeding to the next set of re…
-
Hi, I want to read multiple registers but don't know how to, I've cloned repo and below I paste my tests:
When I send topic as array of registers I have response only from first register, becouse n…
mrfy updated
2 months ago