1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 06:49:14 +00:00
trezor-firmware/core
2023-05-11 21:02:21 +02:00
..
.changelog.d chore(vendor): bump micropython to 1.19.1 2023-04-21 13:14:07 +02:00
assets feat(core): uninitialized welcome flow 2023-04-03 22:01:26 +02:00
embed fix(core/rust): allow for cycling through the last character in TT passphrase 2023-05-11 21:02:21 +02:00
mocks chore(core): regenerate trezorui2.pyi 2023-05-11 21:02:21 +02:00
prof feat(core): adjust the coverage file output for multicore tests 2023-03-09 16:50:32 +01:00
site_scons feat(core): support 16bit i8080 display bus 2023-04-27 12:36:12 +02:00
src fix(core): improve error popups 2023-05-11 21:02:21 +02:00
tests refactor(core): remove unused functions 2023-04-19 21:36:51 +02:00
tools feat(core/tools): add scripts to check Rust API 2023-05-11 21:02:21 +02:00
vendor move vendored submodules to root vendor/ dir 2019-05-13 13:51:53 +02:00
.coveragerc chore(core): silence false alarms in coverage report 2023-03-09 16:50:32 +01:00
.dockerignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
.gitignore feat(core): add support for gdb scripts to emulator 2023-05-11 21:02:21 +02:00
.towncrier.template.md docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
asan_blacklist.txt core: asan config 2019-06-27 19:09:55 +02:00
asan_suppressions.txt ci: Suppress libSDL memory leaks. 2022-01-19 15:22:03 +01:00
AUTHORS MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
CHANGELOG.md docs(core): changelog for 2.6.0 2023-04-07 20:22:17 +02:00
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
COPYING MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
emu.py feat(core): add support for gdb scripts to emulator 2023-05-11 21:02:21 +02:00
emu.sh core: remove src1 2020-08-03 15:59:57 +02:00
Makefile chore(core): improve makefile 2023-05-11 21:02:21 +02:00
pyrightconfig.json feat(tools): make pyright_tool more user-friendly 2022-03-23 14:55:05 +01:00
README.md ci: enable editorconfig checks, fix whitespace issues 2020-11-11 14:43:50 +01:00
SConscript.boardloader refactor(core): improve conditional compilations based on model 2023-04-19 21:36:51 +02:00
SConscript.bootloader refactor(core): remove unused C display_icon and display_loader functions 2023-04-25 10:28:33 +02:00
SConscript.bootloader_ci refactor(core): move files out of extmod 2023-04-19 21:36:51 +02:00
SConscript.bootloader_emu fix(core): fix bootloader emulator compilation 2023-05-09 15:06:14 +02:00
SConscript.firmware chore(core): refactor UI code in SSonscripts 2023-05-11 21:02:21 +02:00
SConscript.prodtest refactor(core): improve conditional compilations based on model 2023-04-19 21:36:51 +02:00
SConscript.reflash refactor(core): improve conditional compilations based on model 2023-04-19 21:36:51 +02:00
SConscript.unix chore(core): refactor UI code in SSonscripts 2023-05-11 21:02:21 +02:00
SConstruct feat(core): introduce bootloader emulator 2023-04-03 22:01:26 +02:00
towncrier.toml docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.