From 24b4ab3f5134a68ff1ccdcc5ab8a639d649a7625 Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Tue, 7 Jan 2025 10:05:11 +0100 Subject: [PATCH 1/2] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee31c1f..e863198 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # IDE configuration files *.xml -*.iml \ No newline at end of file +*.iml + +# Python +__pycache__/ \ No newline at end of file From 5b9421c3734d94d1f8746c508a2361465c6bc80b Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Tue, 7 Jan 2025 10:05:39 +0100 Subject: [PATCH 2/2] Add Nano configs for ap-nbgl-tests --- app-load-params-db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-load-params-db.json b/app-load-params-db.json index b77cd47..d97bc3d 100644 --- a/app-load-params-db.json +++ b/app-load-params-db.json @@ -912,7 +912,7 @@ "path": ["44'/42'"] }, "demo": { - "appFlags": {"flex": "0x200", "stax": "0x200"}, + "appFlags": {"flex": "0x200", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"}, "appName": "Ledger Demo", "curve": ["secp256k1"], "path": ["44'/1'"] @@ -1372,7 +1372,7 @@ "path": ["44'/165'", "44'/198'", "44'/229'"] }, "nbgl_test": { - "appFlags": {"flex": "0x200", "stax": "0x200"}, + "appFlags": {"flex": "0x200", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"}, "appName": "NBGL Tests", "curve": ["secp256k1"], "path": ["44'/1'"]