1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00
Commit Graph

14024 Commits

Author SHA1 Message Date
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
Ioan Bizău
777907ab3b refactor(core): drop confirm_blob_with_optional_pagination
Commit c300576d6c introduced
`confirm_blob_with_optional_pagination` which proved to be unpopular and
impractical. This commit brings back the old behaviour of having the
`ask_pagination` parameter on `confirm_blob`. It also reverts back to
using the old way of paginating `confirm_blob` on model R, which the
aforementioned commit ignored and re-implemented from scratch.

[no changelog]
2024-11-19 13:36:01 +02:00
Ioan Bizău
30717bc5c4 fix(core): fix crash caused by marquee
request_anim_frame will register a timer for RequestPaint, which will
then cause a crash. This commit fixes the crash, but makes the marquee
component not work.

[no changelog]
2024-11-19 13:36:01 +02:00
Ioan Bizău
487d7c4776 refactor(core): use warning_hi_prio in ETH flow
Commit c300576d6c introduced the
`default_cancel` parameter to `show_warning` and `confirm_blob` rather
using the already existing `flow_warning_hi_prio` which was doing the
same thing. This commit reverts all the nonsense.

[no changelog]
2024-11-19 13:36:01 +02:00
M1nd3r
487a5cbc17 build: bump autoflake version to 2.3.1
[no changelog]
2024-11-19 11:02:23 +01:00
M1nd3r
2ef0071611 fix(python): remove unused type ignore after click version bump
[no changelog]
2024-11-19 11:02:23 +01:00
M1nd3r
9bd6e760da build(python): bump click to 8.1.7
[no changelog]
2024-11-19 11:02:23 +01:00
Lukas Bielesch
b9f5e2b409 chore(core): show the last pin digit for a while 2024-11-18 14:05:04 +01:00