This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
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 #195 from Zondax/stax
- Loading branch information
Showing
73 changed files
with
40 additions
and
17 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
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
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
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.
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
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
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
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.
Submodule ledger-zxlib
updated
10 files
+7 −7 | .github/workflows/main.yml | |
+3 −5 | app/common/app_main.c | |
+1 −0 | app/ui/view_internal.h | |
+45 −14 | app/ui/view_stax.c | |
+2 −10 | dockerized_build.mk | |
+1 −1 | include/sigutils.h | |
+4 −4 | include/zxformat.h | |
+1 −3 | include/zxmacros_ledger.h | |
+1 −1 | include/zxversion.h | |
+0 −1 | makefiles/Makefile.platform |
Submodule nanos-secure-sdk
updated
6 files
+9 −4 | Makefile.glyphs | |
+9 −2 | Makefile.standard_app | |
+1 −1 | include/os.h | |
+4 −0 | include/os_task.h | |
+14 −4 | lib_standard_app/parser.c | |
+18 −4 | src/syscalls.c |
Submodule nanosplus-secure-sdk
updated
19 files
+50 −0 | .github/workflows/unit_tests.yml | |
+2 −0 | .gitignore | |
+2 −1 | Makefile.defines | |
+9 −4 | Makefile.glyphs | |
+9 −2 | Makefile.standard_app | |
+14 −4 | lib_standard_app/parser.c | |
+13 −7 | src/syscalls.c | |
+3 −0 | target/fatstacks/script.ld | |
+2 −0 | target/nanos/script.ld | |
+2 −0 | target/nanos2/script.ld | |
+2 −0 | target/nanox/script.ld | |
+68 −0 | unit-tests/lib_standard_app/CMakeLists.txt | |
+36 −0 | unit-tests/lib_standard_app/README.md | |
+61 −0 | unit-tests/lib_standard_app/test_apdu_parser.c | |
+34 −0 | unit-tests/lib_standard_app/test_base58.c | |
+101 −0 | unit-tests/lib_standard_app/test_bip32.c | |
+155 −0 | unit-tests/lib_standard_app/test_buffer.c | |
+105 −0 | unit-tests/lib_standard_app/test_format.c | |
+64 −0 | unit-tests/lib_standard_app/test_write.c |
Submodule nanox-secure-sdk
updated
19 files
+50 −0 | .github/workflows/unit_tests.yml | |
+2 −0 | .gitignore | |
+2 −1 | Makefile.defines | |
+9 −4 | Makefile.glyphs | |
+9 −2 | Makefile.standard_app | |
+14 −4 | lib_standard_app/parser.c | |
+13 −7 | src/syscalls.c | |
+3 −0 | target/fatstacks/script.ld | |
+2 −0 | target/nanos/script.ld | |
+2 −0 | target/nanos2/script.ld | |
+2 −0 | target/nanox/script.ld | |
+68 −0 | unit-tests/lib_standard_app/CMakeLists.txt | |
+36 −0 | unit-tests/lib_standard_app/README.md | |
+61 −0 | unit-tests/lib_standard_app/test_apdu_parser.c | |
+34 −0 | unit-tests/lib_standard_app/test_base58.c | |
+101 −0 | unit-tests/lib_standard_app/test_bip32.c | |
+155 −0 | unit-tests/lib_standard_app/test_buffer.c | |
+105 −0 | unit-tests/lib_standard_app/test_format.c | |
+64 −0 | unit-tests/lib_standard_app/test_write.c |
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
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