1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-21 12:02:19 +00:00
This commit is contained in:
tychovrahe 2025-02-18 10:55:18 +01:00
parent 273becace0
commit 82119dac11
3 changed files with 2 additions and 4 deletions

View File

@ -30,9 +30,9 @@ PRODUCTION ?= 0
PYOPT ?= 1
BITCOIN_ONLY ?= 0
BOOTLOADER_QA ?= 0
BOOTLOADER_DEVEL ?= 0
BOOTLOADER_DEVEL ?= 1
DISABLE_OPTIGA ?= 0
TREZOR_MODEL ?= T2T1
TREZOR_MODEL ?= T3W1
TREZOR_MEMPERF ?= 0
ADDRESS_SANITIZER ?= 0
CMAKELISTS ?= 0

View File

@ -118,7 +118,6 @@ def configure(
paths += ["embed/io/nfc/rfal/source"]
paths += ["embed/io/nfc/rfal/source/st25r3916"]
paths += ["embed/io/nfc/rfal/include/"]
features_available.append("nfc")
defines += [("USE_NFC", "1")]
if "optiga" in features_wanted:

View File

@ -118,7 +118,6 @@ def configure(
paths += ["embed/io/nfc/rfal/source"]
paths += ["embed/io/nfc/rfal/source/st25r3916"]
paths += ["embed/io/nfc/rfal/include/"]
features_available.append("nfc")
defines += [("USE_NFC", "1")]
if "optiga" in features_wanted: