1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-10 20:35:54 +00:00
trezor-firmware/core
2025-02-06 13:53:31 +01:00
..
.changelog.d fix(core): explicitly delete keyboard layout 2025-01-27 23:43:33 +01:00
assets feat(core): allow for going back to previous word in recovery process 2024-02-19 22:05:04 +01:00
embed fix(core): fully initialize display driver at the start of bootloader 2025-02-06 13:53:31 +01:00
mocks refactor(core): get rid of font IDs in micropython 2025-02-06 13:32:29 +01:00
prof
site_scons refactor(core): remove some fonts from C and build 2025-02-06 13:32:29 +01:00
src refactor(core): get rid of font IDs in micropython 2025-02-06 13:32:29 +01:00
tests test(core): update monero tests binary 2025-02-05 16:25:53 +01:00
tools refactor(core): map FontInfo to translation idx 2025-02-06 13:32:29 +01:00
translations feat(core): add Rust font data 2025-02-06 13:32:29 +01:00
vendor fix(core): add missing stm32u5 symlinks 2024-03-19 11:33:23 +01:00
.coveragerc chore(core): silence false alarms in coverage report 2023-03-09 16:50:32 +01:00
.dockerignore
.gitignore
.towncrier.template.md docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
asan_blacklist.txt
asan_suppressions.txt
AUTHORS
CHANGELOG.md chore(core): add signed bootloader 2.1.8 for T2T1, T2B1 2025-01-03 19:47:34 +01:00
CHANGELOG.T2B1.md chore(core): add signed bootloader 2.1.8 for T2T1, T2B1 2025-01-03 19:47:34 +01:00
CHANGELOG.T2T1.md chore(core): add signed bootloader 2.1.8 for T2T1, T2B1 2025-01-03 19:47:34 +01:00
CHANGELOG.T3B1.md docs(core): changelog for 2.8.7 2025-01-03 17:30:08 +01:00
CHANGELOG.T3T1.md docs(core): changelog for 2.8.7 2025-01-03 17:30:08 +01:00
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
COPYING
emu.py
emu.sh
Makefile build(core): allow printing Rust types' sizes during build 2025-01-28 14:21:43 +02:00
pyrightconfig.json
README.md
SConscript.boardloader refactor(core): reorganize boardloader code 2025-02-06 13:53:31 +01:00
SConscript.bootloader refactor(core): rewrite startup code in C 2025-01-30 14:07:25 +01:00
SConscript.bootloader_ci refactor(core): remove some fonts from C and build 2025-02-06 13:32:29 +01:00
SConscript.bootloader_emu build(core): use internal model names everywhere 2025-01-13 16:24:35 +01:00
SConscript.firmware build(core): export Rust functions' stack sizes 2025-01-31 06:28:15 +01:00
SConscript.kernel refactor(core): rewrite startup code in C 2025-01-30 14:07:25 +01:00
SConscript.prodtest feat(prodtest): refactor and improve prodtest 2025-01-31 08:15:20 +01:00
SConscript.reflash refactor(core): rewrite startup code in C 2025-01-30 14:07:25 +01:00
SConscript.unix build(core): use internal model names everywhere 2025-01-13 16:24:35 +01:00
SConstruct
towncrier.toml

Trezor Core

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

See docs/core for more info.