Skip to content

Commit

Permalink
Report global config
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jun 14, 2024
1 parent 79506cb commit ea6d861
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ledger_device_sdk/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ runner = "speculos -m nanox --display=headless"
[target.nanosplus]
runner = "speculos -m nanosp --display=headless"

[target.stax]
runner = "speculos --model stax --display=headless"

[target.flex]
runner = "speculos --model flex --display=headless"

[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mem"]
Expand Down

0 comments on commit ea6d861

Please sign in to comment.