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

Actual storage code runs on little endian devices. C code in tests use endianess inherited from host computer. Python test code somewhere enforces little endian and somewhere uses system byte...

code

Rust bindgen needs to be passed appropriate defines and include paths to work correctly. These are currently duplicated in both `build.rs` and board definitions. We should create an universal tool...

code

e.g. this: https://github.com/trezor/trezor-firmware/actions/runs/7815616038/job/21320363060 the error caused by tokens / aws rights / whatever must not fail the pipeline. it should come up green, otherwise we don't know if the contribution...

bug

`storage.c` has a bunch of baked-in English strings for progress labels. these need to be translated too. (similar case may be for wipe code erasure and similar) the way to...

code

There are few problems with implementation and processing touch panel event on T-model. 1) When the user touches the display, touch controller starts generating events with 11ms period. The firmware...

bug
T2T1
T3T1

If `touch_read()` function isn't called frequently enough (

bug
emulator only

Instead _Select word 3 of 12_ ![image](https://github.com/trezor/trezor-firmware/assets/57008159/38704ce3-eff0-4211-8e5c-a5d24e2b25ae) use _Select 3rd word_ ![image](https://github.com/trezor/trezor-firmware/assets/57008159/43f921c3-eeb7-4883-a870-4c8cc7fcbed0)

low hanging fruit
T2T1

![image](https://github.com/trezor/trezor-firmware/assets/57008159/0a25186e-0c39-4a39-b7cf-7cb2de355149)

T2B1

Do not display "waiting for host..." during fw update and go directly to the loader screen.

bootloader core