Results 170 comments of Robin Krahl

This should significantly reduce bootup time. With logging enabled (`log-semihosting,log-info`), removing the `is_mountable` call reduces the mount time from 1 000 ms to 500 ms and the total bootup time...

Yes, we can do it in `littlefs2` but not directly in the firmware.

I see that this is a useful feature, but from my perspective, this should be implemented by client applications like gnupg/scdaemon. The applications have all required information to show such...

> On the other hand, a clean and general facility to "forward" all NK user presence requests to the desktop, regardless of what (FIDO2, OpenPGP UIF) has caused them, would...

Adding it to `sha256sum` is not trivial because this one is generated by the CI before the images are signed and zipped into the container. But we could maybe add...

For [v1.5.0-test.20231030](https://github.com/Nitrokey/nitrokey-3-firmware/releases/tag/v1.5.0-test.20231030), I’ve manually added a `firmware-nk3-v1.5.0-test.20231030.zip.sha256sum` file. It is to be discussed whether we want to do that for all releases. If yes, it should be automated, documented and...

I would keep the checksum inside of the container. `validate-update` would not have to use the additional checksum file, but it could make sense to use it when downloading the...

Generally, in FIDO2 the platform (in this case systemd) can determine whether a PIN is required for an operation, not the authenticator (the Nitrokey 3). If you want to enforce...

https://github.com/Nitrokey/nitrokey-3-firmware/pull/481 removes `DEVICE_UUID`.

https://github.com/Nitrokey/nitrokey-3-firmware/pull/482 removes the statics in `boards::store` at the cost of increased binary size.