Skip to content

Commit

Permalink
Add NBGL generic review.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Jun 19, 2024
1 parent 42036eb commit e0eee58
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ledger_device_sdk/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runner = "speculos --model stax --display=headless"
runner = "speculos --model flex --display=headless"

[unstable]
build-std = ["core"]
build-std = ["core","alloc"]
build-std-features = ["compiler-builtins-mem"]

[build]
Expand Down
2 changes: 2 additions & 0 deletions ledger_device_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pub mod seph;

pub mod testing;

extern crate alloc;

#[cfg(any(target_os = "stax", target_os = "flex"))]
pub mod nbgl;
#[cfg(not(any(target_os = "stax", target_os = "flex")))]
Expand Down
Loading

0 comments on commit e0eee58

Please sign in to comment.