1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-05 04:10:58 +00:00
Commit Graph

4262 Commits

Author SHA1 Message Date
M1nd3r
a7422cb595 chore: add DebugLinkPairingInfo
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
7a8f327afa fix: (temporary) disable failing thp unit tests
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
e3bec99691 tests(python): improve thp device tests
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
027822b1d9 temp: update pairing process, part 1 2025-02-03 11:30:52 +01:00
M1nd3r
770180a18c test(core): fix thp unit tests
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
9a2b8c3904 fix(core): update packet length handling
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
2d3bf0eb9b fix(core): fix cardano session derivation
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
9676502c63 feat(core): send UNALLOCATED_CHANNEL error as a response only on init packet
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
b4aafbecc1 chore(core): fix channel manager docs
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
21fd54efa5 fix(core): remove unused payload parameter in channel
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
6687b10ddf fix(test): fix style in thp unit tests
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
38f536bc74 fix: fix change failed test cause 2025-02-03 11:30:52 +01:00
M1nd3r
f938dd37fc fix(core): update comments, refactor debug log in session context
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
9ddc28e8a7 fix(core): modify python test, ignore broken THP test
[no changelog]
2025-02-03 11:30:52 +01:00
M1nd3r
7e81ae243e fix style after rebase 2025-02-03 11:30:51 +01:00
M1nd3r
7867e7d025 fixup! fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-02-03 11:30:51 +01:00
M1nd3r
e2d3c1ccf7 fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-02-03 11:30:51 +01:00
M1nd3r
bab44e6bdf WIP: try simplify message handler, might break something
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
cf99befae5 chore: fix incomplete enum change
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
0cd191dfa0 chore(core): remove TODO comment from received_message_handler
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
5f1f0d7844 chore(core): remove management session code from handle_ThpCreateNewSession
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
bf7ffd7faa fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-02-03 11:30:51 +01:00
M1nd3r
4b0f4ff5db chore(core): make wipe device proceed even if sending of success message fails
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
70c343442b fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-02-03 11:30:51 +01:00
M1nd3r
9ad08ce021 fixup! wip: single packet decryption (not finished) [no changelog] 2025-02-03 11:30:51 +01:00
M1nd3r
d2ef300af5 wip: single packet decryption (not finished)
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
c3d53629ac fix: return InvalidSessionError when trying to access cache of Seedless session
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
f4ca92e579 wip buffer locking-
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
5896ce67df wip - change session behavior
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
741af099b8 wip 2025-02-03 11:30:51 +01:00
M1nd3r
c4d5979526 fixup! feat(core): implement THP 2025-02-03 11:30:51 +01:00
M1nd3r
aa79443c05 wip 2025-02-03 11:30:51 +01:00
M1nd3r
c27ba1b510 refactor(core): move handling of ThpCreateNewSession message into base.py
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
2ef8d1559b refactor(core): move wire buffer handling completely to memory_manager
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
9e87ac829b refactor(python,tests): add is_invalidated flag to client, do not set the emulator.client outside from emulator
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
1baa858eec refactor(core): move exclude list from wipe to wipe_cache
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
4fd8636891 refactor(core): clean channel and received_message_handler
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
e46950d9a4 refactor(core): improve readability and logging in channel.py
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
279e0c39e5 refactor(core): improve readability of channel_manager
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
a15616aecb feat(python): implement session based trezorlib
[no changelog]
2025-02-03 11:30:51 +01:00
M1nd3r
2b93d4a609 feat(core): implement THP 2025-02-03 11:30:50 +01:00
M1nd3r
1f59eb6cb9 chore(core): adapt SConscripts to THP needs 2025-02-03 11:30:50 +01:00
M1nd3r
3108f853cc chore: add build_unix_frozen_debug to core Makefile
[no changelog]
2025-02-03 11:30:50 +01:00
M1nd3r
b46dcc7abe chore(core): adapt emu.py to new trezorlib
[no changelog]
2025-02-03 11:30:50 +01:00
tychovrahe
ad8c34e825 feat(core): introduce TPS61062 backlight driver
[no changelog]
2025-02-02 22:41:17 +01:00
tychovrahe
a70c57d228 fix(core/bootloader): add fade-out before jumping to FW if backlight will be reset
[no changelog]
2025-02-02 22:41:17 +01:00
tychovrahe
411e8779f7 fix(core): add fade-in to boot stage 2 screen if backlight was reset
[no changelog]
2025-02-02 22:41:17 +01:00
tychovrahe
e2035e1c06 refactor(core): introduce separate backlight pin driver
[no changelog]
2025-02-02 22:41:17 +01:00
tychovrahe
368d41902d refactor(core): cleaner backlight switch-off in PVD IRQ
[no changelog]
2025-02-02 22:41:17 +01:00
tychovrahe
4e74d2852b refactor(core): extract backlight driver to separate module
[no changelog]
2025-02-02 22:41:17 +01:00