trezor-firmware icon indicating copy to clipboard operation
trezor-firmware copied to clipboard

:lock: Trezor Firmware Monorepo

Results 536 trezor-firmware issues
Sort by recently updated
recently updated
newest added

This PR is about refactoring the backlight driver and preparing it for entering and exiting low-power modes (not done yet). 1. Simplified and clarified the driver API and removed model-specific...

T2T1
T3T1

If we run `core/tools/codegen/gen_font.py` script, it creates a diff in generated font definitions. This is because of manual changes done to individual glyps for better visual appearance on certain models....

code

This PR fixes the bugs in the touch driver introduced by #3900 on both discovery kits. 1) Fixes duplicated `TOUCH_MOVE` events with the same coordinates 2) Fixes `touch_activity()` detectioin on...

**Design:** [Figma](https://www.figma.com/design/n43caWJFGJlT167AQcxruu/%E3%80%94-Prod-%E3%80%95Safe-5?node-id=6308-903&t=z3QeXzKofY9E1oQZ-4) It is a stepper, each tap is 5 %. Nice to have: If user holds one button for some time (the same time we have in TS3 when...

T3T1

This PR partially prepares IRQ handling for the low power mode feature. It's mostly cleanup with a few new features: 1. Removes the unnecessary PendSV handler (now pressing Ctrl+C in...

T2B1
T2T1
T3T1

I miss some properties among the device capabilities when working on Suite, which leads to hard-coding device models accross the code base and worse maintainability. I would appreciate adding the...

code

https://satoshilabs.slack.com/archives/C06MEE8QH33/p1717428329817479

T3T1

basically, look at the SetBrightness dialog and make it look more like it belongs on the T3T1

When entering PIN/Passphrase user should see the entered letter/number/... for 1-2 seconds. Then it should change to `*`.

core