1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00
trezor-firmware/core
obrusvit 9bff86142d refactor(core): move and cleanup show_share_words
- model_t version was moved from using plain Paragraph to a dedicated
component `ShareWords` so that it's consistent with other models. This
allowed to move formatting to Rust and allowed the trait function to
have `words` parameter of type `Vec<TString, 33>`
- model_r ShareWords::render slightly refactored to be consistent with
the new model_t version
- mercury uses a unique version. The reason is that mercury SwipeFlow
contains also the initial screen with instructions and prompt screen at
the end.
2024-11-21 13:07:07 +01:00
..
.changelog.d chore(core): show the last pin digit for a while 2024-11-18 14:05:04 +01:00
assets
embed refactor(core): move and cleanup show_share_words 2024-11-21 13:07:07 +01:00
mocks refactor(core): move and cleanup show_share_words 2024-11-21 13:07:07 +01:00
prof
site_scons refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
src refactor(core): move and cleanup show_share_words 2024-11-21 13:07:07 +01:00
tests feat(tests): adjust firmware hash calc test to expect different hashes based on model 2024-11-14 09:30:20 +01:00
tools refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
translations refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
vendor
.coveragerc
.dockerignore
.gitignore
.towncrier.template.md
asan_blacklist.txt
asan_suppressions.txt
AUTHORS
CHANGELOG.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T2B1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T2T1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T3B1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.T3T1.md docs(core): changelog for 2.8.5 2024-11-05 21:18:48 +01:00
CHANGELOG.unreleased
COPYING
emu.py
emu.sh
Makefile refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
pyrightconfig.json
README.md
SConscript.boardloader refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.bootloader refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.bootloader_ci refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.bootloader_emu refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.firmware refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.kernel refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.prodtest refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.reflash refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConscript.unix refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
SConstruct
towncrier.toml

Trezor Core

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

See docs/core for more info.