Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for install mode #7
Open
Conversation
added 3 commits
Aug 30, 2020
Signed-off-by: Johan Carlsson <johan.carlsson@teenage.engineering>
Signed-off-by: Johan Carlsson <johan.carlsson@teenage.engineering>
If a PD report to use SCBK-D in SCS_12, generate a SCBK using Master Key and set using the KEYSET command. Signed-off-by: Johan Carlsson <johan.carlsson@teenage.engineering>
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.
te-johan commentedAug 30, 2020
This adds support for install mode where the CP generates a SCBK and sets it if a PD uses SCBK-D.
A Master Key is also added to be used with the the CP.
The existing KeySet code was a bit strange since it did not use the argument but this is also changed.