Skip to content

Commit

Permalink
Merge pull request #219 from Zondax/fixes
Browse files Browse the repository at this point in the history
update sdks and zxlib
  • Loading branch information
ftheirs authored Sep 21, 2023
2 parents 9f964dc + 0548768 commit 2323a72
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=2
# This is the minor version of this release
APPVERSION_N=4
# This is the patch version of this release
APPVERSION_P=6
APPVERSION_P=7
2 changes: 1 addition & 1 deletion deps/stax-secure-sdk
Submodule stax-secure-sdk updated 55 files
+1 −1 .codespellrc
+1 −0 .gitignore
+8 −2 .pre-commit-config.yaml
+18 −19 Makefile.defines
+2 −2 Makefile.glyphs
+5 −1 Makefile.rules
+7 −1 Makefile.rules_generic
+19 −3 Makefile.standard_app
+18 −3 README.md
+32 −6 doc/Doxyfile
+56 −0 doc/mainpage.dox
+ doc/plantuml.jar
+9 −661 include/errors.h
+11 −2 include/os_endorsement.h
+7 −1 include/os_io_seproxyhal.h
+1 −1 include/os_pin.h
+12 −6 include/syscalls.h
+19 −0 lib_blewbxx_impl/doc/mainpage.dox
+11 −0 lib_cxng/doc/mainpage.dox
+0 −9 lib_nbgl/README.md
+1 −1 lib_nbgl/doc/mainpage.dox
+1 −1 lib_nbgl/doc/nbgl_screens_objs.dox
+10 −0 lib_nbgl/include/nbgl_screen.h
+4 −0 lib_nbgl/src/nbgl_draw.c
+30 −14 lib_nbgl/src/nbgl_layout.c
+6 −2 lib_nbgl/src/nbgl_use_case.c
+3 −1 lib_nbgl/tools/icon2glyph.py
+14 −0 lib_nfc/doc/mainpage.dox
+0 −0 lib_nfc/include/nfc_ndef.h
+4 −2 lib_nfc/src/nfc_ndef.c
+2 −2 lib_standard_app/crypto_helpers.c
+76 −0 lib_standard_app/debug.c
+3 −0 lib_standard_app/debug.h
+10 −0 lib_standard_app/doc/mainpage.dox
+18 −0 lib_standard_app/format.c
+17 −0 lib_standard_app/format.h
+29 −4 lib_standard_app/main.c
+10 −0 lib_stusb/doc/mainpage.dox
+10 −0 lib_stusb_impl/doc/mainpage.dox
+9 −0 lib_u2f/doc/mainpage.dox
+10 −0 lib_ux/doc/mainpage.dox
+9 −0 lib_ux_stax/doc/mainpage.dox
+18 −1 src/os.c
+17 −8 src/os_io_seproxyhal.c
+8 −0 src/os_io_task.c
+29 −12 src/syscalls.c
+22 −0 target/nanos/plugin_script.ld
+2 −2 target/nanos/script.ld
+22 −0 target/nanos2/plugin_script.ld
+4 −2 target/nanos2/script.ld
+22 −0 target/nanox/plugin_script.ld
+4 −2 target/nanox/script.ld
+22 −0 target/stax/plugin_script.ld
+4 −2 target/stax/script.ld
+27 −0 unit-tests/lib_standard_app/test_format.c
2 changes: 1 addition & 1 deletion tests_zemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@zondax/ledger-icp": "link:../js",
"@zondax/zemu": "^0.44.0"
"@zondax/zemu": "^0.44.2"
},
"devDependencies": {
"@types/jest": "^29.2.3",
Expand Down
Binary file modified tests_zemu/snapshots/s-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/s-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/sp-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/st-mainmenu/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/x-mainmenu/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2323a72

Please sign in to comment.