1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 14:59:06 +00:00
trezor-firmware/core/embed
obrusvit 9e18e72a2c feat(core): ask for 20/33 words to unlock backup
Unlocking repeated backup is only possible with SLIP-39 extendable
backup which contains shares of 20 or 33 words. It is UI bug to have the
user choose from all options (12, 18, 20, 24, 33). This commit reduces
the choices when unlocking repeated backup to (20, 33) for all models.
2024-08-29 16:01:13 +02:00
..
boardloader fix(core/bootloader): fix firmware update on stm32u5a 2024-08-20 13:12:18 +02:00
bootloader fix(core/bootloader): fix firmware update on stm32u5a 2024-08-20 13:12:18 +02:00
bootloader_ci fix(core/bootloader): fix firmware update on stm32u5a 2024-08-20 13:12:18 +02:00
extmod refactor(crypto): use boolean to indicate public key is set 2024-08-21 17:19:24 +02:00
firmware feat(core/tests): add core bootloader hashes to make gen and gen_check targets 2024-08-29 12:47:24 +02:00
lib fix(core/prodtest): fix prodtest build with NEW_RENDERING on 2024-08-22 14:28:54 +02:00
models refactor(core): move embedded bootloaders and their hashes to model folders 2024-08-29 12:47:24 +02:00
prodtest fix(core/prodtest): fix prodtest build with NEW_RENDERING on 2024-08-22 14:28:54 +02:00
reflash fix(core): fix vector table alignment on STM32U5 2024-07-16 16:38:48 +02:00
rust feat(core): ask for 20/33 words to unlock backup 2024-08-29 16:01:13 +02:00
segger
trezorhal fix(core): update display initialization sequence on T3T1 2024-08-28 11:03:20 +02:00
unix