1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-25 09:22:33 +00:00
Go to file
obrusvit f0865e3b10 feat(eckhart): fuel gauge UI
- fuel gauge (battery state) with icons for charging/discharging state
and soc percentage
- on attach on Homescreen ActionBar
- permanently on the first DeviceMenu subscreen
- temporarily in the Header on charging state update

[no changelog]
2025-06-11 23:39:28 +02:00
.clusterfuzzlite Run fuzzer in CI 2023-07-12 10:13:17 +02:00
.github ci: improve PULL_COMMENT YAML formatting 2025-06-09 16:21:09 +02:00
ci ci: drop GitLab config and mentions 2025-04-15 14:50:45 +03:00
common chore: add THP FailureTypes 2025-06-10 17:00:06 +02:00
core feat(eckhart): fuel gauge UI 2025-06-11 23:39:28 +02:00
crypto refactor(legacy): check size of integers when hashing 2025-04-25 13:22:09 +02:00
docs chore(core): update rust 2025-06-09 17:12:31 +02:00
legacy chore(legacy): update FailureTypes 2025-06-10 17:00:06 +02:00
nordic feat(ble): include image hash in info message 2025-06-09 17:12:31 +02:00
python chore: add THP FailureTypes 2025-06-10 17:00:06 +02:00
rust chore: add THP FailureTypes 2025-06-10 17:00:06 +02:00
storage fix(core): prevent overflow in storage UI callback 2025-05-30 17:38:16 +02:00
tests test(core): collect GC statistics via new debug RPC 2025-06-10 12:16:12 +03:00
tools feat(core/solana): implement diffable textual representation of supported programs 2025-04-29 14:54:41 +02:00
vendor perf(core): rewrite trezor.log and trezor.wire_log in Rust 2025-06-11 10:26:09 +03:00
.clang-format Fix cstyle and editor_check inconsistancy [no changelog] 2025-02-25 16:59:39 +01:00
.editorconfig feat(core): Introduce nfc commands in prodtest & update NFC library [no changelog] 2025-02-25 18:29:54 +01:00
.gitattributes chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
.gitignore chore: ignore hypothesis artifacts 2025-04-16 12:30:39 +03:00
.gitmodules chore(core): add TROPIC01 model as a submodule 2025-03-13 15:08:48 +01:00
.pylintrc chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
.yamllint.yml refactor(nordic): rename west to nordic 2025-02-10 17:22:57 +01:00
build-docker.sh build: build-docker.sh: ignore dubious ownership 2025-04-29 15:18:00 +02:00
CODEOWNERS chore(CODEOWNERS): remove me from some components 2021-10-17 10:45:14 +02:00
COMMITS.md docs: introduce conventional-commits (#1234) 2020-09-15 16:11:39 +02:00
CONTRIBUTING.md docs: add PR workflow info; move CONTRIBUTING to docs 2020-04-30 14:49:47 +02:00
COPYING docs: clear up licensing information 2021-03-31 18:51:52 +02:00
create_monorepo.py chore: update branch name to main where its used 2023-10-18 10:40:05 +02:00
LICENSE.md docs: clear up licensing information 2021-03-31 18:51:52 +02:00
Makefile feat(core/tools): adjust bootloader hashes to take account real bootloader max size 2025-05-27 17:49:23 +02:00
poetry.lock feat(core/tools): adjust bootloader hashes to take account real bootloader max size 2025-05-27 17:49:23 +02:00
poetry.toml build(poetry): use new (parallel) installer 2022-11-08 12:21:46 +01:00
pyproject.toml build: poetry: disable package mode 2025-04-16 17:27:11 +02:00
README.md ci: drop GitLab config and mentions 2025-04-15 14:50:45 +03:00
SECURITY.md chore(docs): update SECURITY.md 2025-05-13 13:57:43 +02:00
setup.cfg ci(core): enable retries only for HW tests 2025-05-23 13:18:11 +03:00
shell.nix chore(core): update rust 2025-06-09 17:12:31 +02:00

Trezor Firmware

img

Repository Structure

  • ci: Ancillary files, data, and scripts for the CI pipeline
  • common/defs: JSON coin definitions and support tables
  • common/protob: Common protobuf definitions for the Trezor protocol
  • common/tools: Tools for managing coin definitions and related data
  • core: Trezor Core, firmware implementation for Trezor T
  • crypto: Stand-alone cryptography library used by both Trezor Core and the Trezor One firmware
  • docs: Assorted documentation
  • legacy: Trezor One firmware implementation
  • python: Python client library and the trezorctl command
  • storage: NORCOW storage implementation used by both Trezor Core and the Trezor One firmware
  • tests: Firmware unit test suite
  • tools: Miscellaneous build and helper scripts
  • vendor: Submodules for external dependencies

Contribute

See CONTRIBUTING.md.

Using Conventional Commits is strongly recommended and might be enforced in future.

Also please have a look at the docs, either in the docs folder or at docs.trezor.io before contributing. The misc chapter should be read in particular because it contains some useful assorted knowledge.

Security vulnerability disclosure

Please report suspected security vulnerabilities in private to security@satoshilabs.com, also see the disclosure section on the Trezor.io website. Please do NOT create publicly viewable issues for suspected security vulnerabilities.

Documentation

See the docs folder or visit docs.trezor.io.