-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from Zondax/fixes
update sdks and zxlib
- Loading branch information
Showing
15 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ledger-zxlib
updated
14 files
+32 −0 | app/ui/view.h | |
+163 −0 | app/ui/view_inspect_s.c | |
+197 −0 | app/ui/view_inspect_x.c | |
+12 −0 | app/ui/view_internal.h | |
+2 −0 | app/ui/view_nano.h | |
+176 −0 | app/ui/view_nano_inspect.c | |
+32 −0 | app/ui/view_nano_inspect.h | |
+7 −4 | app/ui/view_s.c | |
+9 −1 | app/ui/view_x.c | |
+1 −1 | dockerized_build.mk | |
+10 −6 | include/zxformat.h | |
+2 −2 | include/zxversion.h | |
+16 −0 | makefiles/Makefile.devices | |
+1 −0 | makefiles/Makefile.platform |
Submodule nanopb
updated
10 files
Submodule nanos-secure-sdk
updated
16 files
+3 −2 | Makefile.defines | |
+2 −0 | Makefile.rules | |
+6 −1 | Makefile.rules_generic | |
+19 −3 | Makefile.standard_app | |
+2 −2 | include/os_seed.h | |
+1 −3 | lib_standard_app/buffer.c | |
+2 −2 | lib_standard_app/crypto_helpers.c | |
+76 −0 | lib_standard_app/debug.c | |
+3 −0 | lib_standard_app/debug.h | |
+19 −1 | lib_standard_app/format.c | |
+17 −0 | lib_standard_app/format.h | |
+29 −4 | lib_standard_app/main.c | |
+22 −0 | plugin_script.ld | |
+5 −2 | script.ld | |
+18 −1 | src/os.c | |
+8 −4 | src/os_io_task.c |
Submodule nanosplus-secure-sdk
updated
24 files
+17 −18 | Makefile.defines | |
+4 −2 | Makefile.rules | |
+7 −1 | Makefile.rules_generic | |
+19 −3 | Makefile.standard_app | |
+2 −2 | include/os_seed.h | |
+3 −1 | lib_nbgl/tools/icon2glyph.py | |
+1 −3 | lib_standard_app/buffer.c | |
+2 −2 | lib_standard_app/crypto_helpers.c | |
+76 −0 | lib_standard_app/debug.c | |
+3 −0 | lib_standard_app/debug.h | |
+19 −1 | lib_standard_app/format.c | |
+17 −0 | lib_standard_app/format.h | |
+29 −4 | lib_standard_app/main.c | |
+18 −1 | src/os.c | |
+8 −0 | src/os_io_task.c | |
+22 −0 | target/fatstacks/plugin_script.ld | |
+4 −2 | target/fatstacks/script.ld | |
+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 | |
+27 −0 | unit-tests/lib_standard_app/test_format.c |
Submodule nanox-secure-sdk
updated
28 files
+1 −1 | .codespellrc | |
+8 −2 | .pre-commit-config.yaml | |
+17 −18 | Makefile.defines | |
+5 −3 | Makefile.rules | |
+7 −1 | Makefile.rules_generic | |
+19 −3 | Makefile.standard_app | |
+13 −1 | include/errors.h | |
+2 −2 | include/os_seed.h | |
+4 −0 | lib_nbgl/src/nbgl_draw.c | |
+3 −1 | lib_nbgl/tools/icon2glyph.py | |
+1 −3 | lib_standard_app/buffer.c | |
+2 −2 | lib_standard_app/crypto_helpers.c | |
+76 −0 | lib_standard_app/debug.c | |
+3 −0 | lib_standard_app/debug.h | |
+19 −1 | lib_standard_app/format.c | |
+17 −0 | lib_standard_app/format.h | |
+29 −4 | lib_standard_app/main.c | |
+18 −1 | src/os.c | |
+8 −0 | src/os_io_task.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 |
Submodule stax-secure-sdk
updated
55 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.