1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 18:00:59 +00:00
trezor-firmware/core/tools/snippets
obrusvit 862c987779 refactor(core): consistent naming of UI layouts
- UI layouts name changes:
  - model_tt -> layout_bolt
  - model_tr -> layout_samson
  - model_mercury -> layout_quicksilver
- rust features `model_xyz` freed for different use, now it's
`layout_xyz`
- input_flow function names are based on UI layout and not internal
model name (i.e. quicksilver instead of t3t1)
- directory names and commentary changed accordingly

[no changelog]
2025-01-09 22:57:14 +01:00
..
change_icon_format.py refactor(core): consistent naming of UI layouts 2025-01-09 22:57:14 +01:00
decombine.py chore(core/tools): add decomobine snippet, add readme 2023-04-24 12:21:24 +02:00
README.md chore(core/tools): add decomobine snippet, add readme 2023-04-24 12:21:24 +02:00

Core-specific snippets

decombine.py

Take a combined.bin file which is the output of core/tools/combine_firmware, split it back into original parts, and verify that there is no unnaccounted for noise.

change_icon_format.py

Converts all TOIF icons from the old endianity to the new one.