1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-22 22:48:20 +00:00
Commit Graph

5101 Commits

Author SHA1 Message Date
Ondřej Vejpustek
c8bf5be9b8 feat(core/prodtest): add secrets-write command 2025-07-09 14:38:14 +02:00
Lukas Bielesch
34921907b0 fix(core/eckhart): fix slip39 overflow bug
[no changelog]
2025-07-09 09:51:25 +02:00
Andrew Kozlik
b83857c0e5 feat(core): Add FIDO attestation key masking in firmware.
[no changelog]
2025-07-08 22:27:55 +02:00
Andrew Kozlik
36c284b3c2 feat(core): Add FIDO attestation key masking in prodtest.
[no changelog]
2025-07-08 22:27:55 +02:00
tychovrahe
ff4ff75f61 chore(core): udpate T3W1 embedded nrf application
[no changelog]
2025-07-08 18:58:21 +03:00
tychovrahe
5c0768a201 fix(core,nordic): fix suspending & resuming ble/nrf drivers
[no changelog]
2025-07-08 18:58:21 +03:00
Martin Milata
1faad192d8 feat(core): use random suffix for BLE name when pairing
[no changelog]
2025-07-08 15:10:32 +02:00
Ioan Bizău
00d8683e77 feat(delizia): allow external menu on confirm_value
[no changelog]
2025-07-08 09:59:26 +02:00
cepetr
5a29fed99f fix(core): fix displaying RSOD in bootloader on t3w1
[no changelog]
2025-07-08 09:16:54 +02:00
Ioan Bizău
566f6fe7cb refactor(delizia): use external menu on confirm_action
[no changelog]
2025-07-07 15:54:07 +02:00
Ioan Bizău
1e7108f6d2 refactor(core/ui): allow custom exception on menu cancelation
[no changelog]
2025-07-07 15:54:07 +02:00
Roman Zeyde
2c50db3cde fix(core): allow menu details to be generic awaitables
Also, remove `ButtonRequest`-related code from `show_menu()`
and fix `show_properties()` return value type annotation.

[no changelog]
2025-07-07 14:55:13 +03:00
Roman Zeyde
75596715de refactor(core): use new-style menu for set_brightness Delizia flow
[no changelog]
2025-07-07 14:55:13 +03:00
Roman Zeyde
4ebe1de056 fix(core): don't ignore ActionCancelled exception from menu
In Delizia, it should be possible to cancel the flow using the menu.

[no changelog]
2025-07-07 14:55:13 +03:00
Roman Zeyde
5f2da19424 chore(core): remove Cargo.lock generated by rust-analyzer
[no changelog]
2025-07-07 12:03:26 +03:00
M1nd3r
f27a95fe48 chore(core): change THP credential key's derivation path
[no changelog]
2025-07-04 18:09:48 +02:00
Roman Zeyde
c563595f8d feat(core): implement UIDelizia::select_menu()
[no changelog]
2025-07-04 15:45:11 +03:00
Roman Zeyde
36ad0cf7ce feat(core): implement UIDelizia::show_properties()
[no changelog]
2025-07-04 15:45:11 +03:00
Roman Zeyde
4222ca4b01 fix(core): add optional cancel text to FirmwareUI::select_menu()
Also, rename `page_counter` to `current`.

[no changelog]
2025-07-04 15:45:11 +03:00
Roman Zeyde
1ee00763e0 feat(core): add a helper for creating single-page flow on Delizia
[no changelog]
2025-07-04 15:45:11 +03:00
Roman Zeyde
62f71b41a7 refactor(core): use explicit Properties type for menus
In Delizia, `paragraphs` and `data` will not be using the same layout.

[no changelog]
2025-07-04 15:42:38 +03:00
Roman Zeyde
7996599d4d chore(core): avoid unused variable warning when building without BLE
[no changelog]
2025-07-04 15:38:54 +03:00
Roman Zeyde
de536bcdce chore(core): remove unused ShowInfoParams field
[no changelog]
2025-07-04 15:38:54 +03:00
Roman Zeyde
09be64d1e7 fix(core): don't send ButtonRequests during menu handling
Use `LayoutContent.page_count()` instead of `ButtonRequest.pages`.

[no changelog]
2025-07-04 15:38:54 +03:00
Martin Milata
5194e1e10b feat(common): allow multiple wire id enums
[no changelog]
2025-07-03 00:09:25 +02:00
Martin Milata
ad9989f3a1 refactor(common/protob): split ThpMessageType off MessageType
[no changelog]

Co-authored-by: M1nd3r <petrsedlacek.km@seznam.cz>
2025-07-03 00:09:25 +02:00
Martin Milata
f849bb952c refactor(common/protob): make some THP fields required
[no changelog]

Co-authored-by: M1nd3r <petrsedlacek.km@seznam.cz>
2025-07-03 00:09:25 +02:00
tychovrahe
0584bf9ac5 chore: add T3W1 precompiled radio test binary
[no changelog]
2025-07-02 16:21:58 +02:00
tychovrahe
df95670930 fix(core/bootloader): set advertising name when turning of pairing mode
[no changelog]
2025-07-02 15:10:42 +02:00
tychovrahe
03fd6a5de8 feat(core/bootloader): prepare wireless setup bootloader workflow
[no changelog]
2025-07-02 15:10:42 +02:00
tychovrahe
6ba7fa24a2 feat(core/bootloader): add random part to device BLE name when pairing
[no changelog]
2025-07-02 15:10:42 +02:00
tychovrahe
c3cfb0af2f chore(core): add BLE to bootloader emulator
[no changelog]
2025-07-02 15:10:42 +02:00
tychovrahe
ac5fa0a5d8 fix(core): add timeout to nrf uart communication
[no changelog]
2025-07-02 14:41:21 +02:00
Roman Zeyde
6443f489f5 feat(core): use multi-item menus for Solana staking 2025-07-02 12:09:42 +03:00
Roman Zeyde
47265ce850 test(core): expose whether Caesar Flow has a menu via LayoutContent
It is used to improve UI tests' coverage for new info menus.

[no changelog]
2025-07-02 12:09:42 +03:00
Roman Zeyde
f6ec199732 fix(core): return SimpleChoice items' count in ButtonRequest.pages
[no changelog]
2025-07-02 12:09:42 +03:00
tychovrahe
c3410adea6 chore(core/tools): remove obsolete python 3.7 support from tools/alloc.py
[no changelog]
2025-07-02 10:52:01 +02:00
tychovrahe
981ddb046f style: allow python style check in tools
[no changelog]
2025-07-02 10:52:01 +02:00
tychovrahe
438fb2554c chore(core): update embedded QA bootloader for T3W1 and embedded nRF firmware
[no changelog]
2025-07-01 21:18:10 +02:00
tychovrahe
12b4d46691 feat(nordic,core): change device code to single byte value
[no changelog]
2025-07-01 21:18:10 +02:00
tychovrahe
ab4d9d49bd feat(nordic,core): enable multiple BLE connection to allow easy connection switching
[no changelog]
2025-07-01 21:18:10 +02:00
tychovrahe
62fbc019b9 fix(core): improve reliability of nrf update
[no changelog]
2025-07-01 19:25:48 +02:00
tychovrahe
d5d921d3d4 feat(core/prodtest): add nrf update command & script
[no changelog]
2025-07-01 19:25:48 +02:00
tychovrahe
351c6da4be perf(core/bootloader): lazy initialize display in bootloader
[no changelog]
2025-07-01 12:24:52 +02:00
tychovrahe
fc125f7e87 perf(core/bootloader): remove tropic from bootloader
[no changelog]
2025-07-01 12:24:52 +02:00
tychovrahe
fdc9cfdc94 perf(core/bootloader): remove optiga from bootloader
[no changelog]
2025-07-01 12:24:52 +02:00
tychovrahe
f966119817 fix(core/bootloader): close booloader BLE pairing mode dialog on disconnect
[no changelog]
2025-07-01 12:24:35 +02:00
Roman Zeyde
a4ea85bd75 feat(core): support external menu for Caesar confirm_summary
[no changelog]
2025-07-01 11:15:11 +03:00
Roman Zeyde
67f2883718 feat(core): implement multi-line selection layout for Caesar
Also refactor choice-related layout logic, while avoiding UI fixture diffs.

[no changelog]
2025-07-01 11:15:11 +03:00
Roman Zeyde
958418976e feat(core): implement hierarchical information menus for Caesar
[no changelog]
2025-07-01 11:15:09 +03:00