1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 23:11:10 +00:00

fixup! feat(core): add libtropic to unix build

This commit is contained in:
Ioan Bizău 2024-11-27 16:18:42 +01:00
parent b0b7432b65
commit 53a2de42c5
2 changed files with 5 additions and 0 deletions

View File

@ -390,6 +390,10 @@ STATIC mp_obj_tuple_t mod_trezorutils_version_obj = {
/// """Whether the hardware supports Optiga secure element.""" /// """Whether the hardware supports Optiga secure element."""
/// USE_TROPIC: bool /// USE_TROPIC: bool
/// """Whether the hardware supports Tropic Square secure element.""" /// """Whether the hardware supports Tropic Square secure element."""
/// USE_TOUCH: bool
/// """Whether the hardware supports touch screen."""
/// USE_BUTTON: bool
/// """Whether the hardware supports two-button input."""
/// MODEL: str /// MODEL: str
/// """Model name.""" /// """Model name."""
/// MODEL_FULL_NAME: str /// MODEL_FULL_NAME: str

View File

@ -17,6 +17,7 @@ from trezorutils import ( # noqa: F401
USE_TROPIC, USE_TROPIC,
USE_SD_CARD, USE_SD_CARD,
USE_THP, USE_THP,
USE_TOUCH,
VERSION, VERSION,
bootloader_locked, bootloader_locked,
check_firmware_header, check_firmware_header,