1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-24 19:19:03 +00:00
trezor-firmware/core
Roman Zeyde c48cfbc59e chore(core): update coverage to 5.5
Because `coverage` 4.5.4 requires Python <=3.8 (EOL).

[no changelog]
2025-04-16 15:14:53 +03:00
..
.changelog.d fix(core/ui): use "..." ellipsis in "show more" 2025-04-09 15:57:01 +02:00
assets
embed fix(core): check QSTR run-time allocations only for frozen debug builds 2025-04-15 14:22:47 +03:00
mocks fix(core): check QSTR run-time allocations only for frozen debug builds 2025-04-15 14:22:47 +03:00
site_scons build(core): default T3W1 to revision C 2025-04-09 23:44:12 +02:00
src chore(core): update coverage to 5.5 2025-04-16 15:14:53 +03:00
tests feat(core): support USB/BLE sessions 2025-03-31 13:20:53 +03:00
tools chore(core): update coverage to 5.5 2025-04-16 15:14:53 +03:00
translations feat(core): add BLE unpair command & message 2025-04-03 16:17:12 +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(core): fix entries in changelog 2025-02-26 02:03:27 +01:00
CHANGELOG.T2B1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01:00
CHANGELOG.T2T1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01:00
CHANGELOG.T3B1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01:00
CHANGELOG.T3T1.md docs(core): changelog for 2.8.9 2025-02-26 01:47:11 +01: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 chore(core/build): don't build with Tropic by default 2025-03-26 10:32:31 +01:00
pyrightconfig.json chore(core): remove unused all_modules.py 2025-04-08 17:48:15 +03:00
README.md
SConscript.boardloader refactor(core): remove fonts and no longer used drawing functions from C 2025-02-11 11:25:18 +01:00
SConscript.bootloader refactor(core): complete bootloader refactoring 2025-03-24 14:31:14 +01:00
SConscript.bootloader_ci refactor(core): complete bootloader refactoring 2025-03-24 14:31:14 +01:00
SConscript.bootloader_emu feat(core): emulate hw jpeg decoder using libjpeg 2025-04-04 12:59:44 +02:00
SConscript.firmware perf(core): intern non-alphanumeric characters 2025-04-07 20:19:31 +03:00
SConscript.kernel feat(core): enable tropic in firmware/kernel on hw 2025-03-27 11:59:10 +01:00
SConscript.prodtest feat(core): enable tropic in firmware/kernel on hw 2025-03-27 11:59:10 +01:00
SConscript.reflash refactor(core): remove fonts and no longer used drawing functions from C 2025-02-11 11:25:18 +01:00
SConscript.unix chore(core): move core/prof into core/src/prof 2025-04-14 22:40:52 +03:00
SConstruct
towncrier.toml

Trezor Core

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

See docs/core for more info.