From 99b48fd5781be68030a74ab0fa338959060b8bc7 Mon Sep 17 00:00:00 2001 From: obrusvit Date: Wed, 19 Mar 2025 15:27:27 +0100 Subject: [PATCH] DROP: disable tropic for now --- core/SConscript.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/SConscript.unix b/core/SConscript.unix index 52e1b52a95..8be36c4038 100644 --- a/core/SConscript.unix +++ b/core/SConscript.unix @@ -21,7 +21,7 @@ if BENCHMARK and PYOPT != '0': print("BENCHMARK=1 works only with PYOPT=0.") exit(1) -FEATURES_WANTED = ["input", "sd_card", "dma2d", "optiga", "tropic"] +FEATURES_WANTED = ["input", "sd_card", "dma2d", "optiga"] if not models.has_emulator(TREZOR_MODEL): # skip unix build