1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00
Commit Graph

12964 Commits

Author SHA1 Message Date
M1nd3r
3d28f749d8 Fix style 2024-04-12 17:16:10 +02:00
M1nd3r
bf02f2c6cc Packet handlers, first draft 2024-04-12 17:16:10 +02:00
M1nd3r
a6180f45a0 Fix style in SConscript.unix 2024-04-12 17:16:10 +02:00
M1nd3r
93804cbcc8 Fix failing prebuild 2024-04-12 17:16:10 +02:00
M1nd3r
e549e16d3f Fix fw build 2024-04-12 17:16:10 +02:00
M1nd3r
253a1470b4 Add thp module to frozen build 2024-04-12 17:16:10 +02:00
M1nd3r
d8079bfd24 Fix thp tests 2024-04-12 17:16:10 +02:00
M1nd3r
e4a4f8f125 Fix typo 2024-04-12 17:16:10 +02:00
M1nd3r
0af8edca1f Change log message 2024-04-12 17:16:10 +02:00
M1nd3r
c551990c70 Fix bugs in synchronization and finding handlers 2024-04-12 17:16:10 +02:00
M1nd3r
0927bbeb68 Change structure of THP implementation [Part 1] 2024-04-12 17:16:10 +02:00
M1nd3r
fe9167ffa2 Fix typo in fido2 comment 2024-04-12 17:16:10 +02:00
matejcik
6a5c77f0e6 feat(core): introduce timeout to loop.wait() 2024-04-12 17:16:09 +02:00
M1nd3r
dd8386eb3d Build all_modules.py 2024-04-12 17:16:09 +02:00
M1nd3r
7200af7547 Improve test slightly 2024-04-12 17:16:09 +02:00
M1nd3r
fa82bb1132 Remove unnecessary comments in test 2024-04-12 17:16:09 +02:00
M1nd3r
aa346086c3 Channel allocation handling + refactor 2024-04-12 17:16:09 +02:00
M1nd3r
84c069cdbf Fix formatting 2024-04-12 17:16:09 +02:00
M1nd3r
b62e708027 Revert debuglink.py changes 2024-04-12 17:16:09 +02:00
M1nd3r
48fee305b3 Revert "Improve handling of channel allocation requests"
This reverts commit 623f9e83d4788550e8216c0131f76c0b1e7fe61e.
2024-04-12 17:16:09 +02:00
M1nd3r
3c46bde8a9 Improve handling of channel allocation requests 2024-04-12 17:16:09 +02:00
M1nd3r
2d1e24685a Improve tests 2024-04-12 17:16:09 +02:00
M1nd3r
ad7b479864 Update thp_v1 tests 2024-04-12 17:16:09 +02:00
M1nd3r
6f9d345f5e Fix pylint issues 2024-04-12 17:16:09 +02:00
M1nd3r
6eb7d42b46 Fix BLACK formatting using make style 2024-04-12 17:16:09 +02:00
M1nd3r
261f02815d Fix BLACK formatting of context.py 2024-04-12 17:16:09 +02:00
M1nd3r
7007b7001d Fix import formatting 2024-04-12 17:16:09 +02:00
M1nd3r
97f40631f9 Fix minor and formatting issues 2024-04-12 17:16:09 +02:00
M1nd3r
d15edca3f0 fix style prebuild errors 2024-04-12 17:16:09 +02:00
M1nd3r
529b8befaf Fix awaits and debug output 2024-04-12 17:16:09 +02:00
M1nd3r
0e91237a08 Fix context.py -redundant read param 2024-04-12 17:16:09 +02:00
M1nd3r
bf362902fc Fix context.py errors 2024-04-12 17:16:09 +02:00
M1nd3r
b3bf2ec875 Update test_trezor.wire.thp_v1 2024-04-12 17:16:09 +02:00
M1nd3r
8d98f9113e Lower the number of style prebuild errors 3 2024-04-12 17:16:09 +02:00
M1nd3r
a9fe3a36f7 Fix failing emulator - missing parameter 2024-04-12 17:16:09 +02:00
M1nd3r
108d9ec89b Lower the number of style prebuild errors 2 2024-04-12 17:16:09 +02:00
M1nd3r
58ba8a485d Lower the number of style prebuild errors 2024-04-12 17:16:09 +02:00
M1nd3r
db29981856 Fix not-working emulator 2024-04-12 17:16:09 +02:00
M1nd3r
6d22f362e5 Fix SyntaxError - SESSIONLESS_FLAG cannot be used as a constant when imported 2024-04-12 17:16:09 +02:00
M1nd3r
014cca8bac Fix bug in THP not clearing already read report 2024-04-12 17:16:09 +02:00
M1nd3r
94278d5c01 Basic THP functinality - not-polished prototype 2024-04-12 17:16:09 +02:00
matejcik
89fdaed31e chore(core): add unsigned vendor headers with production keys 2024-04-12 16:13:52 +02:00
matejcik
0109ab2232 chore(core): make vendor_unsafe.toif small 2024-04-12 16:13:52 +02:00
matejcik
867300b8c6 chore(core): include T3T1 boardloader / bootloader production keys 2024-04-12 16:13:52 +02:00
matejcik
5d9bb0ebfc tools(core): nicer build_vendorheader for manual use
also will show you required header size
2024-04-12 16:13:52 +02:00
matejcik
729d7c59e1 fix(core/vendorheader): include correct backup key into trezor_btconly vendor header 2024-04-12 16:13:52 +02:00
Martin Milata
4baa4d95a4 fix(core): fix display fatal error screen (T3T1)
[no changelog]
2024-04-12 12:25:46 +00:00
Martin Milata
5c5433ada2 refactor(core/rust): use more Self
[no changelog]
2024-04-12 12:25:46 +00:00
Martin Milata
906c00e4e5 refactor(core): rename screen_boot_{empty,full} to screen_boot_stage_{1,2}
[no changelog]
2024-04-12 12:25:46 +00:00
Martin Milata
804d97c9d8 feat(core): bootloader: T3T1 startup UI
[no changelog]
2024-04-12 12:25:46 +00:00