1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-04 17:36:02 +00:00

build(core): update build to newer libtropic

* update unix port filename
* update USE_TREZOR_CRYPTO flag to LT_USE_TREZOR_CRYPTO
This commit is contained in:
matejcik 2025-03-20 15:43:05 +01:00
parent 8fb41c6ddf
commit de5ea5233c
5 changed files with 6 additions and 8 deletions

View File

@ -256,8 +256,6 @@ SOURCE_MOD_TROPIC += [
'vendor/libtropic/src/libtropic.c',
]
CPPDEFINES_MOD += ['USE_TREZOR_CRYPTO']
CPPPATH_MOD += ['vendor/libtropic/src/', 'vendor/libtropic/include/']
SOURCE_MICROPYTHON = [

View File

@ -65,16 +65,16 @@ def configure(
"vendor/libtropic/src/lt_l2_frame_check.c",
"vendor/libtropic/src/lt_l3.c",
"vendor/libtropic/src/lt_random.c",
"vendor/libtropic/hal/port/unix/lt_port_unix.c",
"vendor/libtropic/hal/port/unix/lt_port_unix_tcp.c",
"vendor/libtropic/hal/crypto/trezor_crypto/lt_crypto_trezor_aesgcm.c",
"vendor/libtropic/hal/crypto/trezor_crypto/lt_crypto_trezor_ed25519.c",
"vendor/libtropic/hal/crypto/trezor_crypto/lt_crypto_trezor_sha256.c",
"vendor/libtropic/hal/crypto/trezor_crypto/lt_crypto_trezor_x25519.c",
]
paths += ["embed/sec/tropic/inc"]
defines += ["USE_TREZOR_CRYPTO"]
defines += [("LT_USE_TREZOR_CRYPTO", "1")]
features_available.append("tropic")
defines += ["USE_TROPIC=1"]
defines += [("USE_TROPIC", "1")]
if "input" in features_wanted:
sources += ["embed/io/touch/unix/touch.c"]

View File

@ -163,7 +163,7 @@ def configure(
paths += ["vendor/libtropic/include"]
paths += ["vendor/libtropic/src"]
defines += [("USE_TROPIC", "1")]
defines += [("USE_TREZOR_CRYPTO", "1")]
defines += [("LT_USE_TREZOR_CRYPTO", "1")]
if "sbu" in features_wanted:
sources += ["embed/io/sbu/stm32/sbu.c"]

View File

@ -163,7 +163,7 @@ def configure(
paths += ["vendor/libtropic/include"]
paths += ["vendor/libtropic/src"]
defines += [("USE_TROPIC", "1")]
defines += [("USE_TREZOR_CRYPTO", "1")]
defines += [("LT_USE_TREZOR_CRYPTO", "1")]
if "sbu" in features_wanted:
sources += ["embed/io/sbu/stm32/sbu.c"]

View File

@ -163,7 +163,7 @@ def configure(
paths += ["vendor/libtropic/include"]
paths += ["vendor/libtropic/src"]
defines += [("USE_TROPIC", "1")]
defines += [("USE_TREZOR_CRYPTO", "1")]
defines += [("LT_USE_TREZOR_CRYPTO", "1")]
if "sbu" in features_wanted:
sources += ["embed/io/sbu/stm32/sbu.c"]