Results 110 issues of Robin Krahl

In the embedded runner for the lpc55 soc, the provisioner hangs when reconfiguring the SPI interface after performing the hardware checks.

bug

We should update the quickstart documentation to use the embedded runner and the NK3ANH.

documentation

We should have reproducible builds. I tried remapping the the working directory and cargo home using `--remap-path-prefix` but that caused `cargo objcopy` to crate empty files. See also: - https://github.com/cbeuw/lotus/blob/master/cargo-build.sh

maintenance

It looks like the scaling factor for the intensity of the red LED is a bit too low, reducing the red part of RGB colors. We should try to find...

enhancement

It is still possible to overflow the credential ID when creating a non-discoverable credential, especially by providing a long RP ID. (The allowed maximum is 256, and the maximum credential...

Previously, we estimated that we can handle 100 resident keys when returning the number of remaining resident keys in the credential management command. This patch introduces a config option to...

Creating a new directory per resident key probably is not the most efficient way to store our data wrt. to the number of blocks used per key.