Skip to content

Commit

Permalink
Change filesystem boundary to 0x98_800 and release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 13, 2021
1 parent ec665bf commit 970a7ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.1"
version = "0.3.0"
authors = ["Nicolas Stalder <[email protected]>", "Conor Patrick <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion runners/lpc55/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
// let config: Config = toml::from_str(&config)?;

// Hardcode until cargo issue gets fixed.
let config = Config {parameters: Parameters{filesystem_boundary: 0x8_0000}};
let config = Config {parameters: Parameters{filesystem_boundary: 0x98_800}};


let linker_script_file = env::var("CARGO_MANIFEST_DIR").expect("No out dir");
Expand Down

0 comments on commit 970a7ef

Please sign in to comment.