Merge pull request #622 from LedgerHQ/fbe/restore_compatibility_in_vscode

Restore compatibility in vscode
This commit is contained in:
François Beutin
2024-08-01 17:42:24 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -80,6 +80,9 @@ ifeq ($(TARGET_NAME),$(filter $(TARGET_NAME),TARGET_STAX TARGET_FLEX))
DEFINES += ICONGLYPH_SMALL=C_chain_$(CHAIN_ID)
endif
# Don't define plugin function in the plugin SDK
DEFINES += IS_NOT_A_PLUGIN
# Application allowed derivation curves.
# Possibles curves are: secp256k1, secp256r1, ed25519 and bls12381g1

View File

@@ -4,8 +4,8 @@ sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]
[use_cases] # Coherent build options that make sense for your application
test_keys = "CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
dbg_test_keys = "DEBUG=1 CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
use_test_keys = "CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
dbg_use_test_keys = "DEBUG=1 CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
cal_bypass = "BYPASS_SIGNATURES=1"
dbg_cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"