1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-19 13:08:14 +00:00
trezor-firmware/core
Ioan Bizău d65b4f0e86 fix(core): warnings in device build
[no changelog]
2025-06-03 14:18:47 +02:00
..
.changelog.d chore(translations): drop turkish translations 2025-06-02 11:42:34 +02:00
assets
embed fix(core): warnings in device build 2025-06-03 14:18:47 +02:00
mocks chore(core): move coverage-related Rust code into a separate module 2025-05-30 19:26:51 +03:00
site_scons feat(core/unix): add board capabilities basic implementation for unix 2025-06-02 09:16:53 +02:00
src feat(core/unix): implement USB VCP emulation 2025-06-02 09:16:53 +02:00
tests chore(storage): rename DEVICE_SECRET and CRED_AUTH_KEY_COUNTER 2025-05-19 13:33:17 +02:00
tools chore(translations): drop turkish translations 2025-06-02 11:42:34 +02:00
translations chore(translations): drop turkish translations 2025-06-02 11:42:34 +02:00
vendor feat(core/prodtest): add tropic01 HAL integration and basic production tests 2025-02-26 08:53:16 +01:00
.coveragerc
.dockerignore
.gitignore
.towncrier.template.md
asan_blacklist.txt
asan_suppressions.txt
AUTHORS
CHANGELOG.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T2B1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T2T1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T3B1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.T3T1.md docs: add Solana to changelogs 2025-04-30 15:47:54 +02:00
CHANGELOG.unreleased
COPYING
emu.py chore(core): move core/prof into core/src/prof 2025-04-14 22:40:52 +03:00
emu.sh
Makefile feat(core/prodtest): add prodtest emulator 2025-06-02 09:16:53 +02:00
pyrightconfig.json chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
README.md docs: add Safe 3 and Safe 5 in documentation (#4228) 2024-09-30 10:15:35 +02:00
SConscript.boardloader fix(core): fix power_manager dependencies 2025-05-30 14:04:45 +02:00
SConscript.bootloader refactor(core): add power manager api comments 2025-05-30 14:04:45 +02:00
SConscript.bootloader_ci feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.bootloader_emu refactor(core/unix): use unix common files in scons 2025-06-02 09:16:53 +02:00
SConscript.firmware refactor(core): device menu modules 2025-05-30 17:38:16 +02:00
SConscript.kernel refactor(core): refactor power manager syscalls 2025-05-30 14:04:45 +02:00
SConscript.prodtest feat(core/prodtest): add prodtest emulator 2025-06-02 09:16:53 +02:00
SConscript.prodtest_emu fix(core/prodtest): fix prodtest emulator build for T3W1 2025-06-03 09:24:57 +02:00
SConscript.reflash feat(core): add display feature to SConscript 2025-05-12 07:57:46 +02:00
SConscript.unix refactor(core/unix): use unix common files in scons 2025-06-02 09:16:53 +02:00
SConstruct feat(core/prodtest): add prodtest emulator 2025-06-02 09:16:53 +02:00
towncrier.toml chore: generate-changelog.py adjustments 2024-07-12 20:43:26 +00:00

Trezor Core

Firmware currently running on Model T and the Trezor Safe family.

See docs/core for more info.