Skip to content

Commit

Permalink
Merge pull request #114 from LedgerHQ/feat/stax_nbgl_2
Browse files Browse the repository at this point in the history
Add NBGL support for Stax and Flex
  • Loading branch information
agrojean-ledger authored May 27, 2024
2 parents e2c0904 + 9059d93 commit 870a259
Show file tree
Hide file tree
Showing 31 changed files with 4,335 additions and 255 deletions.
6 changes: 6 additions & 0 deletions .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"

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

[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mem"]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ jobs:
uses: actions/checkout@v4
- name: Unit tests
run: |
cargo +$RUST_NIGHTLY test -p ledger_device_sdk --target ${{ matrix.target }} --features speculos
cargo +$RUST_NIGHTLY test -p ledger_device_sdk --target ${{ matrix.target }} --features speculos --tests
Loading

0 comments on commit 870a259

Please sign in to comment.