From f58996cf03a2e36199e13ab1b54e400eb2d3f9cc Mon Sep 17 00:00:00 2001 From: kewde Date: Wed, 24 Jan 2024 16:24:06 +0100 Subject: [PATCH] fix: remove U2F --- Makefile | 5 +---- ethereum-plugin-sdk | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 119abfd1cb..a6970f6c18 100644 --- a/Makefile +++ b/Makefile @@ -92,9 +92,6 @@ DEFINES += HAVE_IO_USB HAVE_L4_USBLIB IO_USB_MAX_ENDPOINTS=4 IO_HID_EP_LENGTH=64 DEFINES += LEDGER_MAJOR_VERSION=$(APPVERSION_M) LEDGER_MINOR_VERSION=$(APPVERSION_N) LEDGER_PATCH_VERSION=$(APPVERSION_P) DEFINES += BUILD_YEAR=\"$(shell date +%Y)\" -# U2F -DEFINES += HAVE_U2F HAVE_IO_U2F -DEFINES += U2F_PROXY_MAGIC=\"w0w\" DEFINES += USB_SEGMENT_SIZE=64 DEFINES += BLE_SEGMENT_SIZE=32 #max MTU, min 20 DEFINES += APPVERSION=\"$(APPVERSION)\" @@ -258,7 +255,7 @@ include $(BOLOS_SDK)/Makefile.glyphs ### variables processed by the common makefile.rules of the SDK to grab source files and include dirs APP_SOURCE_PATH += src_common src src_features src_plugins -SDK_SOURCE_PATH += lib_stusb lib_stusb_impl lib_u2f +SDK_SOURCE_PATH += lib_stusb lib_stusb_impl ifeq ($(TARGET_NAME),TARGET_STAX) APP_SOURCE_PATH += src_nbgl else diff --git a/ethereum-plugin-sdk b/ethereum-plugin-sdk index 3b7e7adf4f..a4b971f679 160000 --- a/ethereum-plugin-sdk +++ b/ethereum-plugin-sdk @@ -1 +1 @@ -Subproject commit 3b7e7adf4f7e512434779cc7dbd9d0ede6d6c132 +Subproject commit a4b971f67980694d8c3862e793859209bc525545