1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-21 22:18:36 +00:00
trezor-firmware/core
Roman Zeyde f7e9148218 feat(core): allow splitting text into lines according to max_width
It will be used by multi-line select menus.

[no changelog]
2025-07-01 11:14:36 +03:00
..
.changelog.d feat(core/delizia): add provider address in eth approve 2025-06-30 23:49:47 +02:00
assets feat(core): allow for going back to previous word in recovery process 2024-02-19 22:05:04 +01:00
embed feat(core): allow splitting text into lines according to max_width 2025-07-01 11:14:36 +03:00
mocks chore(core/eckhart): Update ETH approve flow 2025-06-30 23:49:47 +02:00
site_scons refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
src feat(core/delizia): add provider address in eth approve 2025-06-30 23:49:47 +02:00
tests chore(storage): rename DEVICE_SECRET and CRED_AUTH_KEY_COUNTER 2025-05-19 13:33:17 +02:00
tools fix(core/tools): fix combine tool script. 2025-06-25 14:28:34 +02:00
translations feat(core/delizia): add provider address in eth approve 2025-06-30 23:49:47 +02:00
vendor feat(core/prodtest): add tropic01 HAL integration and basic production tests 2025-02-26 08:53:16 +01:00
.coveragerc
.dockerignore
.gitignore
.towncrier.template.md
asan_blacklist.txt
asan_suppressions.txt
AUTHORS
CHANGELOG.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T2B1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T2T1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T3B1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T3T1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.unreleased
COPYING
emu.py chore(core): move core/prof into core/src/prof 2025-04-14 22:40:52 +03:00
emu.sh
Makefile ci(core): make sure emulators are not failing on startup 2025-06-30 18:43:42 +03:00
pyrightconfig.json chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
README.md docs: add Safe 3 and Safe 5 in documentation (#4228) 2024-09-30 10:15:35 +02:00
SConscript.boardloader chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +02:00
SConscript.bootloader refactor(core/bootloader): remove obsolete antiglitch protection 2025-06-27 16:50:59 +02:00
SConscript.bootloader_ci chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +02:00
SConscript.bootloader_emu refactor(core/bootloader): remove obsolete antiglitch protection 2025-06-27 16:50:59 +02:00
SConscript.firmware refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
SConscript.kernel refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
SConscript.prodtest refactor(core/prodtest): factor out check_cert_chain 2025-06-25 15:41:03 +02:00
SConscript.prodtest_emu refactor(core/prodtest): factor out check_cert_chain 2025-06-25 15:41:03 +02:00
SConscript.reflash chore(core): reformat FEATURES_WANTED list for readability 2025-06-04 16:58:15 +02:00
SConscript.secmon refactor(core): introduce suspend module 2025-06-25 10:54:20 +02:00
SConscript.unix refactor(core): exclude THP related string identifiers from non-THP builds 2025-06-13 15:58:33 +02:00
SConstruct feat(core): introduce secure monitor 2025-06-04 16:58:15 +02:00
towncrier.toml chore: generate-changelog.py adjustments 2024-07-12 20:43:26 +00:00

Trezor Core

Firmware currently running on Model T and the Trezor Safe family.

See docs/core for more info.