trezor-firmware
trezor-firmware copied to clipboard
:lock: Trezor Firmware Monorepo
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...
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...
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...
`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...
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...
If `touch_read()` function isn't called frequently enough (
Instead _Select word 3 of 12_  use _Select 3rd word_ 

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