Daniel Jobson
Daniel Jobson
- Update tray's "About", use new URL to repo and include version. I have not verified the tray application yet.
Today tkey-ssh-agent creates a unix socket which is used to communicate with the ssh client. If the tkey-ssh-agent is run in a service, and is not exited gracefully - the...
Tried to get the MSI package to build in CI, but stops due to an error: This works on a local Ubuntu 22.10 using our OCI image msi-builder, but not...
This supersedes #203 > This PR adds a minimal SPI master to the application_fpga. This allows applications to access the Flash memory on the Tkey. The SPI master basically supports...
Manually building the manufacturing files can be error prone, using Kibot would make it an automated process in CI.
Today in ci.yaml we have a comment ``` # TODO? first deal with hw/boards/ and hw/production_test/ # - name: check for SPDX tags # run: ./LICENSES/spdx-ensure ``` adding this issue...
While updating our tools to a later version of Verilator and updating the lint flags to Verilog-2005 we came across a few new warnings, see below. We don't have a...
Adding a tool that can format Verilog helps us keeping the code clean and tidy. This should be able to run in CI, and from Makefile locally. [Verible](https://github.com/chipsalliance/verible) seems like...
In the branch `uart_tx_debug_pin` is a proof of concept of a tx debug pin using GPIO4. The idea is to have a way of sending serial data that does not...
To easier track and handling of version, split distinct components into different repositories.