Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 16, 2021
1 parent daca449 commit b418ad0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions runners/lpc55/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v1.0.0 (2021-10-16)

First stable firmware release with FIDO authenticator.
2 changes: 1 addition & 1 deletion runners/lpc55/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion runners/lpc55/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "runner"
version = "0.4.0"
version = "1.0.0"
authors = ["Nicolas Stalder <[email protected]>", "Conor Patrick <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down
8 changes: 4 additions & 4 deletions runners/lpc55/config/commands.bd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
options {
flags = 0x8;
buildNumber = 0x1;
productVersion = "0.4.0";
componentVersion = "0.4.0";
productVersion = "1.0.0";
componentVersion = "1.0.0";
secureBinaryVersion = "2.1";
}

Expand All @@ -11,8 +11,8 @@ sources {
}

section (0) {
version_check sec 256;
version_check nsec 256;
version_check sec 4194304;
version_check nsec 4194304;
erase 0x0..0x93000;
load inputFile > 0x0;
}

0 comments on commit b418ad0

Please sign in to comment.