Skip to content

Commit

Permalink
Split UI & ADPU interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
b0l0k committed May 24, 2024
1 parent d476542 commit 41a1ee7
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 237 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
runner = "speculos -a=1 --model=nanosp"

[build]
target = "nanosplus"
target = "stax"

[unstable]
build-std = ["core"]
Expand Down
8 changes: 4 additions & 4 deletions app_stax.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"apiLevel": "15",
"binary": "target/stax/release/app.hex",
"dataSize": 8192,
"dataSize": 24064,
"derivationPath": {
"curves": [
"secp256k1"
],
"paths": [
"44'/1'"
"10016'"
]
},
"flags": "0x200",
"icon": "crab_32x32.gif",
"name": "Rust Boilerplate",
"name": "NanoPass",
"targetId": "0x33200004",
"version": "1.2.2"
"version": "1.2.1"
}
Loading

0 comments on commit 41a1ee7

Please sign in to comment.