1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 14:39:22 +00:00
Commit Graph

14031 Commits

Author SHA1 Message Date
M1nd3r
39062a76f8 fix: try to fix emu.py 2024-11-20 15:25:21 +01:00
M1nd3r
e29c8d5dd6 chore(legacy): add options (max_size) to updated debug messages
[no changelog]
2024-11-20 15:25:21 +01:00
M1nd3r
0cd6ee444d fixup! feat(python): rework channel database [no changelog] 2024-11-20 15:25:21 +01:00
M1nd3r
0489bd839e feat(python): rework channel database
[no changelog]
2024-11-20 15:25:21 +01:00
M1nd3r
e92ccdfaa9 chore(core): fix core Makefile style'
[no changelog]
2024-11-20 15:25:21 +01:00
M1nd3r
23de363337 feat(python): delete channel_data.json when clearing all channels
[no changelog]
2024-11-20 15:25:21 +01:00
M1nd3r
d6508e3235 fix(python): fix list devices session resumption
[no changelog]
2024-11-20 15:25:21 +01:00
M1nd3r
0e0b322050 refactor(python): rename NewTrezorConnection to TrezorConnection
[no changelog]
2024-11-20 15:25:21 +01:00
M1nd3r
23a31d6684 fixup base.py style 2024-11-20 15:25:21 +01:00
M1nd3r
2d0c05cd19 fixup: fix unit tests 2024-11-20 15:25:21 +01:00
M1nd3r
ee9d5fe522 fix: remove trailing whitespaces sconscripts 2024-11-20 15:25:21 +01:00
M1nd3r
e222c3f024 fix: fix protobuf trailing whitespaces 2024-11-20 15:25:21 +01:00
M1nd3r
a1a26e40f9 fix: add newline to the end of poetry.lock 2024-11-20 15:25:21 +01:00
M1nd3r
d91b4174b1 fix: remove appdirs from pyproject.toml 2024-11-20 15:25:21 +01:00
M1nd3r
0e8388269b fix: try fix ci tests 2024-11-20 15:25:21 +01:00
M1nd3r
369f5c89fb fix: remove unused ignores 2024-11-20 15:25:21 +01:00
M1nd3r
93b66ef42a fixup! temporary disabling of appdirs variables 2024-11-20 15:25:21 +01:00
M1nd3r
e088a1dcea temporary disabling of appdirs variables 2024-11-20 15:25:21 +01:00
M1nd3r
65cd9fa0c5 test: try fix screen_recording 2024-11-20 15:25:21 +01:00
M1nd3r
8a60d60e54 feat: implement THP 2024-11-20 15:25:20 +01:00
M1nd3r
8db78e32e5 fixup! test(core): add setUpClass and tearDownClass to core unit tests [no changelog] 2024-11-20 15:25:20 +01:00
M1nd3r
0b14de0e6e test(core): replace __init__ in unit tests with setUpClass and tearDownClass
[no changelog]
2024-11-20 15:25:20 +01:00
M1nd3r
632425750d test(core): add setUpClass and tearDownClass to core unit tests
[no changelog]
2024-11-20 15:25:20 +01:00
M1nd3r
5efc91120b fixup! test(core): update tests to reflect cache refactor [no changelog] 2024-11-20 15:25:20 +01:00
M1nd3r
7933616836 fixup! fixup! chore(core): update core to reflect cache and context refactor [no changelog] 2024-11-20 15:25:20 +01:00
M1nd3r
08d0fa1483 fixup! chore(core): update core to reflect cache and context refactor [no changelog] 2024-11-20 15:25:20 +01:00
M1nd3r
f084fc18d0 fixup! refactor(core): abstract cache and context [no changelog] 2024-11-20 15:25:20 +01:00
M1nd3r
877aec4554 chore(core): update core to reflect cache and context refactor
[no changelog]
2024-11-20 15:25:20 +01:00
M1nd3r
eb984ac3fa refactor(core): abstract cache and context
[no changelog]
2024-11-20 15:25:20 +01:00
M1nd3r
e46180abb3 style: fix article
[no changelog]
2024-11-20 15:25:20 +01:00
M1nd3r
1a11475e33 test(core): update tests to reflect cache refactor
[no changelog]
2024-11-20 15:25:20 +01:00
tychovrahe
b0dd521c5d fix(core): separate bootargs from kernel/aux SRAM
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
9befee12c3 fix(core): fix prodtest for 32 bit color models
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
0f0f54f185 feat(core): support optiga on T3W1
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
c5b3dd72b9 feat(core): add support for SBU on T3W1
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
40c5426717 fix(core): fix MPU kernel sram setting for STM32U5G
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
001d3c7cbe feat(core): allow touchless mode in T3W1 bootloader
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
309a7f70b6 chore(core): improve T3W1 driver mock so it doesn't crash
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
bfb3c1c247 feat(core): support 32MHz HSE in USB driver (HS internal PHY only)
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
b4c95f4c16 fix(core): fix systick frequency computation by utilizing HSE_VALUE properly
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
10687e8fa0 feat(core): add power button to T3W1 board rev A
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
2da2826020 feat(core): add RGB LED syscalls
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
d9d4fc0187 feat(core): implement RGB LED driver for T3W1
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
16e0cf39f1 chore(core): remove old RGB LED driver
[no changelog]
2024-11-20 11:17:35 +01:00
tychovrahe
bbf97c7141 fix(core): fix clock setting on U5 for 32 MHz HSE
[no changelog]
2024-11-20 11:17:35 +01:00
obrusvit
af554458b5 refactor(core/mercury): use params structs
Supply the rust layout with dedicated paremeter type instead of plain
micropython::Obj. The types used are ConfirmBlobParams and
ShowInfoParams.

[no changelog]
2024-11-19 16:19:31 +01:00
obrusvit
7cf38ec4c5 refactor(core/mercury): separate upy args parsing
[no changelog]
2024-11-19 16:19:31 +01:00
obrusvit
12388ed24a refactor(core/mercury): remove duplicated struct
- removes 2nd definition of ConfirmBlobParams, the choice of fields and
what supplied in ctor and what in `with_` methods should be thought
through again.

[no changelog]
2024-11-19 16:19:31 +01:00
Ioan Bizău
f69a0f6d7d chore(core): update fixtures 2024-11-19 13:36:01 +02:00
Ioan Bizău
7f19166c83 refactor(core): get rid of description_font_green
[no changelog]
2024-11-19 13:36:01 +02:00