kaczmarczyck

Results 94 comments of kaczmarczyck

I can't reproduce. On both `stable` and `develop`, the following steps work on Windows 10: 1. Erase storage (for a clean reset). 2. Set batch attestation to true. 3. Compile...

I don't have an update on registering on Google without batch attestation.

Login with Google works now, tested with the `develop` branch, no batch attestation and Chrome 120.0.

Small update: We now have a test implementation on the develop branch that runs on RustCrypto, you can try it with ``` cargo +nightly test --release --features std,rust_crypto --manifest-path libraries/opensk/Cargo.toml...

You can now have an OpenSK with RustCrypto. Add the `--rust-crypto` flag to your deploy call. From the experimental results below, For speed and binary size tradeoff, there is a...

#667 suggests to have binary releases. We might want to revisit reproducibility if we go for it.

The script should now run clippy, locally or in the repository of your choice. Please reopen if the problem persists.

Thanks at @Firemanpl and @chimpnz for your extensive documentation here! About missing access to the button: If you want to port OpenSK to this board, how would you solve this?...

The pip version of `nrfutil` is archived on GitHub and replaced by a new tool that Nordic distributes over their website. The `setup.py` there lists Python version requirements as: ```...

I agree the new tool is different. This is what we needed the old tool for: ``` dfu_pkg_file = f"{CARGO_TARGET_DIR}/{self.args.board}_dfu.zip" self.checked_command([ "nrfutil", "pkg", "generate", "--hw-version=52", "--sd-req=0", "--application-version=1", f"--application={dest_file}", dfu_pkg_file ])...