-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
82 changed files
with
2 additions
and
5 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
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-7.71 KB
tests_zemu/snapshots/st-sign-structured_data_big_list_tuple/00000.png
Binary file not shown.
Binary file removed
BIN
-10.3 KB
tests_zemu/snapshots/st-sign-structured_data_big_list_tuple/00001.png
Binary file not shown.
Binary file removed
BIN
-16.2 KB
tests_zemu/snapshots/st-sign-structured_data_big_list_tuple/00002.png
Diff not rendered.
Binary file removed
BIN
-8.65 KB
tests_zemu/snapshots/st-sign-structured_data_big_list_tuple/00003.png
Diff not rendered.
Binary file removed
BIN
-10.9 KB
tests_zemu/snapshots/st-sign-structured_data_big_list_tuple/00004.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-7.71 KB
tests_zemu/snapshots/st-sign-structured_data_simple_number/00000.png
Diff not rendered.
Binary file removed
BIN
-10.3 KB
tests_zemu/snapshots/st-sign-structured_data_simple_number/00001.png
Diff not rendered.
Binary file removed
BIN
-15.1 KB
tests_zemu/snapshots/st-sign-structured_data_simple_number/00002.png
Diff not rendered.
Binary file removed
BIN
-8.65 KB
tests_zemu/snapshots/st-sign-structured_data_simple_number/00003.png
Diff not rendered.
Binary file removed
BIN
-10.9 KB
tests_zemu/snapshots/st-sign-structured_data_simple_number/00004.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
import { IDeviceModel } from '@zondax/zemu' | ||
|
||
const Resolve = require("path").resolve; | ||
const Resolve = require('path').resolve | ||
|
||
export const APP_SEED = "equip will roof matter pink blind book anxiety banner elbow sun young" | ||
export const APP_SEED = 'equip will roof matter pink blind book anxiety banner elbow sun young' | ||
|
||
const APP_PATH_S = Resolve('../app/output/app_s.elf') | ||
const APP_PATH_X = Resolve('../app/output/app_x.elf') | ||
const APP_PATH_SP = Resolve('../app/output/app_s2.elf') | ||
const APP_PATH_ST = Resolve('../app/output/app_stax.elf') | ||
|
||
export const models: IDeviceModel[] = [ | ||
{ name: 'nanos', prefix: 'S', path: APP_PATH_S }, | ||
{ name: 'nanox', prefix: 'X', path: APP_PATH_X }, | ||
{ name: 'nanosp', prefix: 'SP', path: APP_PATH_SP }, | ||
{ name: 'stax', prefix: 'ST', path: APP_PATH_ST }, | ||
] |