Merged
Conversation
Making place for more commands with different package dependencies.
6f51eaf to
7723072
Compare
7972afd to
bce2209
Compare
b9f3f52 to
d42ba99
Compare
agren
approved these changes
Feb 17, 2025
We rely on the developer or CI to have golangci-lint installed. However, we run golangci-lint from make target in CI since we have more than one working directory. For now, though, we skip hidread since we can't build it easily because of CGO.
- Update to later tkey-builder. - Use later checkout action. - Check for SPDX before building! - Don't try to build hidread in CI because for now because we have too old Ubuntu in tkey-builder:4. This means we can't install libusb and libudev, so we remove hidread from all target, too. Leave the installation of libraries commented out for now.
Remove old stuff from when this was tillitis-key1-apps.
agren
approved these changes
Feb 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add the hidread program, a simple cross-platform program to read HID events for our debug pipe.
Add extensive documentation on how to build and use hidread and the
lshidtool on different platforms.Closes #12
This PR also updates the older CI setup in the tkey-devtools repo which was in need on some love.
We currently can't include the hidread build in CI, though, so there's an exception for that.
Type of change
Please tick any that are relevant to this PR and remove any that aren't.
Submission checklist