Skip to content

Commit

Permalink
Add API_LEVEL_12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorais-ledger committed Jul 28, 2023
1 parent f230520 commit 5a5b543
Show file tree
Hide file tree
Showing 24 changed files with 14,344 additions and 25 deletions.
3 changes: 2 additions & 1 deletion sdk/bolos_syscalls_unified_sdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
#define SYSCALL_nbgl_get_font_ID_IN 0x01fa000c
#define SYSCALL_nbgl_screen_reinit_ID_IN 0x00fa000d
#define SYSCALL_nbgl_front_draw_img_rle_legacy_ID_IN 0x00fa000e // API levels 7-8-9
#define SYSCALL_nbgl_front_draw_img_rle_ID_IN 0x04fa0010
#define SYSCALL_nbgl_front_draw_img_rle_10_ID_IN 0x04fa0010 // API level 10
#define SYSCALL_nbgl_front_draw_img_rle_ID_IN 0x05fa0010 // API level_12

#define SYSCALL_ox_bls12381_sign_ID_IN 0x05000103
#define SYSCALL_cx_hash_to_field_ID_IN 0x06000104
Expand Down
Binary file added speculos/cxlib/nanosp-api-level-cx-12.elf
Binary file not shown.
Binary file added speculos/cxlib/nanox-api-level-cx-12.elf
Binary file not shown.
Binary file added speculos/cxlib/stax-api-level-cx-12.elf
Binary file not shown.
Loading

0 comments on commit 5a5b543

Please sign in to comment.