Sascha Wise

Results 9 issues of Sascha Wise

I have a similar issue to the one described in https://github.com/kolloch/crate2nix/issues/42, but I suspect the root cause is somewhat different. I am attempting to build a Rust project that makes...

I'm hoping we can get the ball rolling on reflection support for Prost. Our use case is a document store using Protocol Buffers as the storage / communication format. We...

This PR adds Dhall support using [serde_dhall](https://github.com/Nadrieril/dhall-rust), a native Rust implementation of Dhall. Dhall is a functional configuration language designed to make composition of configuration files easier. closes https://github.com/mehcode/config-rs/issues/123

hacktoberfest-accepted

This PR adds the ITNS (Interrupt Target Non-secure) field to the NIVC peripheral. This field is required to write a boot loader for TrustZone-M devices, since it allows the user...

S-waiting-on-review
T-cortex-m

My colleague and I have discovered an issue with serialization and deserialization between x86_64 and i386 platforms. As far as I can tell this issue only appears on x86 processors,...

bug

**Describe the bug** I am experiencing a consistent error while flashing the nRF5340. ## Failed to write register DRW at address ``` DEBUG cargo_flash::diagnostics > 0: A core architecture specific...

bug

This PR fixes two issues when cross compiling SGX projects. The first is that sgx requires a particular version of`ld`, similar to wasm-ld. The second is that the `sgx` triple...

### What Right now, you need a running Docker daemon to build an enclave image. The LinuxKit version currently included attempts to pull the image using the Docker daemon. https://github.com/linuxkit/linuxkit/pull/3573...

enhancement

I might be missing something very obvious here, but it seems to me that BBQueue is very well setup to act as an MPSC queue. When taking a grant there...