From efe52b23896bf575c2ded6cb848af72a90ff0565 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 3 Mar 2025 10:21:39 +0200 Subject: [PATCH] fixup! feat(core): estimate workflow stack usage --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index e763b0261d..3effb45210 100644 --- a/core/Makefile +++ b/core/Makefile @@ -40,12 +40,12 @@ PYTEST_TIMEOUT ?= 500 TEST_LANG ?= "en" THP ?= 0 BENCHMARK ?= 0 +LOG_STACK_USAGE ?= 0 TREZOR_EMULATOR_DEBUGGABLE ?= 0 QUIET_MODE ?= 0 TREZOR_DISABLE_ANIMATION ?= $(if $(filter 0,$(PYOPT)),1,0) STORAGE_INSECURE_TESTING_MODE ?= 0 RUST_PRINT_TYPES_SIZES ?= 0 -LOG_STACK_USAGE ?= 0 # OpenOCD interface default. Alternative: ftdi/olimex-arm-usb-tiny-h OPENOCD_INTERFACE ?= stlink